source: rtems/tools/update/Makefile.am @ 75d1f0fb

4.104.114.84.95
Last change on this file since 75d1f0fb was df49c60, checked in by Joel Sherrill <joel.sherrill@…>, on 06/12/00 at 15:00:15

Merged from 4.5.0-beta3a

  • Property mode set to 100644
File size: 899 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
7
8## NOTE: It doesn't make much sense to install these files
9
10CLEANFILES = update word-replace
11
12if PERL
13# All files in this directory depend on having perl.
14# Do not handle them if perl is missing.
15
16noinst_SCRIPTS = acpolish ampolish cipolish rtems-polish.sh word-replace \
17    update
18
19noinst_DATA = 310_to_320_list
20
21update: $(srcdir)/update.in $(top_builddir)/config.status
22        @cd $(top_builddir) \
23         && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status; \
24        chmod 755 $@
25       
26word-replace: $(srcdir)/word-replace.in $(top_builddir)/config.status
27        @cd $(top_builddir) \
28         && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status; \
29        chmod 755 $@
30
31endif
32
33EXTRA_DIST = 310_to_320_list update.in word-replace.in acpolish ampolish \
34    cipolish rtems-polish.sh
35
36include $(top_srcdir)/../../automake/host.am
Note: See TracBrowser for help on using the repository browser.