source: rtems/cpukit/libblock/Makefile.am @ 35afb17

4.104.114.84.95
Last change on this file since 35afb17 was 35afb17, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/09/04 at 02:22:39

2004-04-09 Ralf Corsepius <ralf_corsepius@…>

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