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.
17 lines
288 B
17 lines
288 B
all: FAXINC
|
|
clean: cleansrc
|
|
|
|
FAXINC: WINFAX.H FXSAPIP.H
|
|
|
|
WINFAX.X FXSAPIP.X: WINFAX.W
|
|
hsplit -o WINFAX.X FXSAPIP.X WINFAX.W
|
|
WINFAX.H: WINFAX.X
|
|
wcshdr < WINFAX.X > WINFAX.H
|
|
|
|
FXSAPIP.H: FXSAPIP.X
|
|
wcshdr < FXSAPIP.X > FXSAPIP.H
|
|
|
|
|
|
cleansrc:
|
|
-del winfax.h
|
|
-del fxsapip.h
|