Revision 3793
Added by Aaron Marcuse-Kubitza over 12 years ago
mappings/Makefile | ||
---|---|---|
1 |
include ../lib/common.Makefile |
|
2 |
|
|
3 |
|
|
1 | 4 |
##### Vars/functions |
2 | 5 |
|
3 | 6 |
# Paths |
... | ... | |
30 | 33 |
|
31 | 34 |
all: _always $(inputCoreMaps) dwc_maps vegx_maps self_maps ; |
32 | 35 |
|
33 |
.SUFFIXES: # turn off built-in suffix rules |
|
34 |
.SECONDARY: # don't automatically delete intermediate files |
|
35 |
.DELETE_ON_ERROR: # delete target if recipe fails |
|
36 |
|
|
37 |
_always: |
|
38 |
.PHONY: _always |
|
39 |
|
|
40 | 36 |
clean: _always |
41 | 37 |
$(RM) $(all) |
42 | 38 |
|
Also available in: Unified diff
mappings/Makefile: Include lib/common.Makefile