source: rtems/testsuites/support/Makefile.am @ 8588963

4.104.114.84.95
Last change on this file since 8588963 was 8588963, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/03 at 16:10:30

2003-12-12 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES. Use include_HEADERS.
  • Property mode set to 100644
File size: 691 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../aclocal
6
7include_HEADERS = include/tmacros.h include/buffer_test_io.h
8
9all-local: $(PREINSTALL_FILES)
10
11PREINSTALL_FILES =
12
13$(PROJECT_INCLUDE)/$(dirstamp):
14        @$(mkdir_p) $(PROJECT_INCLUDE)
15        @: > $(PROJECT_INCLUDE)/$(dirstamp)
16
17$(PROJECT_INCLUDE)/tmacros.h: include/tmacros.h $(PROJECT_INCLUDE)/$(dirstamp)
18        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/tmacros.h
19PREINSTALL_FILES += $(PROJECT_INCLUDE)/tmacros.h
20
21$(PROJECT_INCLUDE)/buffer_test_io.h: include/buffer_test_io.h $(PROJECT_INCLUDE)/$(dirstamp)
22        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/buffer_test_io.h
23PREINSTALL_FILES += $(PROJECT_INCLUDE)/buffer_test_io.h
24
25include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.