Added IKE base models.
Modelers: Adrian Kyburz and Cas Cremers
This commit is contained in:
11
gui/Protocols/IKE/Makefile
Normal file
11
gui/Protocols/IKE/Makefile
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user