summaryrefslogtreecommitdiffstats
path: root/addon/doxywizard/Makefile.win_nmake.in
diff options
context:
space:
mode:
Diffstat (limited to 'addon/doxywizard/Makefile.win_nmake.in')
-rw-r--r--addon/doxywizard/Makefile.win_nmake.in41
1 files changed, 0 insertions, 41 deletions
diff --git a/addon/doxywizard/Makefile.win_nmake.in b/addon/doxywizard/Makefile.win_nmake.in
deleted file mode 100644
index e4b6c99..0000000
--- a/addon/doxywizard/Makefile.win_nmake.in
+++ /dev/null
@@ -1,41 +0,0 @@
-#
-#
-#
-# Copyright (C) 1997-2008 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
-# granted. No representations are made about the suitability of this software
-# for any purpose. It is provided "as is" without express or implied warranty.
-# See the GNU General Public License for more details.
-#
-
-all: config.h config.l unistd.h Makefile.doxywizard
- $(MAKE) -f Makefile.doxywizard $@
-
-unistd.h: ..\..\src\unistd.h
- $(CP) ..\..\src\unistd.h unistd.h
-
-config.h: ..\..\src\config.l
- $(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
-
-tmake:
- $(ENV) $(PERL) $(TMAKE) doxywizard.pro >Makefile.doxywizard
-
-clean: Makefile.doxywizard
- $(MAKE) -f Makefile.doxywizard clean
- $(RM) config.cpp
-
-distclean: clean
- $(RM) Makefile.doxywizard config.l config.h
-
-FORCE: