3 include $(MAKEROOT)/header.makefile
5 APPLOCATION = $(MAKEROOT)/bin/$(APPNAME)
8 all: $(MAKEROOT)/bin $(APPLOCATION)
10 $(APPLOCATION): $(OBJECTS)
11 $(LINKER) -o $(APPLOCATION) $(OBJECTS) -L$(MAKEROOT)/libs $(LIBS)
13 include $(MAKEROOT)/footer.makefile