Next: , Previous: , Up: Top   [Contents]


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 main 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.

The documentation for variables used to control each project type is provided at the start of each individual makefile (common.make and rules.make document more general variables).

The documentation for installing resources (a feature shared by many project types) is in resource-set.make.


Next: , Previous: , Up: Top   [Contents]