source: rtems/tools/update/Makefile.am @ bacec4c

4.104.114.84.95
Last change on this file since bacec4c was bacec4c, checked in by Joel Sherrill <joel.sherrill@…>, on 10/31/00 at 21:15:15

2000-10-30 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Switch to GNU-canonicalized autoconf macros.
  • Property mode set to 100644
File size: 898 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
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.