http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22437
User: guy
Date: 2007/08/01 10:20 PM
Log:
Add a Makefile.nmake.inc file, to hold rules etc. used by multiple
Makefile.nmake files; currently, it has the (F)lex-to-C rule and a
.SUFFIXES pseudo-rule to add .l to the list of suffixes. Have
Makefile.nmake files with .l.c rules include Makefile.nmake.inc to get
that rule.
The names Makefile.am.inc and Makefile.nmake.inc aren't necessarily the
right names for the files in question.
Use $(PACKAGE) in the Mate plugin's Makefile, rather than "mate".
Directory: /trunk/epan/dfilter/
Changes Path Action
+1 -7 Makefile.nmake Modified
Directory: /trunk/epan/
Changes Path Action
+2 -8 Makefile.nmake Modified
Directory: /trunk/plugins/mate/
Changes Path Action
+3 -6 Makefile.nmake Modified
Directory: /trunk/
Changes Path Action
+1 -0 Makefile.am Modified
+27 -0 Makefile.nmake.inc Added
Directory: /trunk/wiretap/
Changes Path Action
+1 -7 Makefile.nmake Modified