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

Subversion Repositories or1k

[/] [or1k/] [tags/] [start/] [rtems/] [tools/] [update/] [Makefile.am] - Rev 1765

Compare with Previous | Blame | View Log

##
## $Id: Makefile.am,v 1.1.1.1 2001-07-10 10:05:59 chris Exp $
##

AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal

## NOTE: It doesn't make much sense to install these files

CLEANFILES = update word-replace

if PERL
# All files in this directory depend on having perl.
# Do not handle them if perl is missing.

noinst_SCRIPTS = acpolish ampolish cipolish rtems-polish.sh word-replace \
    update

noinst_DATA = 310_to_320_list

update: $(srcdir)/update.in $(top_builddir)/config.status
        @cd $(top_builddir) \
         && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status; \
        chmod 755 $@
        
word-replace: $(srcdir)/word-replace.in $(top_builddir)/config.status
        @cd $(top_builddir) \
         && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status; \
        chmod 755 $@

endif

EXTRA_DIST = 310_to_320_list update.in word-replace.in acpolish ampolish \
    cipolish rtems-polish.sh

include $(top_srcdir)/../../automake/host.am

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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