aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2013-03-12From David Arnold:Jaap Keuter1-1/+1
2013-02-15Get rid of an extra blank line.Guy Harris1-1/+0
2013-02-12Fix the grammar.h/grammar.c/grammar.lemon dependency so thatGilbert Ramirez1-2/+2
2013-02-08We don't care what source files are "dissector" source files, we onlyGuy Harris1-5/+4
2013-02-06-Werror needs to be applied only to clean files, not to, for example,Guy Harris1-3/+6
2013-02-06Add -Werror if enabled.Guy Harris1-1/+5
2013-02-06Don't run Lemon-generated header files through checkAPI, either (theyGuy Harris1-1/+1
2013-02-06Do a bit more splitting and combining of file names, so that we canGuy Harris1-5/+5
2013-02-05Put NODIST_ at the beginning of macros containing NODIST, parallelingGuy Harris1-17/+17
2013-02-05Don't distribute the results of running Lemon, as we distribute LemonGuy Harris1-0/+5
2013-02-04More silent build support.Gerald Combs1-5/+0
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-1/+3
2013-01-30Fix more dependencies.Gerald Combs1-3/+4
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-01Set Makefile.common as a plugin.c dependency so plugin.c is rebuilt if Makefi...Bill Meier1-1/+1
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss1-1/+1
2010-05-14Add Cmake stuff to the source distribution so more people can try it out.Jeff Morriss1-7/+8
2009-09-13Run checkapi on the dissector header filesJeff Morriss1-1/+1
2008-07-29Allow checkapis target to work in out-of-tree builds (s#../../#$(top_srcdir)).Jeff Morriss1-3/+3
2008-07-02Add Makefile.common files for epan/dfilter and epan/ftypes.Guy Harris1-0/+3
2008-02-27Quote argument to test in plugins Makefiles, as proposed by Greg A. Woods.Stig Bjørlykke1-1/+1
2007-08-04Add a script as a front-end for Flex, to work around various problems,Guy Harris1-0/+5
2007-08-01Add a Makefile.am.inc file, to hold rules etc. used by multipleGuy Harris1-7/+2
2007-07-30Add comments to various %option items to explain what they're doing. Guy Harris1-2/+6
2007-05-27Get rid of trailing blank lines.Guy Harris1-1/+0
2007-05-22"make maintainer-clean" cleans up everything that "make distclean" does;Guy Harris1-3/+0
2007-04-14remove "treat warnings as errors" barrier for every repo containing codeSebastien Tandel1-4/+0
2007-03-26Fix a bunch more warnings. Add -Werror when using --with-warnings-as-errorsStephen Fisher1-0/+4
2006-12-27Adding moduleinfo.nmake to the distributionJaap Keuter1-0/+1
2006-12-18Repair distribution target.Jaap Keuter1-11/+0
2006-12-18Update plugin to the current plugin design.Jaap Keuter1-14/+86
2006-11-03Add $(EXEXT) after references to the Lemon executable.Guy Harris1-2/+2
2006-06-02remove plugin.c in distlcleanJörg Mayer1-1/+2
2006-05-21name changeRonnie Sahlberg1-2/+2
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-1/+1
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"Jörg Mayer1-2/+21
2005-05-16MATE has a grammar.Luis Ontanon1-1/+15
2004-12-16Patch for Mate Plugin.Lars Roland1-4/+4
2004-12-12Fixes for Mate Plugin:Lars Roland1-4/+4
2004-12-11New Plugin from Luis Ontanon:Lars Roland1-0/+44