source: rtems/cpukit/Makefile.am @ b2b143f4

4.104.114.84.95
Last change on this file since b2b143f4 was 3d1de20, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/19/04 at 07:29:05

2004-01-19 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Add PREINSTALL_DIRS.
  • Property mode set to 100644
File size: 1.7 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
[b6b3cf5]25
[3d1de20]26PREINSTALL_DIRS =
[6547cf0]27PREINSTALL_FILES =
28
[6041409]29$(PROJECT_INCLUDE)/rtems/$(dirstamp):
[b0805d8]30        @$(mkdir_p) $(PROJECT_INCLUDE)/rtems
[6041409]31        @: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
[3d1de20]32PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
[6547cf0]33
[6041409]34$(PROJECT_INCLUDE)/rtems/bspIo.h: include/rtems/bspIo.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
35        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/bspIo.h
[6547cf0]36PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/bspIo.h
37
[6041409]38$(PROJECT_INCLUDE)/rtems/userenv.h: include/rtems/userenv.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
39        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/userenv.h
[6547cf0]40PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/userenv.h
41
[6041409]42$(PROJECT_INCLUDE)/rtems/fs.h: include/rtems/fs.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
43        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/fs.h
[6547cf0]44PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/fs.h
45
[6041409]46$(PROJECT_INCLUDE)/rtems/stdint.h: include/rtems/stdint.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
47        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/stdint.h
[6547cf0]48PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/stdint.h
49
[5c24afe9]50CLEANFILES += $(PREINSTALL_FILES)
[3d1de20]51DISTCLEANFILES = $(PREINSTALL_DIRS)
[5c24afe9]52
[54d540f]53include $(top_srcdir)/automake/subdirs.am
54include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.