Next: GNUmakefile.preamble, Previous: Running Make, Up: Top
| • aggregate.make: | ||
| • application.make: | ||
| • bundle.make: | ||
| • ctool.make: | ||
| • documentation.make: | ||
| • framework.make: | ||
| • java.make: | ||
| • library.make: | ||
| • native-library.make: | ||
| • nsis.make: | ||
| • objc.make: | ||
| • palette.make: | ||
| • rpm.make: | ||
| • service.make: | ||
| • subproject.make: | ||
| • tool.make: |
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.