Add a Makefile.nmake.inc file, to hold rules etc. used by multiple
authorGuy Harris <guy@alum.mit.edu>
Wed, 1 Aug 2007 22:20:38 +0000 (22:20 -0000)
committerGuy Harris <guy@alum.mit.edu>
Wed, 1 Aug 2007 22:20:38 +0000 (22:20 -0000)
commit46be54cee365d7626fa16f2ff428119165aba66a
tree1c21e821cf31310a336de85d7b5142e76974cffe
parent159e795100392ff9b7842c6296bb82a780c2bf60
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".

svn path=/trunk/; revision=22437
Makefile.am
Makefile.nmake.inc [new file with mode: 0644]
epan/Makefile.nmake
epan/dfilter/Makefile.nmake
plugins/mate/Makefile.nmake
wiretap/Makefile.nmake