source: rtems/testsuites/psxtmtests/psxtmthread01/Makefile.am @ 5f66df53

4.115
Last change on this file since 5f66df53 was 519928c3, checked in by Joel Sherrill <joel.sherrill@…>, on 12/06/10 at 16:35:31

2010-12-06 Joel Sherrill <joel.sherrill@…>

  • .cvsignore, ChangeLog?, Makefile.am, README, configure.ac, psxtmtests_plan.csv, psxtmmutex02/.cvsignore, psxtmmutex02/Makefile.am, psxtmmutex02/init.c, psxtmmutex02/psxtmmutex02.doc, psxtmthread01/.cvsignore, psxtmthread01/Makefile.am, psxtmthread01/init.c, psxtmthread01/psxtmthread01.doc, psxtmthread03/.cvsignore, psxtmthread03/Makefile.am, psxtmthread03/init.c, psxtmthread03/psxtmthread03.doc: New files.
  • Property mode set to 100644
File size: 851 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = psxtmthread01
8psxtmthread01_SOURCES = init.c ../../tmtests/include/timesys.h \
9    ../../support/src/tmtests_empty_function.c \
10    ../../support/src/tmtests_support.c
11
12dist_rtems_tests_DATA = psxtmthread01.doc
13
14include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
15include $(top_srcdir)/../automake/compile.am
16include $(top_srcdir)/../automake/leaf.am
17
18OPERATION_COUNT = @OPERATION_COUNT@
19AM_CPPFLAGS += -I$(top_srcdir)/../tmtests/include
20AM_CPPFLAGS += -DOPERATION_COUNT=$(OPERATION_COUNT)
21AM_CPPFLAGS += -I$(top_srcdir)/../support/include
22
23LINK_OBJS = $(psxtmthread01_OBJECTS) $(psxtmthread01_LDADD)
24LINK_LIBS = $(psxtmthread01_LDLIBS)
25
26psxtmthread01$(EXEEXT): $(psxtmthread01_OBJECTS) $(psxtmthread01_DEPENDENCIES)
27        @rm -f psxtm01$(EXEEXT)
28        $(make-exe)
29
30include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.