forked from Imagelibrary/rtems
* SUPPORT, LICENSE: New files. * Numerous files touched as part of merging the 4.5 branch onto the mainline development trunk and ensuring that the script that cuts snapshots and releases works on the documentation.
26 lines
433 B
Makefile
26 lines
433 B
Makefile
#
|
|
# COPYRIGHT (c) 1988-2002.
|
|
# On-Line Applications Research Corporation (OAR).
|
|
# All rights reserved.
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
AUTOMAKE_OPTIONS = foreign 1.4
|
|
|
|
SRC2HTMLDIR = $(top_srcdir)/src2html1.4a
|
|
|
|
ctags-wr: $(SRC2HTMLDIR)/ctags-wr
|
|
cp $< $@
|
|
chmod 755 $@
|
|
|
|
ctags-new: $(SRC2HTMLDIR)/Ctags/ctags-new
|
|
cp $< $@
|
|
|
|
# EMACS ctags with Ada awareness
|
|
ctags: $(SRC2HTMLDIR)/ctags-emacs/ctags
|
|
cp $< $@
|
|
|
|
src2html: $(SRC2HTMLDIR)/src2html
|
|
cp $< $@
|