Wireshark-commits: [Wireshark-commits] rev 22950: /trunk/asn1/ /trunk/asn1/: Makefile.am Makefile.i

Date: Tue, 25 Sep 2007 10:30:59 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22950

User: jmayer
Date: 2007/09/25 10:30 AM

Log:
 - Rework the Makefile structure to generate external -cnf files
    a protocol depends on.
 - Make sure we need to add asn files to only 1 Makefile instead
    of 3 (Makefile, Makefile.nmake, ../Makefile.am)
 - Change the Makefiles of the camel protocol to use the new structure.

Directory: /trunk/asn1/
  Changes    Path                  Action
  +3 -18     Makefile.am           Modified
  +47 -0     Makefile.inc          Added
  +71 -0     Makefile.inc.nmake    Added
  +20 -0     Makefile.nmake        Modified

Directory: /trunk/asn1/camel/
  Changes    Path               Action
  +0 -19     Makefile           Removed
  +25 -0     Makefile.am        Added
  +70 -0     Makefile.common    Added
  +22 -42    Makefile.nmake     Modified