OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [tools/] [update/] [Makefile.am] - Blame information for rev 851

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
##
2
## $Id: Makefile.am,v 1.2 2001-09-27 12:02:54 chris Exp $
3
##
4
 
5
AUTOMAKE_OPTIONS = foreign 1.4
6
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
7
 
8
## NOTE: It doesn't make much sense to install these files
9
 
10
CLEANFILES = update word-replace
11
 
12
if PERL
13
# All files in this directory depend on having perl.
14
# Do not handle them if perl is missing.
15
 
16
noinst_SCRIPTS = acpolish ampolish cipolish rtems-polish.sh word-replace \
17
    update
18
 
19
noinst_DATA = 310_to_320_list
20
 
21
update: $(srcdir)/update.in $(top_builddir)/config.status
22
        @cd $(top_builddir) \
23
         && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status; \
24
        chmod 755 $@
25
 
26
word-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
 
31
endif
32
 
33
EXTRA_DIST = 310_to_320_list update.in word-replace.in acpolish ampolish \
34
    cipolish rtems-polish.sh
35
 
36
include $(top_srcdir)/../../automake/host.am

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.