source: rtems/doc/tools/src2html1.4a/Ctags/Makefile.am @ 72b5b666

4.104.114.84.95
Last change on this file since 72b5b666 was 5f76c90, checked in by Joel Sherrill <joel.sherrill@…>, on 01/18/02 at 15:10:50

2002-01-18 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Require automake-1.5.
  • ctags-emacs/Makefile.am: Ditto.
  • FreeBSD/Makefile.am: Ditto.
  • Ctags/Makefile?.am: Ditto.
  • Property mode set to 100644
File size: 192 bytes
Line 
1## $Id$
2
3AUTOMAKE_OPTIONS = foreign 1.5
4
5noinst_PROGRAMS = ctags-new
6
7ctags_new_SOURCES = C.c ctags.c fortran.c lisp.c print.c tree.c yacc.c \
8    strerror.c ctags.h
9
10EXTRA_DIST = ctags.1 z.c
Note: See TracBrowser for help on using the repository browser.