aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
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
2007-01-18display filter macros.Luis Ontanon1-1/+8
2006-11-03Add $(EXEXT) after references to the Lemon executable.Guy Harris1-2/+2
2006-10-19If we have to use Lex or Flex, check whether we found it, first, and ifGuy Harris1-0/+4
2006-05-21name changeRonnie Sahlberg1-1/+1
2006-05-02Add infrastructure for display filter functions.Gilbert Ramirez1-0/+4
2005-08-02Clean up after ourselves so that we pass "distcheck" again.Gerald Combs1-0/+5
2005-08-01Make sure "lemon" exists before we try to use it. This can happen if weGerald Combs1-2/+2
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"Jörg Mayer1-0/+7
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-03-24Fix the CLEANFILES target so both static and shared libraries are cleaned.Olivier Biot1-1/+2
2004-03-13Make libethereal and libwiretap shared libs.Jörg Mayer1-7/+3
2001-03-05Move version to 0.8.16.Gilbert Ramirez1-2/+2
2001-02-27Move the location of cppmagic.h, since the lemon-flex include filesGilbert Ramirez1-2/+1
2001-02-27Add Ed Warnicke's drange code to the new dfilter system.Gilbert Ramirez1-1/+4
2001-02-26Remove the Lemon stuff from EXTRA_DIST; the Lemon source is now inGuy Harris1-5/+1
2001-02-16Actually, this works better.Gilbert Ramirez1-3/+3
2001-02-16Use the proper way to denote that a single operationGilbert Ramirez1-2/+3
2001-02-02Add Makefile.nmake files for new subdirs.Gilbert Ramirez1-3/+3
2001-02-01Grumble, grumble. I forgot to add the license comment at the topGilbert Ramirez1-2/+1
2001-02-01Create a more modular type system for the FT_* types. Put themGilbert Ramirez1-0/+81