# make.include # # define TOP before including this file from other makefiles # the standard include files include $(TOP)/make.config include $(TOP)/make.define # include a dummy file # -- unless overridden in call to make to include the real buildopts file BUILDOPTS_INCLUDE=$(TOP)/$(CONFIGDIR)/$(CONFIG).noarch include $(BUILDOPTS_INCLUDE) # include a dummy file # -- unless overridden in call to make to include the real config file ARCH=noarch include $(TOP)/$(CONFIGDIR)/$(CONFIG).$(ARCH)