BlinkenArea - GitList
Repositories
Blog
Wiki
libetherpix
Code
Commits
Branches
Tags
Search
Tree:
8fa4cc8
Branches
Tags
master
libetherpix
config_gen
examples
Makefile
add config file generator
Stefan Schuermans
commited
8fa4cc8
at 2016-12-21 10:31:43
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) $< 40 24 32 96 $@ demo_1x1m_25x25.flp: demo_1x1m_25x25.dxf $(CFGGEN) $< 25 25 16 24 $@ clean: rm -f $(CONFIGS)