summaryrefslogtreecommitdiff
path: root/libtiff/Makefile.vc
diff options
context:
space:
mode:
authorAndrey Kiselev <dron@ak4719.spb.edu>2006-03-21 16:41:07 +0000
committerAndrey Kiselev <dron@ak4719.spb.edu>2006-03-21 16:41:07 +0000
commitfb8fe4b17f803b296671347a6a71fab7cfd0e58a (patch)
tree724e1abf2940e230a5deef2c06d07bcb18fa0bb4 /libtiff/Makefile.vc
parentbc6736f91de3bfbb6c0b8575a481eaf5a8648e6d (diff)
downloadlibtiff-git-fb8fe4b17f803b296671347a6a71fab7cfd0e58a.tar.gz
Makefiles improvements as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=1128
Diffstat (limited to 'libtiff/Makefile.vc')
-rw-r--r--libtiff/Makefile.vc15
1 files changed, 8 insertions, 7 deletions
diff --git a/libtiff/Makefile.vc b/libtiff/Makefile.vc
index c0044925..8b2e28c0 100644
--- a/libtiff/Makefile.vc
+++ b/libtiff/Makefile.vc
@@ -1,4 +1,4 @@
-# $Id: Makefile.vc,v 1.13 2005-08-18 20:21:06 fwarmerdam Exp $
+# $Id: Makefile.vc,v 1.14 2006-03-21 16:41:07 dron Exp $
#
# Copyright (C) 2004, Andrey Kiselev <dron@remotesensing.org>
#
@@ -78,20 +78,21 @@ OBJ = \
all: libtiff.lib $(DLLNAME)
-tif_config.h:
+tif_config.h: tif_config.h.vc
copy tif_config.h.vc tif_config.h
-tiffconf.h:
+tiffconf.h: tiffconf.h.vc
copy tiffconf.h.vc tiffconf.h
libtiff.lib: tif_config.h tiffconf.h $(OBJ)
$(AR) /out:libtiff.lib $(OBJ) $(LIBS)
-$(DLLNAME): tif_config.h $(OBJ)
+$(DLLNAME): tif_config.h tiffconf.h libtiff.def $(OBJ)
$(LD) /debug /dll /def:libtiff.def /out:$(DLLNAME) \
/implib:libtiff_i.lib $(OBJ) $(LIBS)
clean:
- -del *.obj *.lib *.dll *.exe
-
-
+ -del *.obj
+ -del *.lib
+ -del *.dll
+ -del *.exe