forked from Imagelibrary/rtems
2002-07-24 Joel Sherrill <joel@OARcorp.com>
* vectors/Makefile.am: Install bsp/vectors.h.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2002-07-24 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* vectors/Makefile.am: Install bsp/vectors.h.
|
||||
|
||||
2002-07-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* include/Makefile.am: Fix preinstallation.
|
||||
|
||||
@@ -26,14 +26,20 @@ include $(top_srcdir)/../../../../../../automake/lib.am
|
||||
$(PGM): $(OBJS)
|
||||
$(make-rel)
|
||||
|
||||
include_bspdir = $(includedir)/bsp
|
||||
include_bsp_HEADERS = ../../shared/vectors/vectors.h
|
||||
|
||||
$(PROJECT_INCLUDE)/bsp:
|
||||
$(mkinstalldirs) $@
|
||||
|
||||
$(PROJECT_INCLUDE)/bsp/vectors.h: ../../shared/vectors/vectors.h
|
||||
$(INSTALL_DATA) $< $@
|
||||
|
||||
PREINSTALL_FILES = $(PROJECT_INCLUDE)/bsp $(PROJECT_INCLUDE)/bsp/vectors.h
|
||||
TMPINSTALL_FILES += $(PROJECT_INCLUDE)
|
||||
TMPINSTALL_FILES += $(PROJECT_INCLUDE)/bsp
|
||||
TMPINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/vectors.h
|
||||
|
||||
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS)
|
||||
all-local: $(ARCH) $(TMPINSTALL_FILES) $(OBJS)
|
||||
|
||||
include $(top_srcdir)/../../../../../../automake/force-preinstall.am
|
||||
include $(top_srcdir)/../../../../../../automake/local.am
|
||||
|
||||
Reference in New Issue
Block a user