source: rtems/testsuites/psxtests/psxenosys/Makefile.am @ 2393825

4.104.115
Last change on this file since 2393825 was 2393825, checked in by Joel Sherrill <joel.sherrill@…>, on 11/09/09 at 14:47:06

2009-11-09 Joel Sherrill <joel.sherrill@…>

  • psxenosys/Makefile.am: Add documentation file.
  • psxenosys/psxenosys.doc: New file.
  • Property mode set to 100644
File size: 732 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = psxenosys
8psxenosys_SOURCES = init.c system.h ../include/pmacros.h
9
10dist_rtems_tests_DATA = psxenosys.scn
11dist_rtems_tests_DATA += psxenosys.doc
12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
14include $(top_srcdir)/../automake/compile.am
15include $(top_srcdir)/../automake/leaf.am
16
17psxenosys_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
18
19AM_CPPFLAGS += -I$(top_srcdir)/include
20AM_CPPFLAGS += -I$(top_srcdir)/../support/include
21
22LINK_OBJS = $(psxenosys_OBJECTS) $(psxenosys_LDADD)
23LINK_LIBS = $(psxenosys_LDLIBS)
24
25psxenosys$(EXEEXT): $(psxenosys_OBJECTS) $(psxenosys_DEPENDENCIES)
26        @rm -f psxenosys$(EXEEXT)
27        $(make-exe)
28
29include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.