BlinkenArea - GitList
Repositories
Blog
Wiki
libetherpix
Code
Commits
Branches
Tags
Search
Tree:
b2f70dc
Branches
Tags
master
libetherpix
config_gen
examples
Makefile
fix dependencies
Stefan Schuermans
commited
b2f70dc
at 2017-05-20 12:11:24
Makefile
Blame
History
Raw
EXAMPLES := 5x2panels8x12 demo_1x1m_25x25 CONFIGS := $(addsuffix .flp,$(EXAMPLES)) CFGGEN := ../src/flexipix_config_gen .PHONY: all clean .SUFFIXES: .SECONDARY: all: $(CONFIGS) 5x2panels8x12.flp: 5x2panels8x12.dxf $(CFGGEN) $(CFGGEN) $< 40 24 32 96 $@ demo_1x1m_25x25.flp: demo_1x1m_25x25.dxf $(CFGGEN) $(CFGGEN) $< 25 25 16 24 $@ clean: rm -f $(CONFIGS)