4.104.114.84.95
Last change
on this file since e3e310f7 was
e3e310f7,
checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 16:27:48
|
2003-08-16 Ralf Corsepius <corsepiu@…>
Makefile.am: Reflect having moved automake.
|
-
Property mode set to
100644
|
File size:
527 bytes
|
Line | |
---|
1 | ## |
---|
2 | ## $Id$ |
---|
3 | ## |
---|
4 | |
---|
5 | ACLOCAL_AMFLAGS = -I ../../../../../aclocal |
---|
6 | |
---|
7 | noinst_SCRIPTS = difftest sorttimes |
---|
8 | |
---|
9 | project_bspdir = $(PROJECT_ROOT)/@RTEMS_BSP@ |
---|
10 | |
---|
11 | PREINSTALL_FILES = $(project_bspdir)/tests $(project_bspdir)/tests/difftest \ |
---|
12 | $(project_bspdir)/tests/sorttimes |
---|
13 | |
---|
14 | $(project_bspdir)/tests: |
---|
15 | @$(mkinstalldirs) $@ |
---|
16 | |
---|
17 | $(project_bspdir)/tests/difftest: difftest |
---|
18 | $(INSTALL_SCRIPT) $< $@ |
---|
19 | |
---|
20 | $(project_bspdir)/tests/sorttimes: sorttimes |
---|
21 | $(INSTALL_SCRIPT) $< $@ |
---|
22 | |
---|
23 | all-local: $(PREINSTALL_FILES) |
---|
24 | |
---|
25 | include $(top_srcdir)/../../automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.