2002-07-24 Joel Sherrill <joel@OARcorp.com>

* vectors/Makefile.am: Install bsp/vectors.h.
This commit is contained in:
Joel Sherrill
2002-07-25 00:05:26 +00:00
parent 7660fe6bc2
commit 7e111950ce
2 changed files with 12 additions and 2 deletions

View File

@@ -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> 2002-07-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Fix preinstallation. * include/Makefile.am: Fix preinstallation.

View File

@@ -26,14 +26,20 @@ include $(top_srcdir)/../../../../../../automake/lib.am
$(PGM): $(OBJS) $(PGM): $(OBJS)
$(make-rel) $(make-rel)
include_bspdir = $(includedir)/bsp
include_bsp_HEADERS = ../../shared/vectors/vectors.h
$(PROJECT_INCLUDE)/bsp: $(PROJECT_INCLUDE)/bsp:
$(mkinstalldirs) $@ $(mkinstalldirs) $@
$(PROJECT_INCLUDE)/bsp/vectors.h: ../../shared/vectors/vectors.h $(PROJECT_INCLUDE)/bsp/vectors.h: ../../shared/vectors/vectors.h
$(INSTALL_DATA) $< $@ $(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 include $(top_srcdir)/../../../../../../automake/local.am