Added IKE base models.

Modelers: Adrian Kyburz and Cas Cremers
This commit is contained in:
Cas Cremers
2012-11-15 11:48:14 +01:00
parent 5918bf1a3c
commit 34d7cba293
59 changed files with 6156 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
CPPSRC= $(wildcard *.cpp)
DEST= $(CPPSRC:.cpp=.spdl)
default: $(DEST)
%.spdl: %.cpp
cpp $< >$@
mpa: $(DEST) make-mpa.py
./make-mpa.py