1 include $(MAGPIE_ROOT)/build/make_opt/Makefile.h
5 # Sub-system source main path
13 # Sub-system source main path
16 export SSMPATH = $(MAGPIE_ROOT)/target/$(LAYERNAME)
20 # Sub-system object search path for GNU tool chain
24 # export SSOBJPATH = $(PRJ_ROOT)/build/$(TARGET)/$(LAYERNAME)/obj
25 export SSOBJPATH = $(PRJ_ROOT)/$(TARGET)/$(LAYERNAME)/obj
28 # Sub-system/module list at this layer
37 # Archive for this package
41 export L_TARGET = $(LIB_PATH)/libhif.a
49 for i in $(SUBDIRS) ; do $(MAKE) -C $$i -f Makefile.ss all || exit $?; done
52 for i in $(SUBDIRS) ; do $(MAKE) -C $$i -f Makefile.ss dep || exit $?; done
55 $(MAKE) clean -f Makefile.ss
58 $(MAKE) -f Makefile.ss init