summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 63d6f96)
raw | patch | inline | side by side (parent: 63d6f96)
author | theadib <theadib@users.sourceforge.net> | |
Thu, 13 Apr 2006 17:23:01 +0000 (17:23 +0000) | ||
committer | theadib <theadib@users.sourceforge.net> | |
Thu, 13 Apr 2006 17:23:01 +0000 (17:23 +0000) |
Makefile.mingw | patch | blob | history |
diff --git a/Makefile.mingw b/Makefile.mingw
index 92a78cb6930668c8edf004a2bce10d538c084fc7..9be387a553a068e1a37f5afa7ba780485b3ed36b 100644 (file)
--- a/Makefile.mingw
+++ b/Makefile.mingw
cd src && $(GTKDOS)$(S)perl$(S)bin$(S)perl mkdep.pl
dist-strip: dist
- -$(RMDIRREC) .svn $(RMDIRREC1)
- -$(RMREC) Makefile $(RMREC1)
- -$(RMREC) Makefile.am $(RMREC1)
- -$(RMREC) Makefile.in $(RMREC1)
- -$(RMDIR) inkscape$(S)lib$(S)glib-2.0$(S)include
- -$(RMDIR) inkscape$(S)lib$(S)gtk-2.0$(S)include
strip inkscape$(S)inkscape.exe
strip inkscape$(S)inkview.exe
strip inkscape$(S)libatkmm-1.6-1.dll
$(MKDIR) inkscape$(S)plugins
-$(CP) src$(S)extension$(S)plugin$(S)*.dll inkscape$(S)plugins
$(CP) $(GTKDOS)$(S)bin$(S)gdb.exe inkscape
+#
+# remove unneeded files
+#
+ -$(RMDIRREC) .svn $(RMDIRREC1)
+ -$(RMREC) .cvsignore $(RMDIRREC1)
+ -$(RMREC) Makefile $(RMREC1)
+ -$(RMREC) Makefile.am $(RMREC1)
+ -$(RMREC) Makefile.in $(RMREC1)
+ -$(RMDIR) inkscape$(S)lib$(S)glib-2.0$(S)include
+ -$(RMDIR) inkscape$(S)lib$(S)gtk-2.0$(S)include
@echo "##################### D O N E ####################"
clean: required