source: rtems/testsuites/tools/generic/Makefile.am @ feead226

4.104.114.84.95
Last change on this file since feead226 was feead226, checked in by Joel Sherrill <joel.sherrill@…>, on 11/09/00 at 16:43:05

2000-11-09 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
  • Property mode set to 100644
File size: 568 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
[df49c60]12PREINSTALL_FILES += $(project_bspdir)/tests $(project_bspdir)/tests/difftest \
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.