source: rtems/testsuites/psxtests/psx07/Makefile.am @ 95d7ac7

4.115
Last change on this file since 95d7ac7 was 95d7ac7, checked in by Annelies Odermann <annelies.odermann@…>, on 12/01/13 at 00:41:11

psx07.doc: New file

  • Property mode set to 100644
File size: 584 bytes
Line 
1
2rtems_tests_PROGRAMS = psx07
3psx07_SOURCES = init.c task.c system.h ../include/pmacros.h
4
5dist_rtems_tests_DATA  = psx07.scn
6dist_rtems_tests_DATA += psx07.doc
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 = $(psx07_OBJECTS)
17LINK_LIBS = $(psx07_LDLIBS)
18
19psx07$(EXEEXT): $(psx07_OBJECTS) $(psx07_DEPENDENCIES)
20        @rm -f psx07$(EXEEXT)
21        $(make-exe)
22
23include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.