a3a92abf1ca043aaaaaa79381afa316abaa00ace
Stefan Schuermans move config into DXF files

Stefan Schuermans authored 7 years ago

1) DRAWINGS := $(wildcard *.dxf)
Stefan Schuermans add config file generator

Stefan Schuermans authored 7 years ago

2) 
Stefan Schuermans rename "FlexiPix" to "Ether...

Stefan Schuermans authored 7 years ago

3) CONFIGS := $(DRAWINGS:.dxf=.etp)
Stefan Schuermans add config file generator

Stefan Schuermans authored 7 years ago

4) 
Stefan Schuermans rename "FlexiPix" to "Ether...

Stefan Schuermans authored 7 years ago

5) CFGGEN := ../src/etherpix_config_gen
Stefan Schuermans add config file generator

Stefan Schuermans authored 7 years ago

6) 
7) .PHONY: all clean
8) .SUFFIXES:
9) .SECONDARY:
10) 
11) all: $(CONFIGS)
12) 
Stefan Schuermans rename "FlexiPix" to "Ether...

Stefan Schuermans authored 7 years ago

13) %.etp: %.dxf $(CFGGEN)
Stefan Schuermans move config into DXF files

Stefan Schuermans authored 7 years ago

14) 	$(CFGGEN) $< $@