00001 00002 # This is the file that all Erlang Tools GNUmakefiles, and only them, 00003 # should include. 00004 00005 # Prerequisite: ERLANG_TOOLS_TOP must be set. 00006 00007 00008 # Each project should define its own GNUmakesettings.inc, as explained in 00009 # common/GNUmakesettings.inc. 00010 00011 00012 # Nothing simpler can be used: 00013 00014 include $(ERLANG_TOOLS_TOP)/GNUmakevars.inc 00015 include $(TRACES_TOP)/GNUmakevars.inc 00016 include $(WOOPER_TOP)/GNUmakevars.inc 00017 include $(COMMON_TOP)/GNUmakevars.inc 00018 00019 #include $(ERLANG_TOOLS_TOP)/GNUmakerules.inc 00020 #include $(TRACES_TOP)/GNUmakerules.inc 00021 include $(WOOPER_TOP)/GNUmakerules.inc 00022 include $(COMMON_TOP)/GNUmakerules.inc 00023