Files
rtems/testsuites/psxtests/psximfs02/Makefile.am
Joel Sherrill d08ba49ea2 2010-07-29 Bharath Suri <bharath.s.jois@gmail.com>
PR 1642/testing
	* psximfs02/init.c, psximfs02/psximfs02.scn,
	psximfs02/psximfs02.doc, psximfs02/Makefile.am: New test added.
	* configure.ac, Makefile.am: Changes to accommodate psximfs02
	test.
2010-07-29 22:40:50 +00:00

25 lines
579 B
Makefile

##
## $Id$
##
rtems_tests_PROGRAMS = psximfs02
psximfs02_SOURCES = init.c
dist_rtems_tests_DATA = psximfs02.scn
dist_rtems_tests_DATA += psximfs02.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 = $(psximfs02_OBJECTS) $(psximfs02_LDADD)
LINK_LIBS = $(psximfs02_LDLIBS)
psximfs02$(EXEEXT): $(psximfs02_OBJECTS) $(psximfs02_DEPENDENCIES)
@rm -f psximfs02$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am