'configtool' removal.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41301 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-09-19 15:37:21 +00:00
parent 736ce0f79c
commit c744d3f862
150 changed files with 61 additions and 26153 deletions

View File

@@ -33,20 +33,16 @@ MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" \
### Targets: ###
all: configtool emulator helpview tex2rtf helpgen
all: emulator helpview tex2rtf helpgen
clean:
-if exist .\*.o del .\*.o
-if exist .\*.d del .\*.d
$(MAKE) -C configtool\src -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C emulator\src -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C helpview\src -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C tex2rtf\src -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C HelpGen -f makefile.gcc $(MAKEARGS) clean
configtool:
$(MAKE) -C configtool\src -f makefile.gcc $(MAKEARGS) all
emulator:
$(MAKE) -C emulator\src -f makefile.gcc $(MAKEARGS) all
@@ -59,7 +55,7 @@ tex2rtf:
helpgen:
$(MAKE) -C HelpGen -f makefile.gcc $(MAKEARGS) all
.PHONY: all clean configtool emulator helpview tex2rtf helpgen
.PHONY: all clean emulator helpview tex2rtf helpgen
# Dependencies tracking: