source: rtems/cpukit/Makefile.am @ 0fa54a0b

4.104.114.84.95
Last change on this file since 0fa54a0b was 71e66df, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/24/03 at 08:11:33

2003-09-24 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Merge-in include/Makefile.am.
  • include/Makefile.am: Remove.
  • configure.ac: Reflect having removed include/Makefile.am and librpc/include/Makefile.am.
  • Property mode set to 100644
File size: 1.1 KB
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I aclocal
6
7include $(top_srcdir)/automake/multilib.am
8
9SUBDIRS = . ada score rtems sapi posix itron
10SUBDIRS += libcsupport libblock libfs
11SUBDIRS += libnetworking librpc
12SUBDIRS += libmisc
13SUBDIRS += wrapup
14
15noinst_DATA = preinstall-stamp
16
17preinstall-stamp:
18        $(MAKE) $(AM_MAKEFLAGS) preinstall
19        touch preinstall-stamp
20CLEANFILES = preinstall-stamp
21
22$(PROJECT_INCLUDE)/%.h: include/%.h
23        $(INSTALL_DATA) $< $@
24
25$(PROJECT_INCLUDE):
26        @$(mkinstalldirs) $@
27
28$(PROJECT_INCLUDE)/rtems:
29        @$(mkinstalldirs) $@
30
31PREINSTALL_FILES = $(PROJECT_INCLUDE)
32
33include_rtemsdir = $(includedir)/rtems
34include_rtems_HEADERS = include/rtems/bspIo.h include/rtems/userenv.h \
35  include/rtems/fs.h include/rtems/stdint.h
36
37PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
38    $(include_rtems_HEADERS:include/%.h=$(PROJECT_INCLUDE)/%.h)
39
40all-local: $(PREINSTALL_FILES)
41
42AUTOMAKE_FILES = automake/compile.am automake/lib.am automake/local.am \
43    automake/multilib.am automake/subdirs.am
44EXTRA_DIST = $(AUTOMAKE_FILES)
45
46include $(top_srcdir)/automake/subdirs.am
47include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.