forked from Imagelibrary/rtems
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Eliminate LIBNAME. Cosmetical cleanups.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Eliminate LIBNAME. Cosmetical cleanups.
|
||||||
|
|
||||||
2002-07-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-07-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.ac: RTEMS_TOP(../..).
|
* configure.ac: RTEMS_TOP(../..).
|
||||||
|
|||||||
@@ -15,15 +15,14 @@ $(PROJECT_INCLUDE)/rtems:
|
|||||||
@$(mkinstalldirs) $@
|
@$(mkinstalldirs) $@
|
||||||
|
|
||||||
include_rtems_HEADERS = \
|
include_rtems_HEADERS = \
|
||||||
include/rtems/bdbuf.h include/rtems/blkdev.h \
|
include/rtems/bdbuf.h include/rtems/blkdev.h \
|
||||||
include/rtems/diskdevs.h include/rtems/ramdisk.h
|
include/rtems/diskdevs.h include/rtems/ramdisk.h
|
||||||
|
|
||||||
PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
|
PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
|
||||||
$(include_rtems_HEADERS:include/%=$(PROJECT_INCLUDE)/%)
|
$(include_rtems_HEADERS:include/%=$(PROJECT_INCLUDE)/%)
|
||||||
|
|
||||||
all-local: $(PREINSTALL_FILES)
|
all-local: $(PREINSTALL_FILES)
|
||||||
|
|
||||||
|
|
||||||
EXTRA_DIST = README
|
EXTRA_DIST = README
|
||||||
|
|
||||||
include $(top_srcdir)/../automake/subdirs.am
|
include $(top_srcdir)/../automake/subdirs.am
|
||||||
|
|||||||
Reference in New Issue
Block a user