You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
322 B
14 lines
322 B
l2tpext.c: l2tpext.h
|
|
|
|
precomp.h: l2tpext.h
|
|
|
|
l2tpext.pph: l2tpext.h
|
|
@echo Creating $@ from $**
|
|
$(C_PREPROCESSOR) $(C_DEFINES) $** > $@
|
|
|
|
dsotable.c: l2tpext.pph l2tpext.txt dsocode.c
|
|
@echo Creating $@
|
|
structo -i h -p -s l2tpext.txt -o $@ l2tpext.pph
|
|
|
|
clean:
|
|
del dsotable.c l2tpext.pph
|