summaryrefslogtreecommitdiffstats
path: root/addon/doxywizard/Makefile.in
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2007-02-19 18:51:10 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2007-02-19 18:51:10 (GMT)
commitf7f03d9491454ddc9b855b8637d482df6bd622c2 (patch)
treec87efff649bf31ee31966a867e71ba7f159fca43 /addon/doxywizard/Makefile.in
parent1c80138e2c47e9c608b56c32b5677fa6a46b4d6f (diff)
downloadDoxygen-f7f03d9491454ddc9b855b8637d482df6bd622c2.zip
Doxygen-f7f03d9491454ddc9b855b8637d482df6bd622c2.tar.gz
Doxygen-f7f03d9491454ddc9b855b8637d482df6bd622c2.tar.bz2
Release-1.5.1-20070219
Diffstat (limited to 'addon/doxywizard/Makefile.in')
-rw-r--r--addon/doxywizard/Makefile.in20
1 files changed, 13 insertions, 7 deletions
diff --git a/addon/doxywizard/Makefile.in b/addon/doxywizard/Makefile.in
index 2be7628..91adeab 100644
--- a/addon/doxywizard/Makefile.in
+++ b/addon/doxywizard/Makefile.in
@@ -1,7 +1,7 @@
#
#
#
-# Copyright (C) 1997-2006 by Dimitri van Heesch.
+# Copyright (C) 1997-2007 by Dimitri van Heesch.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation under the terms of the GNU General Public License is hereby
@@ -10,18 +10,24 @@
# See the GNU General Public License for more details.
#
-all: config.h config.l version.cpp Makefile.doxywizard
+all: version.cpp config.h config.l portable.h portable.cpp Makefile.doxywizard
$(MAKE) -f Makefile.doxywizard QTDIR=$(QTDIR) $@
+version.cpp: ../../src/version.cpp
+ $(CP) ../../src/version.cpp version.cpp
+
+portable.cpp: ../../src/portable.cpp
+ $(CP) ../../src/portable.cpp portable.cpp
+
+portable.h: ../../src/portable.h
+ $(CP) ../../src/portable.h portable.h
+
config.h: ../../src/config.h
$(CP) ../../src/config.h config.h
config.l: ../../src/config.l
$(CP) ../../src/config.l config.l
-version.cpp: ../../src/version.cpp
- $(CP) ../../src/version.cpp version.cpp
-
Makefile.doxywizard: doxywizard.pro
$(ENV) $(PERL) $(TMAKE) doxywizard.pro >Makefile.doxywizard
@@ -30,10 +36,10 @@ tmake:
clean: Makefile.doxywizard
$(MAKE) -f Makefile.doxywizard clean
- $(RM) config.cpp
+ $(RM) config.cpp
distclean: clean
- $(RM) Makefile.doxywizard config.l config.h version.cpp
+ $(RM) Makefile.doxywizard version.cpp config.l config.h portable.h portable.cpp
install:
$(INSTTOOL) -d $(INSTALL)/bin