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

4.104.114.84.95
Last change on this file since c43484b was 64b1f81, checked in by Joel Sherrill <joel.sherrill@…>, on 01/16/02 at 22:53:30

2002-01-09 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Apply @subdirs. Remove POSIX_SUBDIRS. Remove ITRON_SUBDIRS.
  • configure.ac: Rework enable_unixlib handling. Add RTEMS_MULTILIBS to cpuopts.h.
  • include/Makefile.am: Add rtems/fs.h, rtems/userenv.h. Add $(PROJECT_INCLUDE)/rtems. Remove libio_.h.
  • Property mode set to 100644
File size: 564 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.5
6
7$(PROJECT_INCLUDE)/%.h: %.h
8        $(INSTALL_DATA) $< $@
9
10$(PROJECT_INCLUDE):
11        @$(mkinstalldirs) $@
12
13$(PROJECT_INCLUDE)/rtems:
14        @$(mkinstalldirs) $@
15
16PREINSTALL_FILES = $(PROJECT_INCLUDE) \
17    $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
18
19include_rtemsdir = $(includedir)/rtems
20include_rtems_HEADERS = rtems/bspIo.h rtems/userenv.h rtems/fs.h
21
22PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
23    $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/%)
24
25all-local: $(PREINSTALL_FILES)
26
27include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.