aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/Makefile.inc
AgeCommit message (Collapse)AuthorFilesLines
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