BlinkenArea - GitList
Repositories
Blog
Wiki
libflexipix
Code
Commits
Branches
Tags
Search
Tree:
8fa4cc8
Branches
Tags
master
v1.0.0
v1.0.1
v1.0.2
v1.0.3
v1.0.4
v1.0.5
v1.0.6
v1.0.7
v1.0.8
libflexipix
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)