Next: , Previous: GNUmakefile.postamble, Up: Top



1.4 Project Types

Projects are divided into different types described below. To create a project of a specific type, just include the particular makefile. For example, to create an application, include this line in your make make file:

     include $(GNUSTEP_MAKEFILES)/application.make

Each project type is independent of the others. If you want to create two different types of projects within the same directory (e.g. a tool and a java program), include both the desired makefiles in your main make file.