aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2018-04-18Remove autotools build system.Dario Lombardo1-137/+0
2018-02-17Don't make separate libXXX_generated libraries.Guy Harris1-20/+4
2018-02-17Use -Werror except for explicitly listed dirty dissectors.Guy Harris1-1/+1
2017-11-18autotools: Library build products don't need explicit cleaningJoão Valverde1-7/+0
2017-10-15autotools: make maintainer-clean should allow rerunning 'configure'João Valverde1-3/+1
2017-09-15autotools: Initial work to install headers for the benefit of pluginsJoão Valverde1-4/+11
2016-06-30Remove Makefile.common filesJoão Valverde1-23/+94
2016-06-15Remove Nmake build systemPascal Quantin1-1/+0
2016-05-11automake/nmake: don't run checkAPIs on lex and yacc files.Jeff Morriss1-3/+1
2016-03-08Add EditorConfig settings for most C filesJoão Valverde1-0/+1
2016-03-01CMake: Add more structure to libwireshark buildJoão Valverde1-1/+2
2016-02-21autotools: Use pkg-config autoconf macros for GLib/GTKJoão Valverde1-1/+4
2016-01-28autotools: Don't use "user variables" to set build flagsJoão Valverde1-15/+8
2015-12-05Revert "Build Flex-generated files with "warnings are errors"."Guy Harris1-7/+17
2015-12-05Build Flex-generated files with "warnings are errors".Guy Harris1-17/+7
2015-07-02Lemon: Update lemon toolsAlexis La Goutte1-1/+1
2015-01-11Revert "Lemon: Update lemon tools"Pascal Quantin1-1/+1
2015-01-11Lemon: Update lemon toolsAlexis La Goutte1-1/+1
2014-04-25Support out-of-source checkapiStig Bjørlykke1-3/+4
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
2013-03-12From David Arnold:Jaap Keuter1-1/+1
2013-02-12Fix the grammar.h/grammar.c/grammar.lemon dependency so thatGilbert Ramirez1-2/+2
2013-02-09Put NODIST_ at the beginning of macro names, as was done for the pluginsGuy Harris1-4/+4
2013-02-05Don't distribute the results of running Lemon, as we distribute LemonGuy Harris1-5/+8
2013-02-04Unwrap lines inadvertenly wrapped in r47472Gerald Combs1-14/+22
2013-02-04More silent build support.Gerald Combs1-27/+14
2013-02-04Prettify more build output.Gerald Combs1-1/+6
2013-02-01Enable more build silence.Gerald Combs1-1/+1
2013-02-01Go far enough down a rabbit hole and you will encounter libtool. SeeGerald Combs1-1/+1
2013-02-01Change some "<x>.c : <y>.h" rules to "<x>.o : <y>.h" in order to fixGerald Combs1-3/+3
2012-09-20As suggested by Xavier Raynaud in https://bugs.wireshark.org/bugzilla/show_bu...Jeff Morriss1-5/+6
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss1-1/+1
2012-01-21Sync checkapi target with Makefile.nmake.Michael Tüxen1-0/+5
2010-11-30Oh yeah, there's a reason we don't put targets in Makefile.common: the first ...Jeff Morriss1-5/+5
2010-11-29Move some checkapi targets into Makefile.commonJeff Morriss1-5/+5
2008-07-02Add Makefile.common files for epan/dfilter and epan/ftypes.Guy Harris1-36/+7
2008-03-23Running glib 2.16 on 32 bit platform requires this lempar.c change in additio...Jaap Keuter1-1/+1
2007-08-04Add a script as a front-end for Flex, to work around various problems,Guy Harris1-3/+7
2007-08-01Add a Makefile.am.inc file, to hold rules etc. used by multipleGuy Harris1-7/+3
2007-07-30Add comments to various %option items to explain what they're doing. Guy Harris1-2/+2
2007-05-22"make maintainer-clean" cleans up everything that "make distclean" does;Guy Harris1-3/+0
2007-04-20Since code generated by lex may trigger gcc warnings, we are now generating twoSebastien Tandel1-8/+24
2007-04-13don't treat warnings as errors until a solution is found for scanner.cSebastien Tandel1-4/+0
2007-03-23From Sebastien Tandel:Stephen Fisher1-1/+1
2007-03-22Add -Werror for gcc back to epan/dfilter directoryStephen Fisher1-0/+4
2007-03-22Remove -Werror under gcc temporarily until a warning can be fixed Stephen Fisher1-4/+0
2007-03-22Add -Werror for gcc to a few more directories and fix a few warningsStephen Fisher1-0/+4
2007-01-31dfilter-macro.c is in SVN, it should not be in MAINTAINERCLEANFILES (else we ...Jeff Morriss1-1/+0
2007-01-29Drop dfilter_macro_load.l as dfilter-macro now uses UATLuis Ontanon1-6/+0
2007-01-18Trying to fix the build on Ubuntu-5.10-x86 buildbot again.Jaap Keuter1-2/+3