source: rtems/c/src/tests/support/include/Makefile.am @ d9ab6d3

4.104.114.84.95
Last change on this file since d9ab6d3 was cb626ac8, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:44:31

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • include/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 450 bytes
Line 
1##
2##  $Id$
3##
4
5
6project_bspdir = $(PROJECT_ROOT)/@RTEMS_BSP@
7
8noinst_HEADERS = tmacros.h
9
10TMPINSTALLFILES = $(project_bspdir)/lib/include \
11    $(project_bspdir)/lib/include/tmacros.h
12
13$(project_bspdir)/lib/include:
14        $(mkinstalldirs) $@
15$(project_bspdir)/lib/include/tmacros.h: tmacros.h
16        $(INSTALL_DATA) $< $@
17
18CLEANFILES = $(project_bspdir)/lib/include/tmacros.h
19
20all-local: $(TMPINSTALLFILES)
21
22include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.