1 include $(MAGPIE_ROOT)/build/make_opt/Makefile.h
5 # Sub-system source main path
9 #export LAYERNAME = ram
14 # Sub-system source main path
17 export SSMPATH = $(MAGPIE_ROOT)/target/$(SSNAME)
21 # Sub-system object search path for GNU tool chain
25 export SSOBJPATH = $(PRJ_ROOT)/$(TARGET)/$(SSNAME)/obj
29 # Sub-system/module list at this layer
37 # Archive for this package
41 export L_TARGET = $(LIB_PATH)/libinit.a
49 for i in $(SUBDIRS) ; do $(MAKE) -C $$i -f Makefile.ss all || exit $?; done
53 for i in $(SUBDIRS) ; do $(MAKE) -C $$i -f Makefile.ss dep || exit $?; done
56 $(MAKE) clean -f Makefile.ss
59 $(MAKE) -f Makefile.ss init