source: rtems/testsuites/fstests/fsdosfsname01/Makefile.am @ 5d1acc53

5
Last change on this file since 5d1acc53 was 5d1acc53, checked in by Sebastian Huber <sebastian.huber@…>, on 01/27/16 at 13:26:30

fstests/fsdosfsname01: Fix Makefile.am

  • Property mode set to 100644
File size: 654 bytes
Line 
1rtems_tests_PROGRAMS = fsdosfsname01
2fsdosfsname01_SOURCES = init.c
3fsdosfsname01_SOURCES += ../support/ramdisk_support.c
4
5dist_rtems_tests_DATA = fsdosfsname01.scn fsdosfsname01.doc
6
7include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
8include $(top_srcdir)/../automake/compile.am
9include $(top_srcdir)/../automake/leaf.am
10
11AM_CPPFLAGS += -I$(top_srcdir)/../support/include
12AM_CPPFLAGS += -I$(top_srcdir)/support
13
14LINK_OBJS = $(fsdosfsname01_OBJECTS)
15LINK_LIBS = $(fsdosfsname01_LDLIBS)
16
17fsdosfsname01$(EXEEXT): $(fsdosfsname01_OBJECTS) $(fsdosfsname01_DEPENDENCIES)
18        @rm -f fsdosfsname01$(EXEEXT)
19        $(make-exe)
20
21include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.