summaryrefslogblamecommitdiffstats
path: root/c/src/exec/rtems/src/Makefile.in
blob: 99a7fa75cd83a515d8300f908e76a5d2dec8b094 (plain) (tree)







































                                                                  
#
#  $Id$
#

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

C_PIECES=clock dpmem event eventmp intr mp msg msgmp \
   part partmp ratemon region regionmp sem semmp signal signalmp \
   taskmp tasks timer
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}