The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / Makefile.am.inc @ master

History | View | Annotate | Download (1.83 KB)

# Date Author Comment
757aa332 03/31/2014 02:48 PM Alexis La Goutte

Continue to remove $Id$ from top of file

(Using sed : sed -i '/^\# \$Id\$/,+1 d') (start with dash)

Change-Id: Ia4b5a6c2302f6a531f6a86c1ec3a2f8205c8c2dd
Reviewed-on: https://code.wireshark.org/review/881
Reviewed-by: Anders Broman <>

117a59d7 11/03/2013 07:22 AM Jörg Mayer

Pass the name of the sed executable as an explicit argurment to
runlex.sh (like it is done with LEX already). May fix a problem
on Windows with cmake.

svn path=/trunk/; revision=53059

d2e0724a 02/25/2013 01:12 PM Balint Reczey

Add dumpabi targets to CMake builds

Also update automake generated targets to match CMake generated ones

svn path=/trunk/; revision=47879

e1d24fdb 02/24/2013 04:14 PM Balint Reczey

Generate abi-descriptor.xml-s in CMake builds

svn path=/trunk/; revision=47865

c8c168c9 02/06/2013 04:57 PM Gerald Combs

Remove more unnecessary defintions.

svn path=/trunk/; revision=47527

f3ee20ac 02/04/2013 03:20 PM Gerald Combs

Fix more verbosity macros.

svn path=/trunk/; revision=47477

5130da69 02/04/2013 12:49 PM Gerald Combs

More silent build support.

svn path=/trunk/; revision=47472

7187abf1 02/01/2013 05:57 PM Gerald Combs

Add $(AM_V_GEN) in a few more places.

svn path=/trunk/; revision=47434

bf81b42e 06/28/2012 06:56 PM Jakub Zawadzki

Update Free Software Foundation address.

(COPYING will be updated in next commit)

svn path=/trunk/; revision=43536

0da41f3c 06/02/2012 08:57 AM Balint Reczey

Don't complain about using GNU make extensions during running ./autogen.sh

svn path=/trunk/; revision=42995

d2dea019 06/04/2011 05:29 PM Balint Reczey

Use more include dirs for ABI dumping to make preprocessor happier.

svn path=/trunk/; revision=37544

8ac66836 05/31/2011 08:07 AM Balint Reczey

Add dumpabi target to Makefiles in wsutil, epan and wiretap directories.
We can use the dumped ABI description for comparing ABI changes between revisions.

svn path=/trunk/; revision=37474

7f690fd0 12/16/2010 11:42 AM Balint Reczey

Export only defined symbols from libwsutil.
Exported symbols are the symbols listed in libwsutil.def, but the
symbols defined in not used optional objects are filtered out.

svn path=/trunk/; revision=35202

8b4573f7 12/07/2010 08:38 AM Balint Reczey

Make libtool export only symbols listed in *.def files

svn path=/trunk/; revision=35145

5be4499a 08/03/2007 10:13 PM Guy Harris

Add a script as a front-end for Flex, to work around various problems,
such as the fact that Flex strips all but the last component of the "-o"
argument, and that it doesn't generate a header file to declare routines
the generated lexical analyzer defines. Use that script when building...

159e7951 08/01/2007 04:35 PM Guy Harris

Add a Makefile.am.inc file, to hold rules etc. used by multiple
Makefile.am files; currently, it has the (F)lex-to-C rule. Have
Makefile.am files with .l.c rules include Makefile.am.inc to get that
rule.

svn path=/trunk/; revision=22436