Ethereal-users: Re: [Ethereal-users] Create the .lo extn file for a new capture-file format

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Guy Harris" <gharris@xxxxxxxxx>
Date: Mon, 26 Jul 2004 17:38:24 -0700 (PDT)
Guy Harris said:
> (We should probably have a Makefile.common file for Wiretap, as we have it
> elsewhere; I'll look at doing that.)

I've done that, so if you're working with the current Subversion tree or
with the next nightly snapshot that comes out (or any subsequent
snapshots), you should, in "wiretap/Makefile.common":

    add .c files not generated from other source files to
NONGENERATED_C_FILES;

    add .h files not generated from other source files to
NONGENERATED_H_FILES;

    if there are any .c or .h files generated from other source files
(e.g., parser files generated from YACC source), add the files from
which the other files are generated to GENERATOR_SOURCES and the
generated .c and .h files to GENERATED_C_FILES and
GENERATED_HEADER_FILES, respectively.