aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/Makefile.inc.nmake
AgeCommit message (Collapse)AuthorFilesLines
2008-11-15From Pascal Quantin:Anders Broman1-13/+12
Fix building of packet-gsm_map.c and packet-gsm_map.h files. svn path=/trunk/; revision=26782
2007-10-31move 'all: generate_dissector' rule from Makefile.inc.nmake to ↵Tomas Kukosa1-3/+0
Makefile.preinc.nmake to be the 1st one in the resulting makefile svn path=/trunk/; revision=23319
2007-10-16- Fix svn:ignore for all directoriesJörg Mayer1-2/+2
- 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-15use the -E asn2wrs option to create exported cnf fileTomas Kukosa1-1/+15
svn path=/trunk/; revision=23182
2007-10-10next step to solve dependency generationTomas Kukosa1-1/+3
svn path=/trunk/; revision=23130
2007-10-10More conversions and updates to existing Makefile stuffJörg Mayer1-1/+1
svn path=/trunk/; revision=23127
2007-10-09Just check whether NEED_PACKET_PROTO_H is defined at all.Guy Harris1-2/+2
svn path=/trunk/; revision=23123
2007-10-07Swap order of external and local sourcesJörg Mayer1-1/+1
svn path=/trunk/; revision=23084
2007-10-05In the various Makefiles, remove checks for NO_PROTO_OPT and allow PROT_OPTGerald Combs1-3/+1
to be overridden further up the chain, e.g. in Makefile.common svn path=/trunk/; revision=23076
2007-10-05allow to omit -p <proto> optionTomas Kukosa1-1/+7
svn path=/trunk/; revision=23070
2007-09-25fix a typo in the source files target, took me more than an hour to find it ↵Ulf Lamping1-1/+3
:-((( svn path=/trunk/; revision=22963
2007-09-25Change some additional protocols to the new build systemJörg Mayer1-2/+2
svn path=/trunk/; revision=22958
2007-09-25put few simple ASN.1 dissectors into the new makefile structureTomas Kukosa1-3/+8
svn path=/trunk/; revision=22951
2007-09-25- Rework the Makefile structure to generate external -cnf filesJörg Mayer1-0/+71
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