# # $Id$ # @SET_MAKE@ srcdir = @srcdir@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg SUB_DIRS=rtems # # $Id$ # @SET_MAKE@ srcdir = @srcdir@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ # We only build multiprocessing related files if HAS_MP was defined MP_PIECES_yes_V = mppkt objectmp threadmp MP_PIECES = $(MP_PIECES_$(HAS_MP)_V) I_PIECES= address chain coremsg coremutex coresem heap \ isr object priority stack states sysstate thread \ tod tqdata userext watchdog wkspace $(MP_PIECES) I_FILES=$(I_PIECES:%=$(srcdir)/%.inl) SRCS=$(I_FILES) include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/lib.cfg # # 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 += $(LIB) CLOBBER_ADDITIONS += all: $(SRCS) $(INSTALL) -m 444 ${I_FILES} $(PROJECT_INCLUDE)/rtems/score