Revision 6912
Added by Aaron Marcuse-Kubitza almost 12 years ago
Makefile | ||
---|---|---|
1 |
selfDir_AkFFYJ := $(dir $(lastword $(MAKEFILE_LIST))) |
|
2 |
root := $(selfDir_AkFFYJ).. |
|
3 |
include $(root)/lib/common.Makefile |
|
4 |
|
|
5 |
|
|
1 | 6 |
##### Vars/functions |
2 | 7 |
|
3 | 8 |
# OS |
... | ... | |
11 | 16 |
|
12 | 17 |
all: _always $(all) ; |
13 | 18 |
|
14 |
.SUFFIXES: # turn off built-in suffix rules |
|
15 |
.SECONDARY: # don't automatically delete intermediate files |
|
16 |
.DELETE_ON_ERROR: # delete target if recipe fails |
|
17 |
|
|
18 |
_always: |
|
19 |
.PHONY: _always |
|
20 |
|
|
21 | 19 |
clean: _always |
22 | 20 |
$(RM) $(all) |
23 | 21 |
|
Also available in: Unified diff
schemas/Makefile: Include lib/common.Makefile