forked from Imagelibrary/rtems
2003-10-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* vectors/Makefile.am: Fix header installation.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2003-10-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* vectors/Makefile.am: Fix header installation.
|
||||||
|
|
||||||
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Merge-in include/Makefile.am.
|
* Makefile.am: Merge-in include/Makefile.am.
|
||||||
|
|||||||
@@ -2,14 +2,11 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|
||||||
VPATH = @srcdir@:@srcdir@/../console:@srcdir@/../../shared/vectors
|
VPATH = @srcdir@:@srcdir@/../console:@srcdir@/../../shared/vectors
|
||||||
|
|
||||||
C_FILES = vectors_init.c
|
C_FILES = vectors_init.c
|
||||||
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||||
|
|
||||||
H_FILES = ../../shared/vectors/vectors.h
|
|
||||||
|
|
||||||
S_FILES = vectors.S
|
S_FILES = vectors.S
|
||||||
S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
|
S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
|
||||||
|
|
||||||
@@ -26,19 +23,18 @@ $(PGM): $(OBJS)
|
|||||||
$(make-rel)
|
$(make-rel)
|
||||||
|
|
||||||
include_bspdir = $(includedir)/bsp
|
include_bspdir = $(includedir)/bsp
|
||||||
include_bsp_HEADERS = ../../shared/vectors/vectors.h
|
include_bsp_HEADERS = $(top_srcdir)/../shared/vectors/vectors.h
|
||||||
|
|
||||||
|
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS)
|
||||||
|
|
||||||
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/bsp:
|
$(PROJECT_INCLUDE)/bsp:
|
||||||
$(mkinstalldirs) $@
|
@$(mkinstalldirs) $(PROJECT_INCLUDE)/bsp
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/bsp/vectors.h: ../../shared/vectors/vectors.h
|
$(PROJECT_INCLUDE)/bsp/vectors.h: $(top_srcdir)/../shared/vectors/vectors.h
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/vectors.h
|
||||||
|
|
||||||
TMPINSTALL_FILES += $(PROJECT_INCLUDE)
|
|
||||||
TMPINSTALL_FILES += $(PROJECT_INCLUDE)/bsp
|
|
||||||
TMPINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/vectors.h
|
|
||||||
|
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user