xlhtml/Makefile.bc

26 lines
384 B
Makefile

all: config.h
cd cole
$(MAKE) -f Makefile.bc all
cd ..\xlhtml
$(MAKE) -f Makefile.bc all
cd ..\ppthtml
$(MAKE) -f Makefile.bc all
cd ..
clean:
-del config.h
cd cole
$(MAKE) -f Makefile.bc clean
cd ..\xlhtml
$(MAKE) -f Makefile.bc clean
cd ..\ppthtml
$(MAKE) -f Makefile.bc clean
cd ..
config.h: config.h.in
copy $? $@
type &&|
\#define VERSION "0.5"
| >> $@
# eof