source: rtems/cpukit/include/Makefile.am @ f22ebf0

4.104.114.84.95
Last change on this file since f22ebf0 was 1960925d, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:46:40

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.
  • wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 533 bytes
Line 
1##
2## $Id$
3##
4
5
6$(PROJECT_INCLUDE)/%.h: %.h
7        $(INSTALL_DATA) $< $@
8
9$(PROJECT_INCLUDE):
10        @$(mkinstalldirs) $@
11
12$(PROJECT_INCLUDE)/rtems:
13        @$(mkinstalldirs) $@
14
15PREINSTALL_FILES = $(PROJECT_INCLUDE) \
16    $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
17
18include_rtemsdir = $(includedir)/rtems
19include_rtems_HEADERS = rtems/bspIo.h rtems/userenv.h rtems/fs.h
20
21PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
22    $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/%)
23
24all-local: $(PREINSTALL_FILES)
25
26include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.