aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/Makefile.inc
AgeCommit message (Collapse)AuthorFilesLines
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-3/+0
Change-Id: Ie476c6f82f318188b41ed922b92c6fec119ea954 Reviewed-on: https://code.wireshark.org/review/244 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2013-09-17When building packet-dap.c on an empty build tree, packet-dap.c wouldJörg Mayer1-1/+1
be incorrect on the first pass and only be correct when remade. The reason was that disp-exp.cnf was created incorrectly on first pass. disp-exp.cnf required dop-exp.cnf to build correctly, so add a mechanism to add dependencies for export files. Note: Only the cmake change has been tested, the autofoo stuff requires testing. svn path=/trunk/; revision=52120
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-04-11Not sure why there's a \ before the EOL there, but it's causing aGuy Harris1-1/+1
warning from the source-lines-of-code script, so.... svn path=/trunk/; revision=42021
2011-11-22Don't hardcode 'python' for asn2wrsBalint Reczey1-2/+2
svn path=/trunk/; revision=39981
2011-10-14Don't generate the conformance file for exported types when building theJeff Morriss1-2/+2
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-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-7/+8
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-10-31Added a "all" target to rebuild all asn1 dissectors.Stig Bjørlykke1-0/+2
Currently this fails for kerberos and x721, because they shall not be build. Maybe we should add some sort of disable build for them. svn path=/trunk/; revision=34734
2010-08-27From Dirk via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5150 : ↵Jeff Morriss1-0/+2
remove Makefile.in from the asn1 directories when doing a maintainer-clean svn path=/trunk/; revision=33955
2010-06-30Sort filename expansionKovarththanan Rajaratnam1-1/+1
svn path=/trunk/; revision=33381
2007-10-16Don't generate dissectors on top level make.Jörg Mayer1-2/+0
svn path=/trunk/; revision=23203
2007-10-16- Fix svn:ignore for all directoriesJörg Mayer1-11/+9
- 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-15comment out EXPORT_FILES till some automake expert can look at itTomas Kukosa1-9/+9
svn path=/trunk/; revision=23186
2007-10-15fix ifdef/endif bugTomas Kukosa1-1/+1
svn path=/trunk/; revision=23185
2007-10-15use the -E asn2wrs option to create exported cnf fileTomas Kukosa1-1/+11
svn path=/trunk/; revision=23182
2007-10-10next step to solve dependency generationTomas Kukosa1-1/+3
svn path=/trunk/; revision=23130
2007-10-09Fix order of external files (without affecting other protos).Jörg Mayer1-1/+1
svn path=/trunk/; revision=23121
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-6/+1
to be overridden further up the chain, e.g. in Makefile.common svn path=/trunk/; revision=23076
2007-10-05hopefully this will do what Thomas wants for NO_PROTO_OPTRichard van der Hoff1-6/+5
svn path=/trunk/; revision=23074
2007-10-05next fix of my mistake :(Tomas Kukosa1-2/+2
svn path=/trunk/; revision=23073
2007-10-05comment out some lines till I learn how to write Linux makefileTomas Kukosa1-5/+6
svn path=/trunk/; revision=23072
2007-10-05try to fix Linux makefileTomas Kukosa1-3/+3
svn path=/trunk/; revision=23071
2007-10-05allow to omit -p <proto> optionTomas Kukosa1-1/+7
svn path=/trunk/; revision=23070
2007-09-25Change some additional protocols to the new build systemJörg Mayer1-2/+2
svn path=/trunk/; revision=22958
2007-09-25- Rework the Makefile structure to generate external -cnf filesJörg Mayer1-0/+47
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