forked from Imagelibrary/rtems
2001-03-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Apply include_*HEADERS instead of H_FILES.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2001-03-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* m68040/fpsp/Makefile.am, shared/cache/Makefile.am:
|
||||
Apply include_*HEADERS instead of H_FILES.
|
||||
|
||||
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
||||
|
||||
@@ -13,7 +13,7 @@ include $(top_srcdir)/../../../../../automake/lib.am
|
||||
C_FILES = rtems_fpsp.c
|
||||
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
|
||||
|
||||
H_FILES = fpsp.defs
|
||||
noinst_HEADERS = fpsp.defs
|
||||
|
||||
S_FILES = bindec.S binstr.S bugfix.S decbin.S do_func.S gen_except.S \
|
||||
get_op.S kernel_ex.S res_func.S round.S rtems_skel.S sacos.S sasin.S \
|
||||
|
||||
14
c/src/lib/libcpu/m68k/shared/cache/Makefile.am
vendored
14
c/src/lib/libcpu/m68k/shared/cache/Makefile.am
vendored
@@ -9,8 +9,10 @@ VPATH = @srcdir@:@srcdir@/../../../shared/src
|
||||
C_FILES = cache.c cache_aligned_malloc.c cache_manager.c
|
||||
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
|
||||
|
||||
H_FILES = cache_.h
|
||||
INSTALLED_H_FILES =
|
||||
include_libcpudir = $(includedir)/libcpu
|
||||
|
||||
noinst_HEADERS = cache_.h
|
||||
include_libcpu_HEADERS = cache.h
|
||||
|
||||
OBJS = $(C_O_FILES)
|
||||
|
||||
@@ -26,14 +28,16 @@ $(PROJECT_INCLUDE)/libcpu:
|
||||
$(PROJECT_INCLUDE)/libcpu/%.h: %.h
|
||||
$(INSTALL_DATA) $< $@
|
||||
|
||||
$(PROJECT_INCLUDE)/libcpu/cache.h: $(top_srcdir)/../shared/include/cache.h
|
||||
$(INSTALL_DATA) $< $@
|
||||
cache.h: $(top_srcdir)/../shared/include/cache.h
|
||||
cp $< $@
|
||||
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu \
|
||||
$(PROJECT_INCLUDE)/libcpu/cache.h
|
||||
$(include_libcpu_HEADERS:%=$(PROJECT_INCLUDE)/libcpu/%)
|
||||
|
||||
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS)
|
||||
|
||||
CLEANFILES += cache.h
|
||||
|
||||
EXTRA_DIST = cache.c cache_.h
|
||||
|
||||
include $(top_srcdir)/../../../../../automake/local.am
|
||||
|
||||
Reference in New Issue
Block a user