summaryrefslogtreecommitdiff
path: root/tags.am
Commit message (Collapse)AuthorAgeFilesLines
* 2001-05-13 Tom Tromey <tromey@redhat.com>Tom Tromey2001-05-141-86/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tests/defs: Find files to copy in lib/. * automake.in (perllibdir): Set to Automake directory. * ansi2knr.c, ansi2knr.1: Removed. * Makefile.am (dist_am_DATA): Removed. (amdir): Removed. (maintainer-check): Look for lib/am/*.am. Expect 28 lines of diffs. (scriptdir): Removed. (dist_script_DATA): Likewise. (install-data-hook): Likewise. (installcheck-local): Likewise. (TAGS_FILES): Removed amfiles. (dist_pkgdata_DATA): Removed ansi2knr.c and ansi2knr.1. * tests/installsh.test (AUTOMAKE): Use --libdir, not --amdir, and point it to the right directory. * ansi2knr.am, check.am, clean-hdr.am, clean.am, comp-vars.am, compile.am, configure.am, data.am, dejagnu.am, depend.am, depend2.am, distdir.am, footer.am, header-vars.am, header.am, install.am, java.am, lang-compile.am, lex.am, library.am, libs.am, libtool.am, lisp.am, ltlib.am, ltlibrary.am, mans-vars.am, mans.am, multilib.am, program.am, progs.am, python.am, remake-hdr.am, scripts.am, subdirs.am, tags.am, texi-vers.am, texibuild.am, texinfos.am, yacc.am: Moved to lib/am/. * configure.in (AC_OUTPUT): Added lib/am/Makefile. (AUTOMAKE): Use --libdir, not --amdir. Ues AC_CONFIG_AUX_DIR. * lib/Makefile.am (SUBDIRS): Added `am'. (scriptdir): New macro. (dist_script_DATA): Likewise. (dist_pkgdata_DATA): Likewise. (install-data-hook): New target. (installcheck-local): Likewise. * lib/am/Makefile.in: New file. * lib/am/Makefile.am: Removed everything except amdir and dist_am_DATA. 2001-05-13 Akim Demaille <akim@epita.fr> * automake.in ($pkgdata_dir): Rename as... ($libdir): this. ($am_dir): Remove, replace it's uses with $libdir. (&parse_arguments): Replace --amdir with --libdir. * automake.texi (Invoking Automake): Document --libdir, not --amdir. * tests/defs (AUTOMAKE): Use --libdir, not --amdir.
* * tags.am: Fix missing leading tabs.Akim Demaille2001-04-091-2/+4
|
* * automake.in (&handle_programs, &handle_libraries, &handle_tags)Akim Demaille2001-03-051-2/+26
| | | | | | | | | | | | (&handle_ltlibraries, &handle_emacs_lisp, &handle_python): Adjust. (&am_install_var): Forget about `-clean'. Transform ?INSTALL?. Always output the *.am file. * data-clean.am, java-clean.am, libs-clean.am, lisp-clean.am, * ltlib-clean.am, progs-clean.am, python-clean.am, tags-clean.am: Remove, merged into the corresponding *.am file. * data.am, libs.am, ltlib.am, progs.am, python.am: Equip with ?INSTALL?.
* Distinguish automake substitutions from config.statusAkim Demaille2001-02-271-3/+3
| | | | | | | | | | | | substitutions. * automake.in (&add_depend2): Transform AMDEP. (&handle_clean): Transform MCFILES and MFILES. (&file_contents): Transform MAINTAINER_MODE. (&transform, &am_install_var): Use `%', not `@'. Adjust all the *.am files. * clean.am: Use ?MFILES? instead of ad hoc MAINTAINERCLEAN. * depend2.am: Display the double dependency on both ?AMDEP? and @AMDEP@.
* * automake.in (&transform): Use `my', not `local'.Akim Demaille2001-02-091-5/+5
| | | | | | | | | (&transform_cond): New. (&get_object_extension, &handle_texinfo, &handle_tags) (&handle_dist_worker, &handle_dist, &add_depend2, &handle_clean) (&handle_tests_dejagnu): Use it. * texinfos.am, lisp.am, header.am, dist.am, distdir.am, depend2.am * dejagnu.am, data.am, clean.am: Adjust to the new syntax.
* * texinfos.am, tags.am, subdirs.am, multilib.am, mans.am: Add aAkim Demaille2001-01-291-1/+3
| | | | | | .PHONY target. * automake.in (handle_texinfo, handle_man_pages, handle_multilib) (handle_etags, handle_subdirs): Don't push into @phony.
* * automake.texi (Tags): Document GTAGS target.Tom Tromey2000-12-221-0/+6
| | | | * tags.am (GTAGS): New target.
* * aclocal.in, aclocal.m4: Standardize FSF Copyright statements.Akim Demaille2000-10-161-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * automake.in, automake.texi: Likewise. * clean-kr.am, clean.am: Likewise. * comp-vars.am: Likewise. * compile, compile.am: Likewise. * data-clean.am: Likewise. * data.am: Likewise. * dejagnu.am: Likewise. * depcomp: Likewise. * depend.am, depend2.am: Likewise. * dist-vars.am, dist.am: Likewise. * elisp-comp: Likewise. * footer.am: Likewise. * header-vars.am, header.am: Likewise. * java-clean.am java.am: Likewise. * kr-extra.am: Likewise. * library.am: Likewise. * libs-clean.am, libs.am: Likewise. * libtool.am: Likewise. * lisp-clean.am lisp.am: Likewise. * ltlib-clean.am ltlib.am: Likewise. * ltlibrary.am: Likewise. * m4/Makefile.in: Likewise. * m4/strtod.m4: Likewise. * mans-vars.am, mans.am: Likewise. * mdate-sh: Likewise. * missing: Likewise. * multilib.am: Likewise. * program.am: Likewise. * progs-clean.am, progs.am: Likewise. * python-clean.am, python.am: Likewise. * remake-hdr.am, remake.am: Likewise. * scripts.am: Likewise. * subdirs.am: Likewise. * tags-clean.am, tags.am: Likewise. * texi-vers.am: Likewise. * texinfos.am: Likewise. * ylwrap: Likewise.
* * tags.am: Don't reference $$here. Report from Sven Verdoolaege.Tom Tromey2000-03-191-2/+2
|
* Work around losing `awk'. Report from Harlan Stenn.Tom Tromey1999-07-131-2/+2
| | | | | * m4/init.m4 (AM_INIT_AUTOMAKE): Require AC_PROG_AWK. * tags.am (ID, TAGS): Use $(AWK), not `awk'.
* * Makefile.am (TAGS_FILES): New macro.Tom Tromey1999-06-201-10/+16
| | | | | | | | | | (ETAGS_ARGS): Moved files into TAGS_FILES. (TAGS_DEPENDENCIES): Likewise. (ETAGS_ARGS): Removed. (TAGS_DEPENDENCIES): Removed duplicate definition. * tags.am (ID): Handle VPATH correctly. Use TAGS_FILES. Report from Ganesan Rajagopal. (TAGS): Likewise.
* * tags.am (ID): Uniquify list of sources. Report from JimTom Tromey1998-12-161-1/+6
| | | | Meyering.
* `.' in SUBDIRS changes order of builds:Tom Tromey1998-09-281-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.am (SUBDIRS): Added `.'. Put tests last. * tags.am (TAGS): Don't look for TAGS file in `.'. * automake.texi (Top level): Document SUBDIRS change. * automake.in (handle_installdirs): Create separate installdirs-am target. (handle_merge_targets): Don't put all-am onto @all. Fixed error message. Correctly handle install-info. Give error if install-info-local inappropriately defined. Don't special-case install-data, install-exec, install, uninstall, or all. (handle_subdirs): Don't push `-recursive' target names onto corresponding lists. (do_one_merge_target): Always define `-am' form of rule, and point ordinary form to `-am' or `-recursive' as appropriate. Special-case `all'. (do_check_merge_target): Generate check-am target. (handle_dist_worker): Use target_defined. (handle_dist): Likewise. (handle_merge_targets): Likewise. (do_one_merge_target): Likewise. (do_check_merge_target): Likewise. (do_one_clean_target): Likewise. (initialize_per_input): Initialize $all_target. (do_one_clean_target): Always generate -am form of rule; other changes for new SUBDIRS change. (handle_clean): Always generate clean-am form of rule. (handle_tags): Only build subdir if not `.'. (handle_dist_worker): Skip `.' directory. * subdirs.am: Allow `.' to be specified in SUBDIRS.
* uniquify files passed to etagspre-depend-changeTom Tromey1998-02-131-3/+8
|
* make tags for lispTom Tromey1997-11-261-6/+7
|
* bug fixesTom Tromey1997-04-161-5/+3
|
* tags fixletTom Tromey1997-04-041-1/+1
|
* quoting fix from PerTom Tromey1997-04-021-1/+1
|
* Removed old macroTom Tromey1996-11-181-10/+8
|
* Allow config.h in subdir; other config.h cleanupsTom Tromey1996-09-201-3/+1
|
* Tags fixupsTom Tromey1996-05-171-8/+13
|
* Patches from Jim Meyering.Tom Tromey1996-01-061-0/+17
| | | | Put copyright in all files
* Many changes from Franc,oisTom Tromey1996-01-021-1/+0
|
* Minor bug and doc fixesTom Tromey1995-12-091-4/+3
|
* Many cleanups.Tom Tromey1995-12-051-10/+4
| | | | Added --strictness option.
* Handle installcheck.Tom Tromey1995-12-031-0/+3
| | | | | Handle ## comments. Fixlets
* (TAGS): Always supply 'else' clause to 'if'Tom Tromey1995-11-261-0/+4
|
* Don't use double-colon rulesTom Tromey1995-11-251-4/+8
|
* Added trailing blank lineTom Tromey1995-11-221-0/+1
|
* (TAGS): bug fixTom Tromey1995-11-161-1/+1
|
* Initial revisionTom Tromey1995-11-161-0/+11