source: rtems/tools/update/Makefile.am @ 9e633f5

4.104.114.84.95
Last change on this file since 9e633f5 was 7273b6e, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:54:58

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 858 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../aclocal
6
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 = acpolish ampolish cipolish rtems-polish.sh word-replace \
16    update
17
18noinst_DATA = 310_to_320_list
19
20update: $(srcdir)/update.in $(top_builddir)/config.status
21        @cd $(top_builddir) \
22         && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status; \
23        chmod 755 $@
24       
25word-replace: $(srcdir)/word-replace.in $(top_builddir)/config.status
26        @cd $(top_builddir) \
27         && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status; \
28        chmod 755 $@
29
30endif
31
32EXTRA_DIST = 310_to_320_list update.in word-replace.in acpolish ampolish \
33    cipolish rtems-polish.sh
34
35include $(top_srcdir)/../../automake/host.am
Note: See TracBrowser for help on using the repository browser.