rollup commit
This commit is contained in:
50
Makefile.bc
50
Makefile.bc
@@ -1,26 +1,26 @@
|
||||
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"
|
||||
| >> $@
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user