aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/Makefile.inc.nmake
AgeCommit message (Collapse)AuthorFilesLines
2011-10-14Build generate_export when building 'all' on Windows too.Jeff Morriss1-1/+1
svn path=/trunk/; revision=39423
2011-10-14Don't generate the conformance file for exported types when building theJeff Morriss1-1/+1
dissector; instead built it only when the separate target (generate_export) is built. Built generate_export when building "all". This prevents the exp_*.cnf files from being regenerated each time another one of the exp_*.cnf files (which the current dissector depends on) has changed (despite the fact that the exported types does not depe Also fix the CLEANFILES definition so it actually cleans things. svn path=/trunk/; revision=39421
2011-10-10Fix ASN.1 dissector generation on Windows.Jeff Morriss1-14/+2
svn path=/trunk/; revision=39337
2011-10-10Fix a typoJeff Morriss1-2/+2
svn path=/trunk/; revision=39336
2011-10-10Don't remove the ASN.1 dissectors when cleaning: we don't (re)build them ↵Jeff Morriss1-2/+3
during the make process yet. svn path=/trunk/; revision=39335
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss1-3/+10
them and then copying them over). The "all" target to builds these dissectors now (instead of "generate_files" and/or "copy_files"). asn2wrs's "-O" option now means "the dissector goes in this directory" (rather than "all output goes in this directory"); it also means that the "-s" (single output file) option is now required. Fix things up so that it's possible to build all of the ASN.1 dissectors in one shot. Fix building of conformance files when doing out-of-source-tree builds. Unfortunately "make all" in the asn1 directory always builds something--I think because of circular depedencies. svn path=/trunk/; revision=39333
2010-11-16Modify 'compare_files' target: ignore #line changes; compare from ↵Bill Meier1-1/+1
epan\dissectors to asn1\... svn path=/trunk/; revision=34901
2010-04-15Enhance Windows ASN1 Makefiles:Bill Meier1-2/+10
1. Implement a 'compare_files' target which can be used when generating an individual ASN1 dissector. This generates the dissector and then compares the generated .[hc] files with apn\dissectors (rather than copying the files to epan\dissectors). 2. Rework asn1\Makefile.nmake to provide additional targets for use when building all the ASN1 dissectors. - compare_files - generate_dissectors [generate but don't copy] svn path=/trunk/; revision=32484
2010-04-09Rename README.win32 to README.windows and add a 64-bit download link.Gerald Combs1-12/+1
Add tools/textify.sh, which makes a Notepad-clickable copy of a text file. Use it for COPYING, NEWS, README, README.windows, and help/*.txt. Remove tools/unix2dos.pl and use Cygwin's u2d instead. svn path=/trunk/; revision=32440
2009-08-08Make sure that we pass on the same set of parameters to asn2wrs.py on ↵Kovarththanan Rajaratnam1-6/+7
Unix/Windows. This fix ensures that the generated copyright headers are identical on both platforms. Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3658 svn path=/trunk/; revision=29336
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