aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ros/Makefile.common
AgeCommit message (Collapse)AuthorFilesLines
2011-10-14Don't generate the conformance file for exported types when building themorriss1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39421 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingmorriss1-4/+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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39333 f5534014-38df-0310-8fa8-9805f1628bb7
2009-10-08Remove unused NEED_PACKET_PROTO_H variablekrj1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30409 f5534014-38df-0310-8fa8-9805f1628bb7
2007-12-19asn1/*/Makefile.nmake were not part of the source package.jmayer1-0/+1
Spotted by Tomas Kukosa. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23921 f5534014-38df-0310-8fa8-9805f1628bb7
2007-12-10ANSI TCAP regenerated and tested with -T -X asn2wrs optionskukosa1-1/+1
asn2wrs has -T (tagged types support) and -X (new BER sttructures) default behavior remove all -T and -X usage git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23823 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-24Export classes from ROS - hopfully without breaking stuff.etxrab1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23566 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-22Update to use the -X and -T flags to asn2wrs.gal1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23241 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-11- Remove -e option if the generated -exp.cnf file isn't used.jmayer1-0/+2
- Add EXPORT_FILES to all files that still contain -e. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23145 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-10More conversions and updates to existing Makefile stuffjmayer1-0/+57
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23127 f5534014-38df-0310-8fa8-9805f1628bb7