2003-07-19 20:06:37 -04:00
|
|
|
# =========================================================================
|
|
|
|
# This makefile was generated by
|
2003-07-25 08:38:48 -04:00
|
|
|
# Bakefile 0.1.1 (http://bakefile.sourceforge.net)
|
2003-07-19 20:06:37 -04:00
|
|
|
# Do not modify, all changes will be overwritten!
|
|
|
|
# =========================================================================
|
|
|
|
|
2003-08-06 18:44:22 -04:00
|
|
|
include ../../build/msw/config.gcc
|
2003-07-19 20:06:37 -04:00
|
|
|
|
|
|
|
# -------------------------------------------------------------------------
|
|
|
|
# Do not modify the rest of this file!
|
|
|
|
# -------------------------------------------------------------------------
|
|
|
|
|
|
|
|
### Variables: ###
|
|
|
|
|
|
|
|
|
|
|
|
### Conditionally set variables: ###
|
|
|
|
|
|
|
|
|
2003-08-06 18:44:22 -04:00
|
|
|
MAKEARGS = GCC_VERSION=$(GCC_VERSION)
|
|
|
|
|
2003-07-19 20:06:37 -04:00
|
|
|
|
|
|
|
### Targets: ###
|
|
|
|
|
|
|
|
all: about help helpview printing test virtual widget zip
|
|
|
|
|
|
|
|
about:
|
2003-08-06 18:44:22 -04:00
|
|
|
$(MAKE) -C about -f makefile.gcc $(MAKEARGS) all
|
2003-07-19 20:06:37 -04:00
|
|
|
|
|
|
|
clean:
|
|
|
|
-if exist .\*.o del .\*.o
|
|
|
|
|
|
|
|
help:
|
2003-08-06 18:44:22 -04:00
|
|
|
$(MAKE) -C help -f makefile.gcc $(MAKEARGS) all
|
2003-07-19 20:06:37 -04:00
|
|
|
|
|
|
|
helpview:
|
2003-08-06 18:44:22 -04:00
|
|
|
$(MAKE) -C helpview -f makefile.gcc $(MAKEARGS) all
|
2003-07-19 20:06:37 -04:00
|
|
|
|
|
|
|
printing:
|
2003-08-06 18:44:22 -04:00
|
|
|
$(MAKE) -C printing -f makefile.gcc $(MAKEARGS) all
|
2003-07-19 20:06:37 -04:00
|
|
|
|
|
|
|
test:
|
2003-08-06 18:44:22 -04:00
|
|
|
$(MAKE) -C test -f makefile.gcc $(MAKEARGS) all
|
2003-07-19 20:06:37 -04:00
|
|
|
|
|
|
|
virtual:
|
2003-08-06 18:44:22 -04:00
|
|
|
$(MAKE) -C virtual -f makefile.gcc $(MAKEARGS) all
|
2003-07-19 20:06:37 -04:00
|
|
|
|
|
|
|
widget:
|
2003-08-06 18:44:22 -04:00
|
|
|
$(MAKE) -C widget -f makefile.gcc $(MAKEARGS) all
|
2003-07-19 20:06:37 -04:00
|
|
|
|
|
|
|
zip:
|
2003-08-06 18:44:22 -04:00
|
|
|
$(MAKE) -C zip -f makefile.gcc $(MAKEARGS) all
|
2003-07-19 20:06:37 -04:00
|
|
|
|
|
|
|
.PHONY: all about clean help helpview printing test virtual widget zip
|