summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile42
1 files changed, 21 insertions, 21 deletions
diff --git a/Makefile b/Makefile
index ce6f2f7ec..bdfaa0624 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ uninstall: FORCE
install: FORCE
@$(MAKE) qt.install
-all: symlinks src-qmake src-tqmoc sub-src sub-tools sub-tutorial sub-examples
+all: symlinks src-tqmake src-tqmoc sub-src sub-tools sub-tutorial sub-examples
@echo
@echo "The TQt library is now built in ./lib"
@echo "The TQt examples are built in the directories in ./examples"
@@ -20,35 +20,35 @@ all: symlinks src-qmake src-tqmoc sub-src sub-tools sub-tutorial sub-examples
@echo "Enjoy! - the Trolltech team"
@echo
-qt.install: qmake-install tqmoc-install src-install tools-install plugins-install
-qt.uninstall: qmake-uninstall tqmoc-uninstall src-uninstall tools-uninstall plugins-uninstall
+qt.install: tqmake-install tqmoc-install src-install tools-install plugins-install
+qt.uninstall: tqmake-uninstall tqmoc-uninstall src-uninstall tools-uninstall plugins-uninstall
#tqmoc
-tqmoc-uninstall: .qmake.cache
+tqmoc-uninstall: .tqmake.cache
cd src/tqmoc && $(MAKE) uninstall
tqmoc-install: src-tqmoc
cd src/tqmoc && $(MAKE) install
-src-tqmoc: src-qmake FORCE
+src-tqmoc: src-tqmake FORCE
cd src/tqmoc && $(MAKE)
#Qt
-src-uninstall: .qmake.cache
+src-uninstall: .tqmake.cache
cd src && $(MAKE) uninstall
src-install: sub-src
cd src && $(MAKE) install
-sub-src: src-tqmoc .qmake.cache FORCE
+sub-src: src-tqmoc .tqmake.cache FORCE
cd src && $(MAKE)
-#qmake
-qmake-uninstall: .qmake.cache
- cd qmake && $(MAKE) uninstall
-qmake-install: src-qmake
- cd qmake && $(MAKE) install
-src-qmake: symlinks FORCE
- cd qmake && $(MAKE)
+#tqmake
+tqmake-uninstall: .tqmake.cache
+ cd tqmake && $(MAKE) uninstall
+tqmake-install: src-tqmake
+ cd tqmake && $(MAKE) install
+src-tqmake: symlinks FORCE
+ cd tqmake && $(MAKE)
#tools
-tools-uninstall: .qmake.cache
+tools-uninstall: .tqmake.cache
cd tools && $(MAKE) uninstall
tools-install: sub-tools
cd tools && $(MAKE) install
@@ -56,11 +56,11 @@ sub-tools: sub-plugins FORCE
cd tools && $(MAKE)
#plugins
-plugins-uninstall: .qmake.cache
+plugins-uninstall: .tqmake.cache
cd plugins/src && $(MAKE) uninstall
plugins-install: sub-plugins
cd plugins/src && $(MAKE) install
-sub-plugins: sub-src .qmake.cache FORCE
+sub-plugins: sub-src .tqmake.cache FORCE
cd plugins/src && $(MAKE)
#tutorials
@@ -75,7 +75,7 @@ sub-examples: sub-tools FORCE
doc: FORCE
qdoc util/qdoc/qdoc.conf
-symlinks: .qmake.cache
+symlinks: .tqmake.cache
# @cd include && rm -f q*.h; ln -s ../src/*/q*.h .; ln -s ../extensions/*/src/q*.h .; rm -f q*_p.h
distclean clean uiclean mocclean:
@@ -91,9 +91,9 @@ distclean clean uiclean mocclean:
cd config.tests/unix/largefile && $(MAKE) distclean
cd config.tests/unix/ptrsize && $(MAKE) distclean
[ ! -f config.tests/x11/notype/Makefile ] || cd config.tests/x11/notype && $(MAKE) $@
- cd qmake && $(MAKE) $@
+ cd tqmake && $(MAKE) $@
-#confclean is actually the same as distclean, except qmake and tqmoc
+#confclean is actually the same as distclean, except tqmake and tqmoc
#are not cleaned.
confclean:
cd tools && $(MAKE) distclean
@@ -108,7 +108,7 @@ confclean:
cd config.tests/unix/ptrsize && $(MAKE) distclean
[ ! -f config.tests/x11/notype/Makefile ] || cd config.tests/x11/notype && $(MAKE) distclean
-.qmake.cache:
+.tqmake.cache:
@echo
@echo ' TQt must first be configured using the "configure" script.'
@echo