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

4.104.114.84.95
Last change on this file since a369ade was a369ade, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/07/05 at 06:05:49

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

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