source: rtems/testsuites/psxtests/psxautoinit02/Makefile.am @ 67cad33e

4.115
Last change on this file since 67cad33e was 67cad33e, 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: 653 bytes
Line 
1rtems_tests_PROGRAMS = psxautoinit02
2psxautoinit02_SOURCES = init.c ../include/pmacros.h
3
4dist_rtems_tests_DATA = psxautoinit02.scn
5dist_rtems_tests_DATA += psxautoinit02.doc
6
7
8include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
9include $(top_srcdir)/../automake/compile.am
10include $(top_srcdir)/../automake/leaf.am
11
12
13AM_CPPFLAGS += -I$(top_srcdir)/include
14AM_CPPFLAGS += -I$(top_srcdir)/../support/include
15
16LINK_OBJS = $(psxautoinit02_OBJECTS)
17LINK_LIBS = $(psxautoinit02_LDLIBS)
18
19psxautoinit02$(EXEEXT): $(psxautoinit02_OBJECTS) \
20    $(psxautoinit02_DEPENDENCIES)
21        @rm -f psxautoinit02$(EXEEXT)
22        $(make-exe)
23
24include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.