summaryrefslogblamecommitdiffstats
path: root/testsuites/psxtests/psxchroot01/Makefile.am
blob: 90c70823bbf62b4a9e4903ce732c926ad1e12881 (plain) (tree)
1
2
3
4



       



















                                                     
                                                  





                                          

                                      







                                                   
##
## $Id$
##


TEST = psxchroot01

MANAGERS = all

C_FILES = main.c test.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)

DOCTYPES = scn
DOCS = $(DOCTYPES:%=$(TEST).%)

SRCS = $(DOCS) $(C_FILES) $(H_FILES)
OBJS = $(C_O_FILES)

PRINT_SRCS = $(DOCS)

PGM = ${ARCH}/$(TEST).exe

include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/psxtests.am

#
# (OPTIONAL) Add local stuff here using +=
#

AM_CPPFLAGS += -I$(top_srcdir)/include

${PGM}: $(OBJS) $(LINK_FILES)
	$(make-exe)

all-local: $(ARCH) $(TMPINSTALL_FILES)

EXTRA_DIST = $(C_FILES) $(DOCS)

include $(top_srcdir)/../../../../automake/local.am