Commit graph

13 commits

Author SHA1 Message Date
Tomas Kukosa
558cd94b74 move 'all: generate_dissector' rule from Makefile.inc.nmake to Makefile.preinc.nmake to be the 1st one in the resulting makefile
svn path=/trunk/; revision=23319
2007-10-31 09:22:56 +00:00
Jörg Mayer
c2d0c8fa31 - Fix svn:ignore for all directories
- gsmmap: uncomment -s option in gsmmap.cnf
- Fix cyclic dependencies:
  + Remove EXPORT_CNF from dependencies for cnf files
  + Replace all INCLUDE ...-exp.cnf with IMPORT ...-exp.cnf

svn path=/trunk/; revision=23202
2007-10-16 13:59:40 +00:00
Tomas Kukosa
cbffbc775d use the -E asn2wrs option to create exported cnf file
svn path=/trunk/; revision=23182
2007-10-15 12:21:30 +00:00
Tomas Kukosa
1b04a660e5 next step to solve dependency generation
svn path=/trunk/; revision=23130
2007-10-10 08:42:19 +00:00
Jörg Mayer
24470fdfae More conversions and updates to existing Makefile stuff
svn path=/trunk/; revision=23127
2007-10-10 08:09:19 +00:00
Guy Harris
d17e4e3ad9 Just check whether NEED_PACKET_PROTO_H is defined at all.
svn path=/trunk/; revision=23123
2007-10-09 22:54:29 +00:00
Jörg Mayer
6168303813 Swap order of external and local sources
svn path=/trunk/; revision=23084
2007-10-07 20:11:09 +00:00
Gerald Combs
931b03d691 In the various Makefiles, remove checks for NO_PROTO_OPT and allow PROT_OPT
to be overridden further up the chain, e.g. in Makefile.common

svn path=/trunk/; revision=23076
2007-10-05 21:38:59 +00:00
Tomas Kukosa
876fd4db5d allow to omit -p <proto> option
svn path=/trunk/; revision=23070
2007-10-05 07:46:06 +00:00
Ulf Lamping
4d4c9a4d34 fix a typo in the source files target, took me more than an hour to find it :-(((
svn path=/trunk/; revision=22963
2007-09-25 19:52:51 +00:00
Jörg Mayer
548b224e28 Change some additional protocols to the new build system
svn path=/trunk/; revision=22958
2007-09-25 18:02:49 +00:00
Tomas Kukosa
30de0aadf2 put few simple ASN.1 dissectors into the new makefile structure
svn path=/trunk/; revision=22951
2007-09-25 11:58:35 +00:00
Jörg Mayer
3b3f182b99 - 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.

svn path=/trunk/; revision=22950
2007-09-25 10:30:55 +00:00