Next:
Introduction
, Previous:
(dir)
, Up:
(dir)
[
Contents
]
Makefile Package
¶
Table of Contents
1 Introduction
2 Structure of a Makefile
3 Running Make
3.1 Debug Information
3.2 Profile Information
3.3 Static, Shared, and Dynamic Link Libraries
4 Project Types
4.1 Aggregate (
aggregate.make
)
4.2 Graphical Applications (
application.make
)
4.3 Bundles (
bundle.make
)
4.4 Command Line C Tools (
ctool.make
)
4.5 Documentation (
documentation.make
)
4.6 Frameworks (
framework.make
)
4.7 Java (
java.make
)
4.7.1 Project Variables
4.8 Libraries (
library.make
)
4.8.1 Project Variables
4.8.2 Example Makefile
4.9 Native Library (
native-library.make
)
4.10 NSIS Installer (
nsis.make
)
4.11 Objective-C Programs (
objc.make
)
4.11.1 Project Variables
4.11.2 Example Makefile
4.12 Palettes (
palette.make
)
4.13 RPMs (
rpm.make
)
4.14 Services (
service.make
)
4.15 Subprojects (
subproject.make
)
4.16 Command Line Tools (
tool.make
)
5 Global Variables (
GNUmakefile.preamble
)
6 Global Rules (
GNUmakefile.postamble
)
7 Common Variables (
common.make
)
7.1 Directory Paths
7.2 Scripts
7.3 Host and Target Platform Information
7.4 Library Combination
7.5 Overridable Flags
8 Other Variables
Next:
Introduction
, Previous:
(dir)
, Up:
(dir)
[
Contents
]