URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [rtems/] [tools/] [update/] [Makefile.am] - Rev 30
Go to most recent revision | Compare with Previous | Blame | View Log
#### $Id: Makefile.am,v 1.2 2001-09-27 12:02:54 chris Exp $##AUTOMAKE_OPTIONS = foreign 1.4ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal## NOTE: It doesn't make much sense to install these filesCLEANFILES = update word-replaceif 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 \updatenoinst_DATA = 310_to_320_listupdate: $(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 $@endifEXTRA_DIST = 310_to_320_list update.in word-replace.in acpolish ampolish \cipolish rtems-polish.shinclude $(top_srcdir)/../../automake/host.am
Go to most recent revision | Compare with Previous | Blame | View Log
