Make message_digest_type a guint16. Removed cast.
[obnox/wireshark/wip.git] / image / Makefile.nmake
index f8984b26b7f3a39c833e0f7e52f5ffe869fa5bbd..db4b2b49aa520276357295a5d152042f04ea2485 100644 (file)
@@ -1,26 +1,53 @@
 #
-# $Id: Makefile.nmake,v 1.1 2001/04/05 04:39:26 gram Exp $
+# $Id$
 #
 
 include ..\config.nmake
 
-ALL_RC=ethereal.rc tethereal.rc editcap.rc
+ALL_RC=ethereal.rc libethereal.rc tethereal.rc capinfo.rc editcap.rc text2pcap.rc mergecap.rc wiretap.rc
 all : $(ALL_RC)
 
-ethereal.rc    : ethereal.rc.in
+ethereal.rc   : ethereal.rc.in ..\config.nmake
        sed -e s/@VERSION@/$(VERSION)/ \
                -e s/@RC_VERSION@/$(RC_VERSION)/ \
                < ethereal.rc.in > $@
 
-tethereal.rc   : tethereal.rc.in
+libethereal.rc: libethereal.rc.in ..\config.nmake
+       sed -e s/@VERSION@/$(VERSION)/ \
+               -e s/@RC_VERSION@/$(RC_VERSION)/ \
+               < libethereal.rc.in > $@
+
+tethereal.rc  : tethereal.rc.in ..\config.nmake
        sed -e s/@VERSION@/$(VERSION)/ \
                -e s/@RC_VERSION@/$(RC_VERSION)/ \
                < tethereal.rc.in > $@
 
-editcap.rc     : editcap.rc.in
+capinfo.rc    : capinfo.rc.in ..\config.nmake
+       sed -e s/@VERSION@/$(VERSION)/ \
+               -e s/@RC_VERSION@/$(RC_VERSION)/ \
+               < capinfo.rc.in > $@
+
+editcap.rc    : editcap.rc.in ..\config.nmake
        sed -e s/@VERSION@/$(VERSION)/ \
                -e s/@RC_VERSION@/$(RC_VERSION)/ \
                < editcap.rc.in > $@
 
+mergecap.rc   : mergecap.rc.in ..\config.nmake
+       sed -e s/@VERSION@/$(VERSION)/ \
+               -e s/@RC_VERSION@/$(RC_VERSION)/ \
+               < mergecap.rc.in > $@
+
+text2pcap.rc  : text2pcap.rc.in ..\config.nmake
+       sed -e s/@VERSION@/$(VERSION)/ \
+               -e s/@RC_VERSION@/$(RC_VERSION)/ \
+               < text2pcap.rc.in > $@
+
+wiretap.rc    : wiretap.rc.in ..\config.nmake
+       sed -e s/@VERSION@/$(WTAP_VERSION)/ \
+               -e s/@RC_VERSION@/$(RC_WTAP_VERSION)/ \
+               < wiretap.rc.in > $@
+
 clean :
        rm -f $(ALL_RC)
+
+distclean: clean