aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/Makefile.inc
AgeCommit message (Collapse)AuthorFilesLines
2011-11-22Don't hardcode 'python' for asn2wrsrbalint1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39981 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-14Don't generate the conformance file for exported types when building themorriss1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39421 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-10Don't remove the ASN.1 dissectors when cleaning: we don't (re)build them ↵morriss1-2/+3
during the make process yet. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39335 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingmorriss1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39333 f5534014-38df-0310-8fa8-9805f1628bb7
2010-10-31Added a "all" target to rebuild all asn1 dissectors.stig1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34734 f5534014-38df-0310-8fa8-9805f1628bb7
2010-08-27From Dirk via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5150 : ↵morriss1-0/+2
remove Makefile.in from the asn1 directories when doing a maintainer-clean git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33955 f5534014-38df-0310-8fa8-9805f1628bb7
2010-06-30Sort filename expansionkrj1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33381 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-16Don't generate dissectors on top level make.jmayer1-2/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23203 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-16- Fix svn:ignore for all directoriesjmayer1-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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23202 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-15comment out EXPORT_FILES till some automake expert can look at itkukosa1-9/+9
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23186 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-15fix ifdef/endif bugkukosa1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23185 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-15use the -E asn2wrs option to create exported cnf filekukosa1-1/+11
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23182 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-10next step to solve dependency generationkukosa1-1/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23130 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-09Fix order of external files (without affecting other protos).jmayer1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23121 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-07Swap order of external and local sourcesjmayer1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23084 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-05In the various Makefiles, remove checks for NO_PROTO_OPT and allow PROT_OPTgerald1-6/+1
to be overridden further up the chain, e.g. in Makefile.common git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23076 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-05hopefully this will do what Thomas wants for NO_PROTO_OPTrichardv1-6/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23074 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-05next fix of my mistake :(kukosa1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23073 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-05comment out some lines till I learn how to write Linux makefilekukosa1-5/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23072 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-05try to fix Linux makefilekukosa1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23071 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-05allow to omit -p <proto> optionkukosa1-1/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23070 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-25Change some additional protocols to the new build systemjmayer1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22958 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-25- Rework the Makefile structure to generate external -cnf filesjmayer1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22950 f5534014-38df-0310-8fa8-9805f1628bb7