summaryrefslogblamecommitdiffstats
path: root/testsuites/psxtests/psxchroot01/Makefile.am
blob: 33a05672f9bdbc1b9f4e6072ec945fd30e400814 (plain) (tree)
1
2
3
4
5
6
7
8
9



       




                       
                                              











                                                 

                                            





                                          

                                      


                             
                              


                               

                                
                                          
##
## $Id$
##

TEST = psxchroot01

MANAGERS = all

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

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: $(TMPINSTALL_FILES)

EXTRA_DIST = $(C_FILES) $(DOCS)

CLEANFILES = $(TMPINSTALL_FILES)

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