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

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rtems-20020807/] [tools/] [update/] [Makefile.am] - Blame information for rev 1782

Details | Compare with Previous | View Log

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