1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
MODULE := devtools/create_titanic MODULE_OBJS := \ create_titanic_dat.o \ hashmap.o \ script_responses.o \ str.o \ winexe.o \ winexe_pe.o # Set the name of the executable TOOL_EXECUTABLE := create_titanic # Include common rules include $(srcdir)/rules.mk