summaryrefslogtreecommitdiff
path: root/asn1/Makefile.preinc
AgeCommit message (Collapse)AuthorFilesLines
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss1-3/+0
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
2007-10-16Don't generate dissectors on top level make.Jörg Mayer1-0/+4
svn path=/trunk/; revision=23203
2007-10-15MAKEFLAGS doesn't belong into Makefile.am - it's added automagicallyJörg Mayer1-1/+1
when generating Makefile.in svn path=/trunk/; revision=23195
2007-10-10better solution for different submake calling on Windows and LinuxTomas Kukosa1-0/+24
svn path=/trunk/; revision=23131