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 #WOOPER_TOP = $(ERLANG_TOOLS_TOP)/../wooper
00016 COMMON_TOP = $(ERLANG_TOOLS_TOP)/../common
00017
00018 #include $(WOOPER_TOP)/GNUmakevars.inc
00019 include $(COMMON_TOP)/GNUmakevars.inc
00020
00021 #include $(ERLANG_TOOLS_TOP)/GNUmakerules.inc
00022 #include $(WOOPER_TOP)/GNUmakerules.inc
00023 include $(COMMON_TOP)/GNUmakerules.inc
00024