source: rtems/tools/update/Makefile.am @ 811804fe

4.104.114.84.95
Last change on this file since 811804fe was 811804fe, checked in by Joel Sherrill <joel.sherrill@…>, on 10/04/99 at 19:15:14

Patch from Ralf Corsepius <corsepiu@…> to make fix bug
where wrapup left pieces out of the librtemsall.a.

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