source: rtems/c/src/tests/tools/generic/Makefile.am @ 39654fd1

4.104.114.84.95
Last change on this file since 39654fd1 was 39654fd1, checked in by Joel Sherrill <joel.sherrill@…>, on 09/27/01 at 13:28:47

2001-09-23 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Use 'PREINSTALL_FILES ='.
  • Property mode set to 100644
File size: 567 bytes
RevLine 
[811804fe]1##
2##  $Id$
3##
[244ecd9]4
[6693a68]5AUTOMAKE_OPTIONS = foreign 1.4
[feead226]6ACLOCAL_AMFLAGS = -I ../../../../../aclocal
[244ecd9]7
[3a8915e]8noinst_SCRIPTS = difftest sorttimes
9
10project_bspdir = $(PROJECT_ROOT)/@RTEMS_BSP@
11
[39654fd1]12PREINSTALL_FILES = $(project_bspdir)/tests $(project_bspdir)/tests/difftest \
[df49c60]13    $(project_bspdir)/tests/sorttimes
[3a8915e]14
[9608320]15$(project_bspdir)/tests:
[3a8915e]16        @$(mkinstalldirs) $@
17
18$(project_bspdir)/tests/difftest: difftest
19        $(INSTALL_SCRIPT) $< $@
20
21$(project_bspdir)/tests/sorttimes: sorttimes
22        $(INSTALL_SCRIPT) $< $@
[244ecd9]23
[9608320]24all-local: $(PREINSTALL_FILES)
[244ecd9]25
26include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.