b2f70dcef90ac809c4911d1945c5d8f106aa28dc
Stefan Schuermans add config file generator

Stefan Schuermans authored 7 years ago

1) EXAMPLES := 5x2panels8x12 demo_1x1m_25x25
2) 
3) CONFIGS := $(addsuffix .flp,$(EXAMPLES))
4) 
5) CFGGEN := ../src/flexipix_config_gen
6) 
7) .PHONY: all clean
8) .SUFFIXES:
9) .SECONDARY:
10) 
11) all: $(CONFIGS)
12) 
Stefan Schuermans fix dependencies

Stefan Schuermans authored 7 years ago

13) 5x2panels8x12.flp: 5x2panels8x12.dxf $(CFGGEN)
Stefan Schuermans add config file generator

Stefan Schuermans authored 7 years ago

14) 	$(CFGGEN) $< 40 24 32 96 $@
15) 
Stefan Schuermans fix dependencies

Stefan Schuermans authored 7 years ago

16) demo_1x1m_25x25.flp: demo_1x1m_25x25.dxf $(CFGGEN)