Changeset 9909f34c in rtems


Ignore:
Timestamp:
06/18/02 12:36:40 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
4e987e77
Parents:
75fb648b
Message:

2002-06-18 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Merge-in include/Makefile.am.
  • include/Makefile.am: Remove.
  • configure.ac: Reflect changes above.
Files:
1 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/libblock/ChangeLog

    r75fb648b r9909f34c  
     12002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Merge-in include/Makefile.am.
     4        * include/Makefile.am: Remove.
     5        * configure.ac: Reflect changes above.
     6
    172002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    28
  • c/src/exec/libblock/Makefile.am

    r75fb648b r9909f34c  
    55ACLOCAL_AMFLAGS = -I ../aclocal
    66
    7 SUBDIRS = include src
     7SUBDIRS = src
     8
     9include_rtemsdir = $(includedir)/rtems
     10
     11$(PROJECT_INCLUDE)/%.h: include/%.h
     12        $(INSTALL_DATA) $< $@
     13
     14$(PROJECT_INCLUDE)/rtems:
     15        @$(mkinstalldirs) $@
     16
     17include_rtems_HEADERS = \
     18    include/rtems/bdbuf.h  include/rtems/blkdev.h \
     19    include/rtems/diskdevs.h  include/rtems/ramdisk.h
     20
     21PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
     22    $(include_rtems_HEADERS:include/%=$(PROJECT_INCLUDE)/%)
     23
     24all-local: $(PREINSTALL_FILES)
     25
    826
    927EXTRA_DIST = README
  • c/src/exec/libblock/configure.ac

    r75fb648b r9909f34c  
    2525# Explicitly list all Makefiles here
    2626AC_CONFIG_FILES([Makefile
    27 include/Makefile
    2827src/Makefile
    2928])
  • cpukit/libblock/ChangeLog

    r75fb648b r9909f34c  
     12002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Merge-in include/Makefile.am.
     4        * include/Makefile.am: Remove.
     5        * configure.ac: Reflect changes above.
     6
    172002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    28
  • cpukit/libblock/Makefile.am

    r75fb648b r9909f34c  
    55ACLOCAL_AMFLAGS = -I ../aclocal
    66
    7 SUBDIRS = include src
     7SUBDIRS = src
     8
     9include_rtemsdir = $(includedir)/rtems
     10
     11$(PROJECT_INCLUDE)/%.h: include/%.h
     12        $(INSTALL_DATA) $< $@
     13
     14$(PROJECT_INCLUDE)/rtems:
     15        @$(mkinstalldirs) $@
     16
     17include_rtems_HEADERS = \
     18    include/rtems/bdbuf.h  include/rtems/blkdev.h \
     19    include/rtems/diskdevs.h  include/rtems/ramdisk.h
     20
     21PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
     22    $(include_rtems_HEADERS:include/%=$(PROJECT_INCLUDE)/%)
     23
     24all-local: $(PREINSTALL_FILES)
     25
    826
    927EXTRA_DIST = README
  • cpukit/libblock/configure.ac

    r75fb648b r9909f34c  
    2525# Explicitly list all Makefiles here
    2626AC_CONFIG_FILES([Makefile
    27 include/Makefile
    2827src/Makefile
    2928])
Note: See TracChangeset for help on using the changeset viewer.