source: rtems/testsuites/psxtmtests/psxtmkey01/Makefile.am @ 84b01905

4.115
Last change on this file since 84b01905 was 84b01905, checked in by Ralf Corsépius <ralf.corsepius@…>, on 05/04/12 at 06:54:41

Remove CVS-Ids.

  • Property mode set to 100644
File size: 776 bytes
Line 
1rtems_tests_PROGRAMS = psxtmkey01
2psxtmkey01_SOURCES = init.c ../../tmtests/include/timesys.h \
3    ../../support/src/tmtests_empty_function.c \
4    ../../support/src/tmtests_support.c
5
6dist_rtems_tests_DATA = psxtmkey01.doc
7
8include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
9include $(top_srcdir)/../automake/compile.am
10include $(top_srcdir)/../automake/leaf.am
11
12OPERATION_COUNT = @OPERATION_COUNT@
13AM_CPPFLAGS += -I$(top_srcdir)/../tmtests/include
14AM_CPPFLAGS += -DOPERATION_COUNT=$(OPERATION_COUNT)
15AM_CPPFLAGS += -I$(top_srcdir)/../support/include
16
17LINK_OBJS = $(psxtmkey01_OBJECTS)
18LINK_LIBS = $(psxtmkey01_LDLIBS)
19
20psxtmkey01$(EXEEXT): $(psxtmkey01_OBJECTS) $(psxtmkey01_DEPENDENCIES)
21        @rm -f psxtmkey01$(EXEEXT)
22        $(make-exe)
23
24include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.