17 lines
369 B
Makefile
17 lines
369 B
Makefile
#### Meta Makefile.
|
|
|
|
#### Sub make targets (extension of sub Makefile, eg 'foo' for Makefile.foo):
|
|
SUBMAKES =
|
|
|
|
#### List the minimal set of sub makes on the list above required to install.
|
|
INSTALL =
|
|
|
|
#### Location of sub Makefiles.
|
|
MAKEDIR = .
|
|
|
|
#### The action is here.
|
|
include $(DTOOL)/include/Makefile.meta.rules
|
|
|
|
#### Sub-make build order dependencies:
|
|
# foo: bar
|