summaryrefslogblamecommitdiffstats
path: root/c/src/exec/score/src/Makefile.in
blob: c9290f9a1469685e56422217b456f372b47e3359 (plain) (tree)








































                                                                  
#
#  $Id$
#

@SET_MAKE@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH=@srcdir@

# C and C++ source names, if any, go here -- minus the .c or .cc
C_PIECES=apiext chain coremsg coremutex coresem heap interr \
    isr mpci object objectmp thread threadmp threadq tod userext \
    watchdog wkspace
C_FILES=$(C_PIECES:%=%.c)
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)

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

include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/lib.cfg

#
# Add local stuff here using +=
#

DEFINES  +=
CPPFLAGS +=
CFLAGS   += $(CFLAGS_OS_V)

#
# Add your list of files to delete here.  The config files
#  already know how to delete some stuff, so you may want
#  to just run 'make clean' first to see what gets missed.
#  'make clobber' already includes 'make clean'
#

CLEAN_ADDITIONS += 
CLOBBER_ADDITIONS +=

all:	${ARCH} $(SRCS) ${OBJS}