source: rtems/testsuites/samples/fileio/Makefile.am @ 11b9b5d

4.115
Last change on this file since 11b9b5d was 541591c, checked in by Joel Sherrill <joel.sherrill@…>, on 05/05/11 at 22:29:23

2011-05-05 Joel Sherrill <joel.sherrill@…>

  • fileio/Makefile.am, ticker/Makefile.am: Missed part of previous patch.
  • Property mode set to 100644
File size: 660 bytes
Line 
1##
2##  Makefile.am,v 1.9 2002/08/11 05:18:59 ralf Exp
3##
4
5MANAGERS = io message semaphore
6
7rtems_tests_PROGRAMS = fileio
8fileio_SOURCES = init.c system.h
9
10dist_rtems_tests_DATA = fileio.doc
11
12include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
13include $(top_srcdir)/../automake/compile.am
14include $(top_srcdir)/../automake/leaf.am
15
16fileio_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
17
18AM_CPPFLAGS += -I$(top_srcdir)/../support/include
19
20LINK_OBJS = $(fileio_OBJECTS) $(fileio_LDADD)
21LINK_LIBS = $(fileio_LDLIBS)
22
23fileio$(EXEEXT): $(fileio_OBJECTS) $(fileio_DEPENDENCIES)
24        @rm -f fileio$(EXEEXT)
25        $(make-exe)
26
27include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.