aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.common.inc
AgeCommit message (Collapse)AuthorFilesLines
2013-02-09Pull the definition of NODIST_HEADER_FILES up intoGuy Harris1-0/+6
plugins/Makefile.common.inc. svn path=/trunk/; revision=47596
2013-02-09Define GENERATED_HEADER_FILES in plugins/Makefile.common.inc.Guy Harris1-0/+7
svn path=/trunk/; revision=47592
2013-02-09Define FLEX_GENERATED_SRC_FILES and LEMON_GENERATED_SRC_FILES inGuy Harris1-3/+15
plugins/Makefile.common.inc, and use it in plugins/mate/Makefile.nmake. svn path=/trunk/; revision=47590
2013-02-08Stick NONGENERATED_ in the front of the macros listing non-generatedGuy Harris1-6/+18
files. Define C_FILES and CPP_FILES in Makefile.common.inc to include *all* C and C++ files, respectively, including generated files. svn path=/trunk/; revision=47557
2013-02-08We don't care what source files are "dissector" source files, we onlyGuy Harris1-93/+23
need to care whether source files should be scanned for registration functions. Reduce the number of macros we define in Makefile.common.inc, getting rid of some only used internally. svn path=/trunk/; revision=47556
2013-02-06Get rid of extra blank line at the end.Guy Harris1-1/+0
svn path=/trunk/; revision=47510
2013-02-06Lemon-generated files get API warnings as well.Guy Harris1-2/+3
Do, however, run the support files through checkAPI. svn path=/trunk/; revision=47509
2013-02-06Do a bit more splitting and combining of file names, so that we canGuy Harris1-41/+100
avoid running the checkAPI stuff on Flex-generated files. svn path=/trunk/; revision=47506
2013-02-05Put NODIST_ at the beginning of macros containing NODIST, parallelingGuy Harris1-0/+115
the nodist_ convention for Automake variables. Regularize the lists of source files, dividing them according to several attributes. Build composite lists in a plugins/Makefile.common.inc file, to be included by plugin Makefile.common files, and use the composite lists as appropriate in Makefile.am and Makefile.nmake. svn path=/trunk/; revision=47502