source: rtems/testsuites/psxtests/psxpasswd02/Makefile.am @ 2e0f173b

4.115
Last change on this file since 2e0f173b was 2e0f173b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/20/11 at 05:43:05

2011-06-20 Ralf Corsépius <ralf.corsepius@…>

  • Index: psxautoinit01/Makefile.am, psxbarrier01/Makefile.am, psxclassic01/Makefile.am, psxcleanup01/Makefile.am, psxfchx01/Makefile.am, psxpasswd01/Makefile.am, psxpasswd02/Makefile.am, psxpipe01/Makefile.am, psxrwlock01/Makefile.am, psxspin01/Makefile.am, psxspin02/Makefile.am: Eliminate rtems_scn_DATA. Install *.doc to rtems_testsdir.
  • Property mode set to 100644
File size: 678 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = psxpasswd02
8psxpasswd02_SOURCES = init.c ../include/pmacros.h
9
10dist_rtems_tests_DATA = psxpasswd02.scn
11dist_rtems_tests_DATA += psxpasswd02.doc
12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
14include $(top_srcdir)/../automake/compile.am
15include $(top_srcdir)/../automake/leaf.am
16
17
18AM_CPPFLAGS += -I$(top_srcdir)/include
19AM_CPPFLAGS += -I$(top_srcdir)/../support/include
20
21LINK_OBJS = $(psxpasswd02_OBJECTS) $(psxpasswd02_LDADD)
22LINK_LIBS = $(psxpasswd02_LDLIBS)
23
24psxpasswd02$(EXEEXT): $(psxpasswd02_OBJECTS) $(psxpasswd02_DEPENDENCIES)
25        @rm -f psxpasswd02$(EXEEXT)
26        $(make-exe)
27
28include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.