forked from Imagelibrary/rtems
2010-06-07 Bharath Suri <bharath.s.jois@gmail.com>
PR PR1542 * spfifo01/Makefile.am: New file.
This commit is contained in:
27
testsuites/sptests/spfifo01/Makefile.am
Normal file
27
testsuites/sptests/spfifo01/Makefile.am
Normal file
@@ -0,0 +1,27 @@
|
||||
##
|
||||
## $Id$
|
||||
##
|
||||
|
||||
MANAGERS = all
|
||||
|
||||
rtems_tests_PROGRAMS = spfifo01
|
||||
spfifo01_SOURCES = main.c test.c
|
||||
|
||||
dist_rtems_tests_DATA = spfifo01.scn
|
||||
dist_rtems_tests_DATA += spfifo01.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(spfifo01_OBJECTS) $(spfifo01_LDADD)
|
||||
LINK_LIBS = $(spfifo01_LDLIBS)
|
||||
|
||||
spfifo01$(EXEEXT): $(spfifo01_OBJECTS) $(spfifo01_DEPENDENCIES)
|
||||
@rm -f spfifo01$(EXEEXT)
|
||||
$(make-exe)
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
Reference in New Issue
Block a user