forked from Imagelibrary/rtems
testsuite/psxtests: Merged nested Makefile.am files into one Makefile.am
This change is part of the testsuite Makefile.am reorganization. Update #3382
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -108,110 +108,110 @@ AC_CHECK_SIZEOF([blkcnt_t])
|
||||
AC_CHECK_SIZEOF([time_t])
|
||||
AC_CHECK_SIZEOF([mode_t])
|
||||
|
||||
# Explicitly list all Makefiles here
|
||||
AC_CONFIG_FILES([Makefile
|
||||
psx01/Makefile
|
||||
psx02/Makefile
|
||||
psx03/Makefile
|
||||
psx04/Makefile
|
||||
psx05/Makefile
|
||||
psx06/Makefile
|
||||
psx07/Makefile
|
||||
psx08/Makefile
|
||||
psx09/Makefile
|
||||
psx10/Makefile
|
||||
psx11/Makefile
|
||||
psx12/Makefile
|
||||
psx13/Makefile
|
||||
psx14/Makefile
|
||||
psx15/Makefile
|
||||
psx16/Makefile
|
||||
psxaio01/Makefile
|
||||
psxaio02/Makefile
|
||||
psxaio03/Makefile
|
||||
psxalarm01/Makefile
|
||||
psxautoinit01/Makefile
|
||||
psxautoinit02/Makefile
|
||||
psxbarrier01/Makefile
|
||||
psxcancel/Makefile
|
||||
psxcancel01/Makefile
|
||||
psxchroot01/Makefile
|
||||
psxclassic01/Makefile
|
||||
psxcleanup/Makefile
|
||||
psxcleanup01/Makefile
|
||||
psxcleanup02/Makefile
|
||||
psxclock/Makefile
|
||||
psxclock01/Makefile
|
||||
psxclockrealtime01/Makefile
|
||||
psxconcurrency01/Makefile
|
||||
psxcond01/Makefile
|
||||
psxcond02/Makefile
|
||||
psxconfig01/Makefile
|
||||
psxdevctl01/Makefile
|
||||
psxeintr_join/Makefile
|
||||
psxenosys/Makefile
|
||||
psxfatal01/Makefile
|
||||
psxfatal02/Makefile
|
||||
psxfchx01/Makefile
|
||||
psxfile01/Makefile
|
||||
psxfile02/Makefile
|
||||
psxfilelock01/Makefile
|
||||
psxgetattrnp01/Makefile
|
||||
psxgetrusage01/Makefile
|
||||
psxglobalcon01/Makefile
|
||||
psxglobalcon02/Makefile
|
||||
psxhdrs/Makefile
|
||||
psxid01/Makefile
|
||||
psximfs01/Makefile
|
||||
psximfs02/Makefile
|
||||
psxintrcritical01/Makefile
|
||||
psxitimer/Makefile
|
||||
psxkey01/Makefile
|
||||
psxkey02/Makefile
|
||||
psxkey03/Makefile
|
||||
psxkey04/Makefile
|
||||
psxkey05/Makefile
|
||||
psxkey06/Makefile
|
||||
psxkey07/Makefile
|
||||
psxkey08/Makefile
|
||||
psxkey09/Makefile
|
||||
psxkey10/Makefile
|
||||
psxmount/Makefile
|
||||
psxmsgq01/Makefile
|
||||
psxmsgq02/Makefile
|
||||
psxmsgq03/Makefile
|
||||
psxmsgq04/Makefile
|
||||
psxmutexattr01/Makefile
|
||||
psxobj01/Makefile
|
||||
psxonce01/Makefile
|
||||
psxpasswd01/Makefile
|
||||
psxpasswd02/Makefile
|
||||
psxpipe01/Makefile
|
||||
psxrdwrv/Makefile
|
||||
psxreaddir/Makefile
|
||||
psxrwlock01/Makefile
|
||||
psxsem01/Makefile
|
||||
psxshm01/Makefile
|
||||
psxshm02/Makefile
|
||||
psxmmap01/Makefile
|
||||
psxsignal01/Makefile
|
||||
psxsignal02/Makefile
|
||||
psxsignal03/Makefile
|
||||
psxsignal04/Makefile
|
||||
psxsignal05/Makefile
|
||||
psxsignal06/Makefile
|
||||
psxspin01/Makefile
|
||||
psxstack01/Makefile
|
||||
psxstack02/Makefile
|
||||
psxstat/Makefile
|
||||
psxstrsignal01/Makefile
|
||||
psxsysconf/Makefile
|
||||
psxthreadname01/Makefile
|
||||
psxtime/Makefile
|
||||
psxtimer01/Makefile
|
||||
psxtimer02/Makefile
|
||||
psxtimes01/Makefile
|
||||
psxualarm/Makefile
|
||||
psxusleep/Makefile
|
||||
])
|
||||
# BSP Test configuration
|
||||
RTEMS_TEST_CHECK([psx01])
|
||||
RTEMS_TEST_CHECK([psx02])
|
||||
RTEMS_TEST_CHECK([psx03])
|
||||
RTEMS_TEST_CHECK([psx04])
|
||||
RTEMS_TEST_CHECK([psx05])
|
||||
RTEMS_TEST_CHECK([psx06])
|
||||
RTEMS_TEST_CHECK([psx07])
|
||||
RTEMS_TEST_CHECK([psx08])
|
||||
RTEMS_TEST_CHECK([psx09])
|
||||
RTEMS_TEST_CHECK([psx10])
|
||||
RTEMS_TEST_CHECK([psx11])
|
||||
RTEMS_TEST_CHECK([psx12])
|
||||
RTEMS_TEST_CHECK([psx13])
|
||||
RTEMS_TEST_CHECK([psx14])
|
||||
RTEMS_TEST_CHECK([psx15])
|
||||
RTEMS_TEST_CHECK([psx16])
|
||||
RTEMS_TEST_CHECK([psxaio01])
|
||||
RTEMS_TEST_CHECK([psxaio02])
|
||||
RTEMS_TEST_CHECK([psxaio03])
|
||||
RTEMS_TEST_CHECK([psxalarm01])
|
||||
RTEMS_TEST_CHECK([psxautoinit01])
|
||||
RTEMS_TEST_CHECK([psxautoinit02])
|
||||
RTEMS_TEST_CHECK([psxbarrier01])
|
||||
RTEMS_TEST_CHECK([psxcancel])
|
||||
RTEMS_TEST_CHECK([psxcancel01])
|
||||
RTEMS_TEST_CHECK([psxchroot01])
|
||||
RTEMS_TEST_CHECK([psxclassic01])
|
||||
RTEMS_TEST_CHECK([psxcleanup])
|
||||
RTEMS_TEST_CHECK([psxcleanup01])
|
||||
RTEMS_TEST_CHECK([psxcleanup02])
|
||||
RTEMS_TEST_CHECK([psxclock])
|
||||
RTEMS_TEST_CHECK([psxclock01])
|
||||
RTEMS_TEST_CHECK([psxclockrealtime01])
|
||||
RTEMS_TEST_CHECK([psxconcurrency01])
|
||||
RTEMS_TEST_CHECK([psxcond01])
|
||||
RTEMS_TEST_CHECK([psxcond02])
|
||||
RTEMS_TEST_CHECK([psxconfig01])
|
||||
RTEMS_TEST_CHECK([psxdevctl01])
|
||||
RTEMS_TEST_CHECK([psxeintr_join])
|
||||
RTEMS_TEST_CHECK([psxenosys])
|
||||
RTEMS_TEST_CHECK([psxfatal01])
|
||||
RTEMS_TEST_CHECK([psxfatal02])
|
||||
RTEMS_TEST_CHECK([psxfchx01])
|
||||
RTEMS_TEST_CHECK([psxfile01])
|
||||
RTEMS_TEST_CHECK([psxfile02])
|
||||
RTEMS_TEST_CHECK([psxfilelock01])
|
||||
RTEMS_TEST_CHECK([psxgetattrnp01])
|
||||
RTEMS_TEST_CHECK([psxgetrusage01])
|
||||
RTEMS_TEST_CHECK([psxglobalcon01])
|
||||
RTEMS_TEST_CHECK([psxglobalcon02])
|
||||
RTEMS_TEST_CHECK([psxid01])
|
||||
RTEMS_TEST_CHECK([psximfs01])
|
||||
RTEMS_TEST_CHECK([psximfs02])
|
||||
RTEMS_TEST_CHECK([psxintrcritical01])
|
||||
RTEMS_TEST_CHECK([psxitimer])
|
||||
RTEMS_TEST_CHECK([psxkey01])
|
||||
RTEMS_TEST_CHECK([psxkey02])
|
||||
RTEMS_TEST_CHECK([psxkey03])
|
||||
RTEMS_TEST_CHECK([psxkey04])
|
||||
RTEMS_TEST_CHECK([psxkey05])
|
||||
RTEMS_TEST_CHECK([psxkey06])
|
||||
RTEMS_TEST_CHECK([psxkey07])
|
||||
RTEMS_TEST_CHECK([psxkey08])
|
||||
RTEMS_TEST_CHECK([psxkey09])
|
||||
RTEMS_TEST_CHECK([psxkey10])
|
||||
RTEMS_TEST_CHECK([psxmmap01])
|
||||
RTEMS_TEST_CHECK([psxmount])
|
||||
RTEMS_TEST_CHECK([psxmsgq01])
|
||||
RTEMS_TEST_CHECK([psxmsgq02])
|
||||
RTEMS_TEST_CHECK([psxmsgq03])
|
||||
RTEMS_TEST_CHECK([psxmsgq04])
|
||||
RTEMS_TEST_CHECK([psxmutexattr01])
|
||||
RTEMS_TEST_CHECK([psxobj01])
|
||||
RTEMS_TEST_CHECK([psxonce01])
|
||||
RTEMS_TEST_CHECK([psxpasswd01])
|
||||
RTEMS_TEST_CHECK([psxpasswd02])
|
||||
RTEMS_TEST_CHECK([psxpipe01])
|
||||
RTEMS_TEST_CHECK([psxrdwrv])
|
||||
RTEMS_TEST_CHECK([psxreaddir])
|
||||
RTEMS_TEST_CHECK([psxrwlock01])
|
||||
RTEMS_TEST_CHECK([psxsem01])
|
||||
RTEMS_TEST_CHECK([psxshm01])
|
||||
RTEMS_TEST_CHECK([psxshm02])
|
||||
RTEMS_TEST_CHECK([psxsignal01])
|
||||
RTEMS_TEST_CHECK([psxsignal02])
|
||||
RTEMS_TEST_CHECK([psxsignal03])
|
||||
RTEMS_TEST_CHECK([psxsignal04])
|
||||
RTEMS_TEST_CHECK([psxsignal05])
|
||||
RTEMS_TEST_CHECK([psxsignal06])
|
||||
RTEMS_TEST_CHECK([psxspin01])
|
||||
RTEMS_TEST_CHECK([psxstack01])
|
||||
RTEMS_TEST_CHECK([psxstack02])
|
||||
RTEMS_TEST_CHECK([psxstat])
|
||||
RTEMS_TEST_CHECK([psxstrsignal01])
|
||||
RTEMS_TEST_CHECK([psxsysconf])
|
||||
RTEMS_TEST_CHECK([psxthreadname01])
|
||||
RTEMS_TEST_CHECK([psxtime])
|
||||
RTEMS_TEST_CHECK([psxtimer01])
|
||||
RTEMS_TEST_CHECK([psxtimer02])
|
||||
RTEMS_TEST_CHECK([psxtimes01])
|
||||
RTEMS_TEST_CHECK([psxualarm])
|
||||
RTEMS_TEST_CHECK([psxusleep])
|
||||
RTEMS_TEST_CHECK([lib_a])
|
||||
|
||||
AC_CONFIG_FILES([Makefile])
|
||||
AC_OUTPUT
|
||||
|
||||
@@ -1,22 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psx01
|
||||
psx01_SOURCES = init.c task.c system.h ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psx01.scn
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psx01_OBJECTS)
|
||||
LINK_LIBS = $(psx01_LDLIBS)
|
||||
|
||||
psx01$(EXEEXT): $(psx01_OBJECTS) $(psx01_DEPENDENCIES)
|
||||
@rm -f psx01$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,22 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psx02
|
||||
psx02_SOURCES = init.c task.c system.h ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psx02.scn
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psx02_OBJECTS)
|
||||
LINK_LIBS = $(psx02_LDLIBS)
|
||||
|
||||
psx02$(EXEEXT): $(psx02_OBJECTS) $(psx02_DEPENDENCIES)
|
||||
@rm -f psx02$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,22 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psx03
|
||||
psx03_SOURCES = init.c task.c system.h ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psx03.scn
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psx03_OBJECTS)
|
||||
LINK_LIBS = $(psx03_LDLIBS)
|
||||
|
||||
psx03$(EXEEXT): $(psx03_OBJECTS) $(psx03_DEPENDENCIES)
|
||||
@rm -f psx03$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,22 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psx04
|
||||
psx04_SOURCES = init.c task1.c task2.c task3.c system.h ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psx04.scn
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psx04_OBJECTS)
|
||||
LINK_LIBS = $(psx04_LDLIBS)
|
||||
|
||||
psx04$(EXEEXT): $(psx04_OBJECTS) $(psx04_DEPENDENCIES)
|
||||
@rm -f psx04$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,22 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psx05
|
||||
psx05_SOURCES = init.c task.c task2.c task3.c system.h ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psx05.scn
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psx05_OBJECTS)
|
||||
LINK_LIBS = $(psx05_LDLIBS)
|
||||
|
||||
psx05$(EXEEXT): $(psx05_OBJECTS) $(psx05_DEPENDENCIES)
|
||||
@rm -f psx05$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,22 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psx06
|
||||
psx06_SOURCES = init.c task.c task2.c system.h ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psx06.scn
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psx06_OBJECTS)
|
||||
LINK_LIBS = $(psx06_LDLIBS)
|
||||
|
||||
psx06$(EXEEXT): $(psx06_OBJECTS) $(psx06_DEPENDENCIES)
|
||||
@rm -f psx06$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,23 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psx07
|
||||
psx07_SOURCES = init.c task.c system.h ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psx07.scn
|
||||
dist_rtems_tests_DATA += psx07.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psx07_OBJECTS)
|
||||
LINK_LIBS = $(psx07_LDLIBS)
|
||||
|
||||
psx07$(EXEEXT): $(psx07_OBJECTS) $(psx07_DEPENDENCIES)
|
||||
@rm -f psx07$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,22 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psx08
|
||||
psx08_SOURCES = init.c task1.c task2.c task3.c system.h ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psx08.scn
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psx08_OBJECTS)
|
||||
LINK_LIBS = $(psx08_LDLIBS)
|
||||
|
||||
psx08$(EXEEXT): $(psx08_OBJECTS) $(psx08_DEPENDENCIES)
|
||||
@rm -f psx08$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,22 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psx09
|
||||
psx09_SOURCES = init.c system.h ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psx09.scn
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psx09_OBJECTS)
|
||||
LINK_LIBS = $(psx09_LDLIBS)
|
||||
|
||||
psx09$(EXEEXT): $(psx09_OBJECTS) $(psx09_DEPENDENCIES)
|
||||
@rm -f psx09$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,22 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psx10
|
||||
psx10_SOURCES = init.c task.c task2.c task3.c system.h ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psx10.scn
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psx10_OBJECTS)
|
||||
LINK_LIBS = $(psx10_LDLIBS)
|
||||
|
||||
psx10$(EXEEXT): $(psx10_OBJECTS) $(psx10_DEPENDENCIES)
|
||||
@rm -f psx10$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,22 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psx11
|
||||
psx11_SOURCES = init.c task.c system.h ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psx11.scn
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psx11_OBJECTS)
|
||||
LINK_LIBS = $(psx11_LDLIBS)
|
||||
|
||||
psx11$(EXEEXT): $(psx11_OBJECTS) $(psx11_DEPENDENCIES)
|
||||
@rm -f psx11$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,22 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psx12
|
||||
psx12_SOURCES = init.c ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psx12.scn
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psx12_OBJECTS)
|
||||
LINK_LIBS = $(psx12_LDLIBS)
|
||||
|
||||
psx12$(EXEEXT): $(psx12_OBJECTS) $(psx12_DEPENDENCIES)
|
||||
@rm -f psx12$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,22 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psx13
|
||||
psx13_SOURCES = main.c test.c ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psx13.scn
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psx13_OBJECTS)
|
||||
LINK_LIBS = $(psx13_LDLIBS)
|
||||
|
||||
psx13$(EXEEXT): $(psx13_OBJECTS) $(psx13_DEPENDENCIES)
|
||||
@rm -f psx13$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,22 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psx14
|
||||
psx14_SOURCES = init.c system.h ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psx14.scn
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psx14_OBJECTS)
|
||||
LINK_LIBS = $(psx14_LDLIBS)
|
||||
|
||||
psx14$(EXEEXT): $(psx14_OBJECTS) $(psx14_DEPENDENCIES)
|
||||
@rm -f psx14$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,22 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psx15
|
||||
psx15_SOURCES = init.c ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psx15.scn
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psx15_OBJECTS)
|
||||
LINK_LIBS = $(psx15_LDLIBS)
|
||||
|
||||
psx15$(EXEEXT): $(psx15_OBJECTS) $(psx15_DEPENDENCIES)
|
||||
@rm -f psx15$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,22 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psx16
|
||||
psx16_SOURCES = init.c ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psx16.scn
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psx16_OBJECTS)
|
||||
LINK_LIBS = $(psx16_LDLIBS)
|
||||
|
||||
psx16$(EXEEXT): $(psx16_OBJECTS) $(psx16_DEPENDENCIES)
|
||||
@rm -f psx16$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,22 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxaio01
|
||||
psxaio01_SOURCES = init.c system.h ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psxaio01.scn
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxaio01_OBJECTS)
|
||||
LINK_LIBS = $(psxaio01_LDLIBS)
|
||||
|
||||
psxaio01$(EXEEXT): $(psxaio01_OBJECTS) $(psxaio01_DEPENDENCIES)
|
||||
@rm -f psxaio01$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,22 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxaio02
|
||||
psxaio02_SOURCES = init.c system.h ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psxaio02.scn
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxaio02_OBJECTS)
|
||||
LINK_LIBS = $(psxaio02_LDLIBS)
|
||||
|
||||
psxaio02$(EXEEXT): $(psxaio02_OBJECTS) $(psxaio02_DEPENDENCIES)
|
||||
@rm -f psxaio02$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,22 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxaio03
|
||||
psxaio03_SOURCES = init.c system.h ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psxaio03.scn
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxaio03_OBJECTS)
|
||||
LINK_LIBS = $(psxaio02_LDLIBS)
|
||||
|
||||
psxaio03$(EXEEXT): $(psxaio03_OBJECTS) $(psxaio03_DEPENDENCIES)
|
||||
@rm -f psxaio03$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,23 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxalarm01
|
||||
psxalarm01_SOURCES = init.c ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psxalarm01.scn
|
||||
dist_rtems_tests_DATA += psxalarm01.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxalarm01_OBJECTS)
|
||||
LINK_LIBS = $(psxalarm01_LDLIBS)
|
||||
|
||||
psxalarm01$(EXEEXT): $(psxalarm01_OBJECTS) $(psxalarm01_DEPENDENCIES)
|
||||
@rm -f psxalarm01$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,23 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxautoinit01
|
||||
psxautoinit01_SOURCES = init.c ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psxautoinit01.scn
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxautoinit01_OBJECTS)
|
||||
LINK_LIBS = $(psxautoinit01_LDLIBS)
|
||||
|
||||
psxautoinit01$(EXEEXT): $(psxautoinit01_OBJECTS) \
|
||||
$(psxautoinit01_DEPENDENCIES)
|
||||
@rm -f psxautoinit01$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,25 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxautoinit02
|
||||
psxautoinit02_SOURCES = init.c ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psxautoinit02.scn
|
||||
dist_rtems_tests_DATA += psxautoinit02.doc
|
||||
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxautoinit02_OBJECTS)
|
||||
LINK_LIBS = $(psxautoinit02_LDLIBS)
|
||||
|
||||
psxautoinit02$(EXEEXT): $(psxautoinit02_OBJECTS) \
|
||||
$(psxautoinit02_DEPENDENCIES)
|
||||
@rm -f psxautoinit02$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,23 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxbarrier01
|
||||
psxbarrier01_SOURCES = main.c test.c ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psxbarrier01.scn
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxbarrier01_OBJECTS)
|
||||
LINK_LIBS = $(psxbarrier01_LDLIBS)
|
||||
|
||||
psxbarrier01$(EXEEXT): $(psxbarrier01_OBJECTS) \
|
||||
$(psxbarrier01_DEPENDENCIES)
|
||||
@rm -f psxbarrier01$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,23 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxcancel
|
||||
psxcancel_SOURCES = init.c ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psxcancel.scn
|
||||
dist_rtems_tests_DATA += psxcancel.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxcancel_OBJECTS)
|
||||
LINK_LIBS = $(psxcancel_LDLIBS)
|
||||
|
||||
psxcancel$(EXEEXT): $(psxcancel_OBJECTS) $(psxcancel_DEPENDENCIES)
|
||||
@rm -f psxcancel$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,23 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxcancel01
|
||||
psxcancel01_SOURCES = init.c ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psxcancel01.scn
|
||||
dist_rtems_tests_DATA += psxcancel01.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxcancel01_OBJECTS)
|
||||
LINK_LIBS = $(psxcancel01_LDLIBS)
|
||||
|
||||
psxcancel01$(EXEEXT): $(psxcancel01_OBJECTS) $(psxcancel01_DEPENDENCIES)
|
||||
@rm -f psxcancel01$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,22 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxchroot01
|
||||
psxchroot01_SOURCES = main.c test.c ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psxchroot01.scn
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxchroot01_OBJECTS)
|
||||
LINK_LIBS = $(psxchroot01_LDLIBS)
|
||||
|
||||
psxchroot01$(EXEEXT): $(psxchroot01_OBJECTS) $(psxchroot01_DEPENDENCIES)
|
||||
@rm -f psxchroot01$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,23 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxclassic01
|
||||
psxclassic01_SOURCES = init.c ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psxclassic01.scn
|
||||
dist_rtems_tests_DATA += psxclassic01.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxclassic01_OBJECTS)
|
||||
LINK_LIBS = $(psxclassic01_LDLIBS)
|
||||
|
||||
psxclassic01$(EXEEXT): $(psxclassic01_OBJECTS) $(psxclassic01_DEPENDENCIES)
|
||||
@rm -f psxclassic01$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,22 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxcleanup
|
||||
psxcleanup_SOURCES = psxcleanup.c system.h ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psxcleanup.scn
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxcleanup_OBJECTS)
|
||||
LINK_LIBS = $(psxcleanup_LDLIBS)
|
||||
|
||||
psxcleanup$(EXEEXT): $(psxcleanup_OBJECTS) $(psxcleanup_DEPENDENCIES)
|
||||
@rm -f psxcleanup$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,23 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxcleanup01
|
||||
psxcleanup01_SOURCES = init.c ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psxcleanup01.scn
|
||||
dist_rtems_tests_DATA += psxcleanup01.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxcleanup01_OBJECTS)
|
||||
LINK_LIBS = $(psxcleanup01_LDLIBS)
|
||||
|
||||
psxcleanup01$(EXEEXT): $(psxcleanup01_OBJECTS) $(psxcleanup01_DEPENDENCIES)
|
||||
@rm -f psxcleanup01$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,19 +0,0 @@
|
||||
rtems_tests_PROGRAMS = psxcleanup02
|
||||
psxcleanup02_SOURCES = init.c main.c
|
||||
|
||||
dist_rtems_tests_DATA = psxcleanup02.scn psxcleanup02.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxcleanup02_OBJECTS)
|
||||
LINK_LIBS = $(psxcleanup02_LDLIBS)
|
||||
|
||||
psxcleanup02$(EXEEXT): $(psxcleanup02_OBJECTS) $(psxcleanup02_DEPENDENCIES)
|
||||
@rm -f psxcleanup02$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,23 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxclock
|
||||
psxclock_SOURCES = init.c ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psxclock.scn
|
||||
dist_rtems_tests_DATA += psxclock.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxclock_OBJECTS)
|
||||
LINK_LIBS = $(psxclock_LDLIBS)
|
||||
|
||||
psxclock$(EXEEXT): $(psxclock_OBJECTS) $(psxclock_DEPENDENCIES)
|
||||
@rm -f psxclock$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,21 +0,0 @@
|
||||
rtems_tests_PROGRAMS = psxclock01
|
||||
psxclock01_SOURCES = init.c
|
||||
|
||||
dist_rtems_tests_DATA = psxclock01.scn
|
||||
dist_rtems_tests_DATA += psxclock01.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxclock01_OBJECTS) $(psxclock01_LDADD)
|
||||
LINK_LIBS = $(psxclock01_LDLIBS)
|
||||
|
||||
psxclock01$(EXEEXT): $(psxclock01_OBJECTS) $(psxclock01_DEPENDENCIES)
|
||||
@rm -f psxclock01$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,19 +0,0 @@
|
||||
rtems_tests_PROGRAMS = psxclockrealtime01
|
||||
psxclockrealtime01_SOURCES = init.c
|
||||
|
||||
dist_rtems_tests_DATA = psxclockrealtime01.scn psxclockrealtime01.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxclockrealtime01_OBJECTS)
|
||||
LINK_LIBS = $(psxclockrealtime01_LDLIBS)
|
||||
|
||||
psxclockrealtime01$(EXEEXT): $(psxclockrealtime01_OBJECTS) $(psxclockrealtime01_DEPENDENCIES)
|
||||
@rm -f psxclockrealtime01$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,23 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxconcurrency01
|
||||
psxconcurrency01_SOURCES = init.c ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psxconcurrency01.scn
|
||||
dist_rtems_tests_DATA += psxconcurrency01.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxconcurrency01_OBJECTS)
|
||||
LINK_LIBS = $(psxconcurrency01_LDLIBS)
|
||||
|
||||
psxconcurrency01$(EXEEXT): $(psxconcurrency01_OBJECTS) $(psxconcurrency01_DEPENDENCIES)
|
||||
@rm -f psxconcurrency01$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,24 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxcond01
|
||||
psxcond01_SOURCES = init.c ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psxcond01.scn
|
||||
dist_rtems_tests_DATA += psxcond01.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxcond01_OBJECTS)
|
||||
LINK_LIBS = $(psxcond01_LDLIBS)
|
||||
|
||||
psxcond01$(EXEEXT): $(psxcond01_OBJECTS) \
|
||||
$(psxcond01_DEPENDENCIES)
|
||||
@rm -f psxcond01$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,24 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxcond02
|
||||
psxcond02_SOURCES = init.c ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psxcond02.scn
|
||||
dist_rtems_tests_DATA += psxcond02.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxcond02_OBJECTS)
|
||||
LINK_LIBS = $(psxcond02_LDLIBS)
|
||||
|
||||
psxcond02$(EXEEXT): $(psxcond02_OBJECTS) \
|
||||
$(psxcond02_DEPENDENCIES)
|
||||
@rm -f psxcond02$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,24 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxconfig01
|
||||
psxconfig01_SOURCES = init.c ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psxconfig01.scn
|
||||
dist_rtems_tests_DATA += psxconfig01.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxconfig01_OBJECTS)
|
||||
LINK_LIBS = $(psxconfig01_LDLIBS)
|
||||
|
||||
psxconfig01$(EXEEXT): $(psxconfig01_OBJECTS) \
|
||||
$(psxconfig01_DEPENDENCIES)
|
||||
@rm -f psxconfig01$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,23 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxdevctl01
|
||||
psxdevctl01_SOURCES = main.c test.c ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psxdevctl01.scn
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxdevctl01_OBJECTS)
|
||||
LINK_LIBS = $(psxdevctl01_LDLIBS)
|
||||
|
||||
psxdevctl01$(EXEEXT): $(psxdevctl01_OBJECTS) \
|
||||
$(psxdevctl01_DEPENDENCIES)
|
||||
@rm -f psxdevctl01$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,21 +0,0 @@
|
||||
rtems_tests_PROGRAMS = psxeintr_join
|
||||
psxeintr_join_SOURCES = init.c
|
||||
|
||||
dist_rtems_tests_DATA = psxeintr_join.scn
|
||||
dist_rtems_tests_DATA += psxeintr_join.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxeintr_join_OBJECTS)
|
||||
LINK_LIBS = $(psxeintr_join_LDLIBS)
|
||||
|
||||
psxeintr_join$(EXEEXT): $(psxeintr_join_OBJECTS) $(psxeintr_join_DEPENDENCIES)
|
||||
@rm -f psxeintr_join$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,23 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxenosys
|
||||
psxenosys_SOURCES = init.c system.h ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psxenosys.scn
|
||||
dist_rtems_tests_DATA += psxenosys.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxenosys_OBJECTS)
|
||||
LINK_LIBS = $(psxenosys_LDLIBS)
|
||||
|
||||
psxenosys$(EXEEXT): $(psxenosys_OBJECTS) $(psxenosys_DEPENDENCIES)
|
||||
@rm -f psxenosys$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,21 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxfatal01
|
||||
psxfatal01_SOURCES = ../psxfatal_support/init.c ../psxfatal_support/system.h testcase.h
|
||||
|
||||
dist_rtems_tests_DATA = psxfatal01.scn
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxfatal01_OBJECTS)
|
||||
LINK_LIBS = $(psxfatal01_LDLIBS)
|
||||
|
||||
psxfatal01$(EXEEXT): $(psxfatal01_OBJECTS) $(psxfatal01_DEPENDENCIES)
|
||||
@rm -f psxfatal01$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,21 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxfatal02
|
||||
psxfatal02_SOURCES = ../psxfatal_support/init.c ../psxfatal_support/system.h testcase.h
|
||||
|
||||
dist_rtems_tests_DATA = psxfatal02.scn
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxfatal02_OBJECTS)
|
||||
LINK_LIBS = $(psxfatal02_LDLIBS)
|
||||
|
||||
psxfatal02$(EXEEXT): $(psxfatal02_OBJECTS) $(psxfatal02_DEPENDENCIES)
|
||||
@rm -f psxfatal02$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,23 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxfchx01
|
||||
psxfchx01_SOURCES = init.c ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psxfchx01.scn
|
||||
dist_rtems_tests_DATA += psxfchx01.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxfchx01_OBJECTS)
|
||||
LINK_LIBS = $(psxfchx01_LDLIBS)
|
||||
|
||||
psxfchx01$(EXEEXT): $(psxfchx01_OBJECTS) $(psxfchx01_DEPENDENCIES)
|
||||
@rm -f psxfchx01$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,20 +0,0 @@
|
||||
rtems_tests_PROGRAMS = psxfile01
|
||||
psxfile01_SOURCES = main.c test.c test_cat.c test_extend.c test_write.c ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psxfile01.scn
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxfile01_OBJECTS)
|
||||
LINK_LIBS = $(psxfile01_LDLIBS)
|
||||
|
||||
psxfile01$(EXEEXT): $(psxfile01_OBJECTS) $(psxfile01_DEPENDENCIES)
|
||||
@rm -f psxfile01$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,21 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxfile02
|
||||
psxfile02_SOURCES = init.c ../../support/src/spin.c
|
||||
|
||||
dist_rtems_tests_DATA = psxfile02.scn
|
||||
dist_rtems_tests_DATA += psxfile02.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxfile02_OBJECTS)
|
||||
LINK_LIBS = $(psxfile02_LDLIBS)
|
||||
|
||||
psxfile02$(EXEEXT): $(psxfile02_OBJECTS) $(psxfile02_DEPENDENCIES)
|
||||
@rm -f psxfile02$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,21 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxfilelock01
|
||||
psxfilelock01_SOURCES = init.c
|
||||
|
||||
dist_rtems_tests_DATA = psxfilelock01.scn
|
||||
dist_rtems_tests_DATA += psxfilelock01.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxfilelock01_OBJECTS)
|
||||
LINK_LIBS = $(psxfilelock01_LDLIBS)
|
||||
|
||||
psxfilelock01$(EXEEXT): $(psxfilelock01_OBJECTS) $(psxfilelock01_DEPENDENCIES)
|
||||
@rm -f psxfilelock01$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,23 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxgetattrnp01
|
||||
psxgetattrnp01_SOURCES = init.c
|
||||
|
||||
dist_rtems_tests_DATA = psxgetattrnp01.scn
|
||||
dist_rtems_tests_DATA += psxgetattrnp01.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxgetattrnp01_OBJECTS)
|
||||
LINK_LIBS = $(psxgetattrnp01_LDLIBS)
|
||||
|
||||
psxgetattrnp01$(EXEEXT): $(psxgetattrnp01_OBJECTS) $(psxgetattrnp01_DEPENDENCIES)
|
||||
@rm -f psxgetattrnp01$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,21 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxgetrusage01
|
||||
psxgetrusage01_SOURCES = init.c ../../support/src/spin.c
|
||||
|
||||
dist_rtems_tests_DATA = psxgetrusage01.scn
|
||||
dist_rtems_tests_DATA += psxgetrusage01.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxgetrusage01_OBJECTS)
|
||||
LINK_LIBS = $(psxgetrusage01_LDLIBS)
|
||||
|
||||
psxgetrusage01$(EXEEXT): $(psxgetrusage01_OBJECTS) $(psxgetrusage01_DEPENDENCIES)
|
||||
@rm -f psxgetrusage01$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,19 +0,0 @@
|
||||
rtems_tests_PROGRAMS = psxglobalcon01
|
||||
psxglobalcon01_SOURCES = init.cc
|
||||
|
||||
dist_rtems_tests_DATA = psxglobalcon01.scn psxglobalcon01.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxglobalcon01_OBJECTS)
|
||||
LINK_LIBS = $(psxglobalcon01_LDLIBS)
|
||||
|
||||
psxglobalcon01$(EXEEXT): $(psxglobalcon01_OBJECTS) $(psxglobalcon01_DEPENDENCIES)
|
||||
@rm -f psxglobalcon01$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,19 +0,0 @@
|
||||
rtems_tests_PROGRAMS = psxglobalcon02
|
||||
psxglobalcon02_SOURCES = init.cc
|
||||
|
||||
dist_rtems_tests_DATA = psxglobalcon02.scn psxglobalcon02.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxglobalcon02_OBJECTS)
|
||||
LINK_LIBS = $(psxglobalcon02_LDLIBS)
|
||||
|
||||
psxglobalcon02$(EXEEXT): $(psxglobalcon02_OBJECTS) $(psxglobalcon02_DEPENDENCIES)
|
||||
@rm -f psxglobalcon02$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,182 +0,0 @@
|
||||
noinst_LIBRARIES = lib.a
|
||||
lib_a_SOURCES =
|
||||
|
||||
# methods in <devctl.h>
|
||||
lib_a_SOURCES += devctl/posix_devctl.c
|
||||
|
||||
# methods in <pthread.h>
|
||||
lib_a_SOURCES += pthread/pthread_attr_destroy.c
|
||||
lib_a_SOURCES += pthread/pthread_attr_getdetachstate.c
|
||||
lib_a_SOURCES += pthread/pthread_attr_getguardsize.c
|
||||
lib_a_SOURCES += pthread/pthread_attr_getinheritsched.c
|
||||
lib_a_SOURCES += pthread/pthread_attr_getschedparam.c
|
||||
lib_a_SOURCES += pthread/pthread_attr_getschedpolicy.c
|
||||
lib_a_SOURCES += pthread/pthread_attr_getscope.c
|
||||
lib_a_SOURCES += pthread/pthread_attr_getstackaddr.c
|
||||
lib_a_SOURCES += pthread/pthread_attr_getstack.c
|
||||
lib_a_SOURCES += pthread/pthread_attr_getstacksize.c
|
||||
lib_a_SOURCES += pthread/pthread_attr_init.c
|
||||
lib_a_SOURCES += pthread/pthread_attr_setdetachstate.c
|
||||
lib_a_SOURCES += pthread/pthread_attr_setguardsize.c
|
||||
lib_a_SOURCES += pthread/pthread_attr_setinheritsched.c
|
||||
lib_a_SOURCES += pthread/pthread_attr_setschedparam.c
|
||||
lib_a_SOURCES += pthread/pthread_attr_setschedpolicy.c
|
||||
lib_a_SOURCES += pthread/pthread_attr_setscope.c
|
||||
lib_a_SOURCES += pthread/pthread_attr_setstackaddr.c
|
||||
lib_a_SOURCES += pthread/pthread_attr_setstack.c
|
||||
lib_a_SOURCES += pthread/pthread_attr_setstacksize.c
|
||||
lib_a_SOURCES += pthread/pthread_cancel.c
|
||||
lib_a_SOURCES += pthread/pthread_cleanup.c
|
||||
lib_a_SOURCES += pthread/pthread_condattr_destroy.c
|
||||
lib_a_SOURCES += pthread/pthread_condattr_getpshared.c
|
||||
lib_a_SOURCES += pthread/pthread_condattr_init.c
|
||||
lib_a_SOURCES += pthread/pthread_condattr_setpshared.c
|
||||
lib_a_SOURCES += pthread/pthread_cond_broadcast.c
|
||||
lib_a_SOURCES += pthread/pthread_cond_destroy.c
|
||||
lib_a_SOURCES += pthread/pthread_cond_init.c
|
||||
lib_a_SOURCES += pthread/pthread_cond_signal.c
|
||||
lib_a_SOURCES += pthread/pthread_cond_timedwait.c
|
||||
lib_a_SOURCES += pthread/pthread_cond_wait.c
|
||||
lib_a_SOURCES += pthread/pthread_create.c
|
||||
lib_a_SOURCES += pthread/pthread_detach.c
|
||||
lib_a_SOURCES += pthread/pthread_equal.c
|
||||
lib_a_SOURCES += pthread/pthread_exit.c
|
||||
lib_a_SOURCES += pthread/pthread_getconcurrency.c
|
||||
lib_a_SOURCES += pthread/pthread_getcpuclockid.c
|
||||
lib_a_SOURCES += pthread/pthread_getschedparam.c
|
||||
lib_a_SOURCES += pthread/pthread_getspecific.c
|
||||
lib_a_SOURCES += pthread/pthread_join.c
|
||||
lib_a_SOURCES += pthread/pthread_key_create.c
|
||||
lib_a_SOURCES += pthread/pthread_key_delete.c
|
||||
lib_a_SOURCES += pthread/pthread_mutexattr_destroy.c
|
||||
lib_a_SOURCES += pthread/pthread_mutexattr_getprioceiling.c
|
||||
lib_a_SOURCES += pthread/pthread_mutexattr_getprotocol.c
|
||||
lib_a_SOURCES += pthread/pthread_mutexattr_getpshared.c
|
||||
lib_a_SOURCES += pthread/pthread_mutexattr_init.c
|
||||
lib_a_SOURCES += pthread/pthread_mutexattr_setprioceiling.c
|
||||
lib_a_SOURCES += pthread/pthread_mutexattr_setprotocol.c
|
||||
lib_a_SOURCES += pthread/pthread_mutexattr_setpshared.c
|
||||
lib_a_SOURCES += pthread/pthread_mutex_destroy.c
|
||||
lib_a_SOURCES += pthread/pthread_mutex_getprioceiling.c
|
||||
lib_a_SOURCES += pthread/pthread_mutex_init.c
|
||||
lib_a_SOURCES += pthread/pthread_mutex_lock.c
|
||||
lib_a_SOURCES += pthread/pthread_mutex_setprioceiling.c
|
||||
lib_a_SOURCES += pthread/pthread_mutex_timedlock.c
|
||||
lib_a_SOURCES += pthread/pthread_mutex_trylock.c
|
||||
lib_a_SOURCES += pthread/pthread_mutex_unlock.c
|
||||
lib_a_SOURCES += pthread/pthread_once.c
|
||||
lib_a_SOURCES += pthread/pthread_self.c
|
||||
lib_a_SOURCES += pthread/pthread_setcancelstate.c
|
||||
lib_a_SOURCES += pthread/pthread_setcanceltype.c
|
||||
lib_a_SOURCES += pthread/pthread_setconcurrency.c
|
||||
lib_a_SOURCES += pthread/pthread_setschedparam.c
|
||||
lib_a_SOURCES += pthread/pthread_setspecific.c
|
||||
lib_a_SOURCES += pthread/pthread_testcancel.c
|
||||
# methods in <sched.h>
|
||||
lib_a_SOURCES += sched/sched_getparam.c
|
||||
lib_a_SOURCES += sched/sched_get_priority_max.c
|
||||
lib_a_SOURCES += sched/sched_get_priority_min.c
|
||||
lib_a_SOURCES += sched/sched_getscheduler.c
|
||||
lib_a_SOURCES += sched/sched_rr_get_interval.c
|
||||
lib_a_SOURCES += sched/sched_setparam.c
|
||||
lib_a_SOURCES += sched/sched_setscheduler.c
|
||||
lib_a_SOURCES += sched/sched_yield.c
|
||||
# methods in <signal.h>
|
||||
lib_a_SOURCES += signal/pthread_sigmask.c
|
||||
lib_a_SOURCES += signal/raise.c
|
||||
lib_a_SOURCES += signal/signal.c
|
||||
lib_a_SOURCES += signal/sigpending.c
|
||||
lib_a_SOURCES += signal/sigprocmask.c
|
||||
lib_a_SOURCES += signal/sigsuspend.c
|
||||
lib_a_SOURCES += signal/sigtimedwait.c
|
||||
lib_a_SOURCES += signal/sigwait.c
|
||||
lib_a_SOURCES += signal/sigwaitinfo.c
|
||||
# methods in <time.h>
|
||||
lib_a_SOURCES += time/asctime.c
|
||||
lib_a_SOURCES += time/asctime_r.c
|
||||
lib_a_SOURCES += time/clock.c
|
||||
lib_a_SOURCES += time/clock_getcpuclockid.c
|
||||
lib_a_SOURCES += time/clock_getres.c
|
||||
lib_a_SOURCES += time/clock_gettime.c
|
||||
lib_a_SOURCES += time/clock_nanosleep.c
|
||||
lib_a_SOURCES += time/clock_settime.c
|
||||
lib_a_SOURCES += time/ctime.c
|
||||
lib_a_SOURCES += time/ctime_r.c
|
||||
lib_a_SOURCES += time/difftime.c
|
||||
lib_a_SOURCES += time/gmtime.c
|
||||
lib_a_SOURCES += time/gmtime_r.c
|
||||
lib_a_SOURCES += time/localtime.c
|
||||
lib_a_SOURCES += time/localtime_r.c
|
||||
lib_a_SOURCES += time/mktime.c
|
||||
lib_a_SOURCES += time/nanosleep.c
|
||||
lib_a_SOURCES += time/strftime.c
|
||||
lib_a_SOURCES += time/time.c
|
||||
lib_a_SOURCES += time/timer_create.c
|
||||
lib_a_SOURCES += time/timer_delete.c
|
||||
lib_a_SOURCES += time/timer_getoverrun.c
|
||||
lib_a_SOURCES += time/timer_gettime.c
|
||||
lib_a_SOURCES += time/timer_settime.c
|
||||
# methods in <unistd.h>
|
||||
lib_a_SOURCES += unistd/alarm.c
|
||||
lib_a_SOURCES += unistd/fdatasync.c
|
||||
lib_a_SOURCES += unistd/fsync.c
|
||||
lib_a_SOURCES += unistd/getegid.c
|
||||
lib_a_SOURCES += unistd/geteuid.c
|
||||
lib_a_SOURCES += unistd/getgid.c
|
||||
lib_a_SOURCES += unistd/getgroups.c
|
||||
lib_a_SOURCES += unistd/getlogin.c
|
||||
lib_a_SOURCES += unistd/getlogin_r.c
|
||||
lib_a_SOURCES += unistd/getpgrp.c
|
||||
lib_a_SOURCES += unistd/getpid.c
|
||||
lib_a_SOURCES += unistd/getppid.c
|
||||
lib_a_SOURCES += unistd/getuid.c
|
||||
lib_a_SOURCES += unistd/pause.c
|
||||
lib_a_SOURCES += unistd/setgid.c
|
||||
lib_a_SOURCES += unistd/setgroups.c
|
||||
lib_a_SOURCES += unistd/setpgid.c
|
||||
lib_a_SOURCES += unistd/setsid.c
|
||||
lib_a_SOURCES += unistd/setuid.c
|
||||
lib_a_SOURCES += unistd/sleep.c
|
||||
lib_a_SOURCES += unistd/sync.c
|
||||
lib_a_SOURCES += unistd/ualarm.c
|
||||
lib_a_SOURCES += unistd/usleep.c
|
||||
|
||||
# methods in <sys/mman.h>
|
||||
lib_a_SOURCES += sys/mman/mlockall.c
|
||||
lib_a_SOURCES += sys/mman/mlock.c
|
||||
lib_a_SOURCES += sys/mman/mmap.c
|
||||
lib_a_SOURCES += sys/mman/mprotect.c
|
||||
lib_a_SOURCES += sys/mman/msync.c
|
||||
lib_a_SOURCES += sys/mman/munlockall.c
|
||||
lib_a_SOURCES += sys/mman/munlock.c
|
||||
lib_a_SOURCES += sys/mman/munmap.c
|
||||
lib_a_SOURCES += sys/mman/posix_madvise.c
|
||||
lib_a_SOURCES += sys/mman/shm_open.c
|
||||
lib_a_SOURCES += sys/mman/shm_unlink.c
|
||||
|
||||
if HAS_NETWORKING
|
||||
# methods in <sys/socket.h>
|
||||
lib_a_SOURCES += sys/socket/accept.c
|
||||
lib_a_SOURCES += sys/socket/bind.c
|
||||
lib_a_SOURCES += sys/socket/connect.c
|
||||
lib_a_SOURCES += sys/socket/getpeername.c
|
||||
lib_a_SOURCES += sys/socket/getsockname.c
|
||||
lib_a_SOURCES += sys/socket/getsockopt.c
|
||||
lib_a_SOURCES += sys/socket/listen.c
|
||||
lib_a_SOURCES += sys/socket/recv.c
|
||||
lib_a_SOURCES += sys/socket/recvfrom.c
|
||||
lib_a_SOURCES += sys/socket/recvmsg.c
|
||||
lib_a_SOURCES += sys/socket/send.c
|
||||
lib_a_SOURCES += sys/socket/sendmsg.c
|
||||
lib_a_SOURCES += sys/socket/sendto.c
|
||||
lib_a_SOURCES += sys/socket/setsockopt.c
|
||||
lib_a_SOURCES += sys/socket/shutdown.c
|
||||
lib_a_SOURCES += sys/socket/socket.c
|
||||
lib_a_SOURCES += sys/socket/socketpair.c
|
||||
endif
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,21 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxid01
|
||||
psxid01_SOURCES = init.c
|
||||
|
||||
dist_rtems_tests_DATA = psxid01.scn
|
||||
dist_rtems_tests_DATA += psxid01.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxid01_OBJECTS)
|
||||
LINK_LIBS = $(psxid01_LDLIBS)
|
||||
|
||||
psxid01$(EXEEXT): $(psxid01_OBJECTS) $(psxid01_DEPENDENCIES)
|
||||
@rm -f psxid01$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,21 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psximfs01
|
||||
psximfs01_SOURCES = init.c
|
||||
|
||||
dist_rtems_tests_DATA = psximfs01.scn
|
||||
dist_rtems_tests_DATA += psximfs01.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psximfs01_OBJECTS)
|
||||
LINK_LIBS = $(psximfs01_LDLIBS)
|
||||
|
||||
psximfs01$(EXEEXT): $(psximfs01_OBJECTS) $(psximfs01_DEPENDENCIES)
|
||||
@rm -f psximfs01$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,20 +0,0 @@
|
||||
rtems_tests_PROGRAMS = psximfs02
|
||||
psximfs02_SOURCES = init.c
|
||||
|
||||
dist_rtems_tests_DATA = psximfs02.scn
|
||||
dist_rtems_tests_DATA += psximfs02.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psximfs02_OBJECTS)
|
||||
LINK_LIBS = $(psximfs02_LDLIBS)
|
||||
|
||||
psximfs02$(EXEEXT): $(psximfs02_OBJECTS) $(psximfs02_DEPENDENCIES)
|
||||
@rm -f psximfs02$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,24 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxintrcritical01
|
||||
psxintrcritical01_SOURCES = init.c \
|
||||
../../sptests/spintrcritical_support/intrcritical.c
|
||||
|
||||
dist_rtems_tests_DATA = psxintrcritical01.scn
|
||||
dist_rtems_tests_DATA += psxintrcritical01.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../sptests/spintrcritical_support
|
||||
|
||||
LINK_OBJS = $(psxintrcritical01_OBJECTS)
|
||||
LINK_LIBS = $(psxintrcritical01_LDLIBS)
|
||||
|
||||
psxintrcritical01$(EXEEXT): $(psxintrcritical01_OBJECTS) $(psxintrcritical01_DEPENDENCIES)
|
||||
@rm -f psxintrcritical01$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,22 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxitimer
|
||||
psxitimer_SOURCES = init.c ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psxitimer.scn
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxitimer_OBJECTS)
|
||||
LINK_LIBS = $(psxitimer_LDLIBS)
|
||||
|
||||
psxitimer$(EXEEXT): $(psxitimer_OBJECTS) $(psxitimer_DEPENDENCIES)
|
||||
@rm -f psxitimer$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,23 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxkey01
|
||||
psxkey01_SOURCES = init.c system.h ../include/pmacros.h \
|
||||
../../support/src/test_support.c
|
||||
|
||||
dist_rtems_tests_DATA = psxkey01.scn
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxkey01_OBJECTS)
|
||||
LINK_LIBS = $(psxkey01_LDLIBS)
|
||||
|
||||
psxkey01$(EXEEXT): $(psxkey01_OBJECTS) $(psxkey01_DEPENDENCIES)
|
||||
@rm -f psxkey01$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,23 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxkey02
|
||||
psxkey02_SOURCES = init.c
|
||||
|
||||
dist_rtems_tests_DATA = psxkey02.scn
|
||||
dist_rtems_tests_DATA += psxkey02.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxkey02_OBJECTS)
|
||||
LINK_LIBS = $(psxkey02_LDLIBS)
|
||||
|
||||
psxkey02$(EXEEXT): $(psxkey02_OBJECTS) $(psxkey02_DEPENDENCIES)
|
||||
@rm -f psxkey02$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,23 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxkey03
|
||||
psxkey03_SOURCES = init.c
|
||||
|
||||
dist_rtems_tests_DATA = psxkey03.scn
|
||||
dist_rtems_tests_DATA += psxkey03.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxkey03_OBJECTS)
|
||||
LINK_LIBS = $(psxkey03_LDLIBS)
|
||||
|
||||
psxkey03$(EXEEXT): $(psxkey03_OBJECTS) $(psxkey03_DEPENDENCIES)
|
||||
@rm -f psxkey03$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,23 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxkey04
|
||||
psxkey04_SOURCES = init.c
|
||||
|
||||
dist_rtems_tests_DATA = psxkey04.scn
|
||||
dist_rtems_tests_DATA += psxkey04.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxkey04_OBJECTS)
|
||||
LINK_LIBS = $(psxkey04_LDLIBS)
|
||||
|
||||
psxkey04$(EXEEXT): $(psxkey04_OBJECTS) $(psxkey04_DEPENDENCIES)
|
||||
@rm -f psxkey04$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,23 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxkey05
|
||||
psxkey05_SOURCES = init.c
|
||||
|
||||
dist_rtems_tests_DATA = psxkey05.scn
|
||||
dist_rtems_tests_DATA += psxkey05.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxkey05_OBJECTS)
|
||||
LINK_LIBS = $(psxkey05_LDLIBS)
|
||||
|
||||
psxkey05$(EXEEXT): $(psxkey05_OBJECTS) $(psxkey05_DEPENDENCIES)
|
||||
@rm -f psxkey05$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,23 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxkey06
|
||||
psxkey06_SOURCES = init.c
|
||||
|
||||
dist_rtems_tests_DATA = psxkey06.scn
|
||||
dist_rtems_tests_DATA += psxkey06.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxkey06_OBJECTS)
|
||||
LINK_LIBS = $(psxkey06_LDLIBS)
|
||||
|
||||
psxkey06$(EXEEXT): $(psxkey06_OBJECTS) $(psxkey06_DEPENDENCIES)
|
||||
@rm -f psxkey06$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,23 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxkey07
|
||||
psxkey07_SOURCES = init.c
|
||||
|
||||
dist_rtems_tests_DATA = psxkey07.scn
|
||||
dist_rtems_tests_DATA += psxkey07.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxkey07_OBJECTS)
|
||||
LINK_LIBS = $(psxkey07_LDLIBS)
|
||||
|
||||
psxkey07$(EXEEXT): $(psxkey07_OBJECTS) $(psxkey07_DEPENDENCIES)
|
||||
@rm -f psxkey07$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,23 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxkey08
|
||||
psxkey08_SOURCES = init.c
|
||||
|
||||
dist_rtems_tests_DATA = psxkey08.scn
|
||||
dist_rtems_tests_DATA += psxkey08.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxkey08_OBJECTS)
|
||||
LINK_LIBS = $(psxkey08_LDLIBS)
|
||||
|
||||
psxkey08$(EXEEXT): $(psxkey08_OBJECTS) $(psxkey08_DEPENDENCIES)
|
||||
@rm -f psxkey08$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,23 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxkey09
|
||||
psxkey09_SOURCES = init.c
|
||||
|
||||
dist_rtems_tests_DATA = psxkey09.scn
|
||||
dist_rtems_tests_DATA += psxkey09.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxkey09_OBJECTS)
|
||||
LINK_LIBS = $(psxkey09_LDLIBS)
|
||||
|
||||
psxkey09$(EXEEXT): $(psxkey09_OBJECTS) $(psxkey09_DEPENDENCIES)
|
||||
@rm -f psxkey09$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,23 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxkey10
|
||||
psxkey10_SOURCES = init.c
|
||||
|
||||
dist_rtems_tests_DATA = psxkey10.scn
|
||||
dist_rtems_tests_DATA += psxkey10.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxkey10_OBJECTS)
|
||||
LINK_LIBS = $(psxkey10_LDLIBS)
|
||||
|
||||
psxkey10$(EXEEXT): $(psxkey10_OBJECTS) $(psxkey10_DEPENDENCIES)
|
||||
@rm -f psxkey10$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,22 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxmmap01
|
||||
psxmmap01_SOURCES = init.c test_helper.c test_driver.c system.h
|
||||
|
||||
dist_rtems_tests_DATA = psxmmap01.scn
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxmmap01_OBJECTS)
|
||||
LINK_LIBS = $(psxmmap01_LDLIBS)
|
||||
|
||||
psxmmap01$(EXEEXT): $(psxmmap01_OBJECTS) $(psxmmap01_DEPENDENCIES)
|
||||
@rm -f psxmmap01$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,22 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxmount
|
||||
psxmount_SOURCES = main.c test.c ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psxmount.scn
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxmount_OBJECTS)
|
||||
LINK_LIBS = $(psxmount_LDLIBS)
|
||||
|
||||
psxmount$(EXEEXT): $(psxmount_OBJECTS) $(psxmount_DEPENDENCIES)
|
||||
@rm -f psxmount$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,24 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxmsgq01
|
||||
psxmsgq01_SOURCES = init.c system.h ../include/pmacros.h \
|
||||
../../support/src/test_support.c
|
||||
|
||||
|
||||
dist_rtems_tests_DATA = psxmsgq01.scn
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxmsgq01_OBJECTS)
|
||||
LINK_LIBS = $(psxmsgq01_LDLIBS)
|
||||
|
||||
psxmsgq01$(EXEEXT): $(psxmsgq01_OBJECTS) $(psxmsgq01_DEPENDENCIES)
|
||||
@rm -f psxmsgq01$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,23 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxmsgq02
|
||||
psxmsgq02_SOURCES = init.c system.h ../include/pmacros.h \
|
||||
../../support/src/test_support.c
|
||||
|
||||
dist_rtems_tests_DATA = psxmsgq02.scn
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxmsgq02_OBJECTS)
|
||||
LINK_LIBS = $(psxmsgq02_LDLIBS)
|
||||
|
||||
psxmsgq02$(EXEEXT): $(psxmsgq02_OBJECTS) $(psxmsgq02_DEPENDENCIES)
|
||||
@rm -f psxmsgq02$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,24 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxmsgq03
|
||||
psxmsgq03_SOURCES = init.c system.h ../include/pmacros.h \
|
||||
../../support/src/test_support.c
|
||||
|
||||
dist_rtems_tests_DATA = psxmsgq03.scn
|
||||
dist_rtems_tests_DATA += psxmsgq03.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxmsgq03_OBJECTS)
|
||||
LINK_LIBS = $(psxmsgq03_LDLIBS)
|
||||
|
||||
psxmsgq03$(EXEEXT): $(psxmsgq03_OBJECTS) $(psxmsgq03_DEPENDENCIES)
|
||||
@rm -f psxmsgq03$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,24 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxmsgq04
|
||||
psxmsgq04_SOURCES = init.c ../include/pmacros.h \
|
||||
../../support/src/test_support.c
|
||||
|
||||
dist_rtems_tests_DATA = psxmsgq04.scn
|
||||
dist_rtems_tests_DATA += psxmsgq04.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxmsgq04_OBJECTS)
|
||||
LINK_LIBS = $(psxmsgq04_LDLIBS)
|
||||
|
||||
psxmsgq04$(EXEEXT): $(psxmsgq04_OBJECTS) $(psxmsgq04_DEPENDENCIES)
|
||||
@rm -f psxmsgq04$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,23 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxmutexattr01
|
||||
psxmutexattr01_SOURCES = init.c
|
||||
|
||||
dist_rtems_tests_DATA = psxmutexattr01.scn
|
||||
dist_rtems_tests_DATA += psxmutexattr01.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxmutexattr01_OBJECTS)
|
||||
LINK_LIBS = $(psxmutexattr01_LDLIBS)
|
||||
|
||||
psxmutexattr01$(EXEEXT): $(psxmutexattr01_OBJECTS) $(psxmutexattr01_DEPENDENCIES)
|
||||
@rm -f psxmutexattr01$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,23 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxobj01
|
||||
psxobj01_SOURCES = init.c ../../support/src/test_support.c
|
||||
|
||||
dist_rtems_tests_DATA = psxobj01.scn
|
||||
dist_rtems_tests_DATA += psxobj01.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxobj01_OBJECTS)
|
||||
LINK_LIBS = $(psxobj01_LDLIBS)
|
||||
|
||||
psxobj01$(EXEEXT): $(psxobj01_OBJECTS) $(psxobj01_DEPENDENCIES)
|
||||
@rm -f psxobj01$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,22 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxonce01
|
||||
psxonce01_SOURCES = init.c system.h ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psxonce01.scn
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxonce01_OBJECTS)
|
||||
LINK_LIBS = $(psxonce01_LDLIBS)
|
||||
|
||||
psxonce01$(EXEEXT): $(psxonce01_OBJECTS) $(psxonce01_DEPENDENCIES)
|
||||
@rm -f psxonce01$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,23 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxpasswd01
|
||||
psxpasswd01_SOURCES = init.c ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psxpasswd01.scn
|
||||
dist_rtems_tests_DATA += psxpasswd01.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxpasswd01_OBJECTS)
|
||||
LINK_LIBS = $(psxpasswd01_LDLIBS)
|
||||
|
||||
psxpasswd01$(EXEEXT): $(psxpasswd01_OBJECTS) $(psxpasswd01_DEPENDENCIES)
|
||||
@rm -f psxpasswd01$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,23 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxpasswd02
|
||||
psxpasswd02_SOURCES = init.c ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psxpasswd02.scn
|
||||
dist_rtems_tests_DATA += psxpasswd02.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxpasswd02_OBJECTS)
|
||||
LINK_LIBS = $(psxpasswd02_LDLIBS)
|
||||
|
||||
psxpasswd02$(EXEEXT): $(psxpasswd02_OBJECTS) $(psxpasswd02_DEPENDENCIES)
|
||||
@rm -f psxpasswd02$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,23 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxpipe01
|
||||
psxpipe01_SOURCES = init.c ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psxpipe01.scn
|
||||
dist_rtems_tests_DATA += psxpipe01.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxpipe01_OBJECTS)
|
||||
LINK_LIBS = $(psxpipe01_LDLIBS)
|
||||
|
||||
psxpipe01$(EXEEXT): $(psxpipe01_OBJECTS) $(psxpipe01_DEPENDENCIES)
|
||||
@rm -f psxpipe01$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,22 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxrdwrv
|
||||
psxrdwrv_SOURCES = main.c test.c ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psxrdwrv.scn
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxrdwrv_OBJECTS)
|
||||
LINK_LIBS = $(psxrdwrv_LDLIBS)
|
||||
|
||||
psxrdwrv$(EXEEXT): $(psxrdwrv_OBJECTS) $(psxrdwrv_DEPENDENCIES)
|
||||
@rm -f psxrdwrv$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,22 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxreaddir
|
||||
psxreaddir_SOURCES = main.c test.c ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psxreaddir.scn
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxreaddir_OBJECTS)
|
||||
LINK_LIBS = $(psxreaddir_LDLIBS)
|
||||
|
||||
psxreaddir$(EXEEXT): $(psxreaddir_OBJECTS) $(psxreaddir_DEPENDENCIES)
|
||||
@rm -f psxreaddir$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,23 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxrwlock01
|
||||
psxrwlock01_SOURCES = main.c test.c ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psxrwlock01.scn
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxrwlock01_OBJECTS)
|
||||
LINK_LIBS = $(psxrwlock01_LDLIBS)
|
||||
|
||||
psxrwlock01$(EXEEXT): $(psxrwlock01_OBJECTS) \
|
||||
$(psxrwlock01_DEPENDENCIES)
|
||||
@rm -f psxrwlock01$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,23 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxsem01
|
||||
psxsem01_SOURCES = init.c ../include/pmacros.h \
|
||||
../../support/src/test_support.c
|
||||
|
||||
dist_rtems_tests_DATA = psxsem01.scn
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxsem01_OBJECTS)
|
||||
LINK_LIBS = $(psxsem01_LDLIBS)
|
||||
|
||||
psxsem01$(EXEEXT): $(psxsem01_OBJECTS) $(psxsem01_DEPENDENCIES)
|
||||
@rm -f psxsem01$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,22 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxshm01
|
||||
psxshm01_SOURCES = init.c system.h
|
||||
|
||||
dist_rtems_tests_DATA = psxshm01.scn
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxshm01_OBJECTS)
|
||||
LINK_LIBS = $(psxshm01_LDLIBS)
|
||||
|
||||
psxshm01$(EXEEXT): $(psxshm01_OBJECTS) $(psxshm01_DEPENDENCIES)
|
||||
@rm -f psxshm01$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,22 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxshm02
|
||||
psxshm02_SOURCES = init.c system.h
|
||||
|
||||
dist_rtems_tests_DATA = psxshm02.scn
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxshm02_OBJECTS)
|
||||
LINK_LIBS = $(psxshm02_LDLIBS)
|
||||
|
||||
psxshm02$(EXEEXT): $(psxshm02_OBJECTS) $(psxshm02_DEPENDENCIES)
|
||||
@rm -f psxshm02$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,22 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxsignal01
|
||||
psxsignal01_SOURCES = init.c task1.c system.h ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psxsignal01.scn
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxsignal01_OBJECTS)
|
||||
LINK_LIBS = $(psxsignal01_LDLIBS)
|
||||
|
||||
psxsignal01$(EXEEXT): $(psxsignal01_OBJECTS) $(psxsignal01_DEPENDENCIES)
|
||||
@rm -f psxsignal01$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,23 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxsignal02
|
||||
psxsignal02_SOURCES = init.c ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psxsignal02.scn
|
||||
dist_rtems_tests_DATA += psxsignal02.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxsignal02_OBJECTS)
|
||||
LINK_LIBS = $(psxsignal02_LDLIBS)
|
||||
|
||||
psxsignal02$(EXEEXT): $(psxsignal02_OBJECTS) $(psxsignal02_DEPENDENCIES)
|
||||
@rm -f psxsignal02$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,24 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxsignal03
|
||||
psxsignal03_SOURCES = init.c ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psxsignal03.scn
|
||||
dist_rtems_tests_DATA += psxsignal03.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
AM_CPPFLAGS += -DUSE_USER_SIGNALS_PROCESS
|
||||
|
||||
LINK_OBJS = $(psxsignal03_OBJECTS)
|
||||
LINK_LIBS = $(psxsignal03_LDLIBS)
|
||||
|
||||
psxsignal03$(EXEEXT): $(psxsignal03_OBJECTS) $(psxsignal03_DEPENDENCIES)
|
||||
@rm -f psxsignal03$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,24 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxsignal04
|
||||
psxsignal04_SOURCES = ../psxsignal03/init.c ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psxsignal04.scn
|
||||
dist_rtems_tests_DATA += psxsignal04.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
AM_CPPFLAGS += -DUSE_REAL_TIME_SIGNALS_PROCESS
|
||||
|
||||
LINK_OBJS = $(psxsignal04_OBJECTS)
|
||||
LINK_LIBS = $(psxsignal04_LDLIBS)
|
||||
|
||||
psxsignal04$(EXEEXT): $(psxsignal04_OBJECTS) $(psxsignal04_DEPENDENCIES)
|
||||
@rm -f psxsignal04$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,23 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxsignal05
|
||||
psxsignal05_SOURCES = init.c ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psxsignal05.scn
|
||||
dist_rtems_tests_DATA += psxsignal05.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxsignal05_OBJECTS)
|
||||
LINK_LIBS = $(psxsignal05_LDLIBS)
|
||||
|
||||
psxsignal05$(EXEEXT): $(psxsignal05_OBJECTS) $(psxsignal05_DEPENDENCIES)
|
||||
@rm -f psxsignal05$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,21 +0,0 @@
|
||||
rtems_tests_PROGRAMS = psxsignal06
|
||||
psxsignal06_SOURCES = init.c
|
||||
|
||||
dist_rtems_tests_DATA = psxsignal06.scn
|
||||
dist_rtems_tests_DATA += psxsignal06.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxsignal06_OBJECTS)
|
||||
LINK_LIBS = $(psxsignal06_LDLIBS)
|
||||
|
||||
psxsignal06$(EXEEXT): $(psxsignal06_OBJECTS) $(psxsignal06_DEPENDENCIES)
|
||||
@rm -f psxsignal06$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,23 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxspin01
|
||||
psxspin01_SOURCES = main.c test.c ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psxspin01.scn
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxspin01_OBJECTS)
|
||||
LINK_LIBS = $(psxspin01_LDLIBS)
|
||||
|
||||
psxspin01$(EXEEXT): $(psxspin01_OBJECTS) \
|
||||
$(psxspin01_DEPENDENCIES)
|
||||
@rm -f psxspin01$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,23 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxstack01
|
||||
psxstack01_SOURCES = init.c ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psxstack01.scn
|
||||
dist_rtems_tests_DATA += psxstack01.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxstack01_OBJECTS)
|
||||
LINK_LIBS = $(psxstack01_LDLIBS)
|
||||
|
||||
psxstack01$(EXEEXT): $(psxstack01_OBJECTS) $(psxstack01_DEPENDENCIES)
|
||||
@rm -f psxstack01$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,21 +0,0 @@
|
||||
rtems_tests_PROGRAMS = psxstack02
|
||||
psxstack02_SOURCES = init.c
|
||||
|
||||
dist_rtems_tests_DATA = psxstack02.scn
|
||||
dist_rtems_tests_DATA += psxstack02.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxstack02_OBJECTS)
|
||||
LINK_LIBS = $(psxstack02_LDLIBS)
|
||||
|
||||
psxstack02$(EXEEXT): $(psxstack02_OBJECTS) $(psxstack02_DEPENDENCIES)
|
||||
@rm -f psxstack02$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,22 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxstat
|
||||
psxstat_SOURCES = main.c test.c ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psxstat.scn
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxstat_OBJECTS)
|
||||
LINK_LIBS = $(psxstat_LDLIBS)
|
||||
|
||||
psxstat$(EXEEXT): $(psxstat_OBJECTS) $(psxstat_DEPENDENCIES)
|
||||
@rm -f psxstat$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,24 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxstrsignal01
|
||||
psxstrsignal01_SOURCES = init.c ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psxstrsignal01.scn
|
||||
dist_rtems_tests_DATA += psxstrsignal01.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxstrsignal01_OBJECTS)
|
||||
LINK_LIBS = $(psxstrsignal01_LDLIBS)
|
||||
|
||||
psxstrsignal01$(EXEEXT): $(psxstrsignal01_OBJECTS) \
|
||||
$(psxstrsignal01_DEPENDENCIES)
|
||||
@rm -f psxstrsignal01$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,22 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxsysconf
|
||||
psxsysconf_SOURCES = init.c system.h ../include/pmacros.h
|
||||
|
||||
dist_rtems_tests_DATA = psxsysconf.scn
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxsysconf_OBJECTS)
|
||||
LINK_LIBS = $(psxsysconf_LDLIBS)
|
||||
|
||||
psxsysconf$(EXEEXT): $(psxsysconf_OBJECTS) $(psxsysconf_DEPENDENCIES)
|
||||
@rm -f psxsysconf$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,19 +0,0 @@
|
||||
rtems_tests_PROGRAMS = psxthreadname01
|
||||
psxthreadname01_SOURCES = init.c
|
||||
|
||||
dist_rtems_tests_DATA = psxthreadname01.scn psxthreadname01.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxthreadname01_OBJECTS)
|
||||
LINK_LIBS = $(psxthreadname01_LDLIBS)
|
||||
|
||||
psxthreadname01$(EXEEXT): $(psxthreadname01_OBJECTS) $(psxthreadname01_DEPENDENCIES)
|
||||
@rm -f psxthreadname01$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -1,21 +0,0 @@
|
||||
|
||||
rtems_tests_PROGRAMS = psxtime
|
||||
psxtime_SOURCES = main.c test.c
|
||||
|
||||
dist_rtems_tests_DATA = psxtime.scn
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(psxtime_OBJECTS)
|
||||
LINK_LIBS = $(psxtime_LDLIBS)
|
||||
|
||||
psxtime$(EXEEXT): $(psxtime_OBJECTS) $(psxtime_DEPENDENCIES)
|
||||
@rm -f psxtime$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user