source: rtems/cpukit/libblock/Makefile.am @ ce92867b

4.104.114.84.95
Last change on this file since ce92867b was 05b37c50, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/28/05 at 02:32:38

2005-01-28 Ralf Corsepius <ralf.corsepius@…>

  • itron/Makefile.am, libblock/Makefile.am, libcsupport/Makefile.am, libfs/Makefile.am, libmisc/Makefile.am, posix/Makefile.am, rtems/Makefile.am, sapi/Makefile.am: Remove AM_CPPFLAGS += -I$(top_builddir).
  • Property mode set to 100644
File size: 1.9 KB
RevLine 
[e51bd96]1##
2## $Id$
3##
4
[f3f0c916]5include $(top_srcdir)/automake/multilib.am
[6ac4e84f]6include $(top_srcdir)/automake/compile.am
7
[bceb652f]8CLEANFILES =
9
10if !UNIX
[9909f34c]11include_rtemsdir = $(includedir)/rtems
12
[846a4af]13noinst_LIBRARIES = libblock.a
[a369ade]14libblock_a_CPPFLAGS = $(AM_CPPFLAGS)
[6ac4e84f]15
[f2954e0c]16include_rtems_HEADERS = include/rtems/bdbuf.h include/rtems/blkdev.h \
[dbe06865]17    include/rtems/diskdevs.h include/rtems/ramdisk.h \
18    include/rtems/ide_part_table.h
[9909f34c]19
[6ac4e84f]20libblock_a_SOURCES = src/bdbuf.c src/blkdev.c src/diskdevs.c src/ramdisk.c \
[f2954e0c]21    src/ide_part_table.c
[dbe06865]22
[846a4af]23all-local: $(PREINSTALL_FILES)
[bceb652f]24endif
[e51bd96]25
[3d1de20]26PREINSTALL_DIRS =
[f2954e0c]27PREINSTALL_FILES =
28
[bceb652f]29if !UNIX
[9e7e53bf]30$(PROJECT_INCLUDE)/rtems/$(dirstamp):
[53a8958]31        @$(mkdir_p) $(PROJECT_INCLUDE)/rtems
[9e7e53bf]32        @: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
[3d1de20]33PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
[f2954e0c]34
[9e7e53bf]35$(PROJECT_INCLUDE)/rtems/bdbuf.h: include/rtems/bdbuf.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
36        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/bdbuf.h
[f2954e0c]37PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/bdbuf.h
38
[9e7e53bf]39$(PROJECT_INCLUDE)/rtems/blkdev.h: include/rtems/blkdev.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
40        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/blkdev.h
[f2954e0c]41PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/blkdev.h
42
[9e7e53bf]43$(PROJECT_INCLUDE)/rtems/diskdevs.h: include/rtems/diskdevs.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
44        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/diskdevs.h
[f2954e0c]45PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/diskdevs.h
46
[9e7e53bf]47$(PROJECT_INCLUDE)/rtems/ramdisk.h: include/rtems/ramdisk.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
48        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/ramdisk.h
[f2954e0c]49PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/ramdisk.h
50
[9e7e53bf]51$(PROJECT_INCLUDE)/rtems/ide_part_table.h: include/rtems/ide_part_table.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
52        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/ide_part_table.h
[f2954e0c]53PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/ide_part_table.h
[bceb652f]54endif
[f2954e0c]55
[8a2c1796]56CLEANFILES += $(PREINSTALL_FILES)
[3d1de20]57DISTCLEANFILES = $(PREINSTALL_DIRS)
[8a2c1796]58
[f3f0c916]59include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.