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
302 B
14 lines
302 B
pxext.c: pxext.h
|
|
|
|
precomp.h: pxext.h
|
|
|
|
pxext.pph: pxext.h
|
|
@echo Creating $@ from $**
|
|
$(C_PREPROCESSOR) $(C_DEFINES) $** > $@
|
|
|
|
dsotable.c: pxext.pph pxext.txt dsocode.c
|
|
@echo Creating $@
|
|
structo -i h -p -s pxext.txt -o $@ pxext.pph
|
|
|
|
clean:
|
|
del dsotable.c pxext.pph
|