source: rtems/cpukit/Makefile.am @ 58ce601

4.104.114.84.95
Last change on this file since 58ce601 was 6041409, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/30/03 at 10:37:29

2003-11-30 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Add $(dirstamp) to preinstallation rules.
  • Property mode set to 100644
File size: 1.8 KB
RevLine 
[811804fe]1##
2## $Id$
3##
[e1d8abb]4
[54d540f]5ACLOCAL_AMFLAGS = -I aclocal
[e1d8abb]6
[54d540f]7include $(top_srcdir)/automake/multilib.am
[989b938]8
[71e66df]9SUBDIRS = . ada score rtems sapi posix itron
[07da959]10SUBDIRS += libcsupport libblock libfs
[da0fc5d]11SUBDIRS += libnetworking librpc
[e30210ea]12SUBDIRS += libmisc
13SUBDIRS += wrapup
[c16dcbc8]14
15noinst_DATA = preinstall-stamp
16
17preinstall-stamp:
18        $(MAKE) $(AM_MAKEFLAGS) preinstall
19        touch preinstall-stamp
[532fad28]20CLEANFILES = preinstall-stamp
[e1d8abb]21
[71e66df]22include_rtemsdir = $(includedir)/rtems
23include_rtems_HEADERS = include/rtems/bspIo.h include/rtems/userenv.h \
[6547cf0]24    include/rtems/fs.h include/rtems/stdint.h
[71e66df]25
[6547cf0]26BUILT_SOURCES = $(PREINSTALL_FILES)
[71e66df]27
[b6b3cf5]28AUTOMAKE_FILES = automake/compile.am automake/lib.am automake/local.am \
29    automake/multilib.am automake/subdirs.am
30EXTRA_DIST = $(AUTOMAKE_FILES)
31
[6547cf0]32PREINSTALL_FILES =
33
[6041409]34$(PROJECT_INCLUDE)/rtems/$(dirstamp):
[6547cf0]35        @$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems
[6041409]36        @: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
37PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
[6547cf0]38
[6041409]39$(PROJECT_INCLUDE)/rtems/bspIo.h: include/rtems/bspIo.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
40        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/bspIo.h
[6547cf0]41PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/bspIo.h
42
[6041409]43$(PROJECT_INCLUDE)/rtems/userenv.h: include/rtems/userenv.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
44        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/userenv.h
[6547cf0]45PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/userenv.h
46
[6041409]47$(PROJECT_INCLUDE)/rtems/fs.h: include/rtems/fs.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
48        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/fs.h
[6547cf0]49PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/fs.h
50
[6041409]51$(PROJECT_INCLUDE)/rtems/stdint.h: include/rtems/stdint.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
52        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/stdint.h
[6547cf0]53PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/stdint.h
54
[54d540f]55include $(top_srcdir)/automake/subdirs.am
56include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.