forked from Imagelibrary/rtems
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use 'PREINSTALL_FILES ='. * Makefile.am: Use 'CLEANFILES ='.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Use 'PREINSTALL_FILES ='.
|
||||||
|
* Makefile.am: Use 'CLEANFILES ='.
|
||||||
|
|
||||||
2001-02-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2001-02-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Apply include_*HEADERS instead of H_FILES.
|
* Makefile.am: Apply include_*HEADERS instead of H_FILES.
|
||||||
|
|||||||
@@ -35,12 +35,12 @@ $(PROJECT_INCLUDE)/libcpu/%.h: %.h
|
|||||||
cache.h: $(top_srcdir)/../shared/include/cache.h
|
cache.h: $(top_srcdir)/../shared/include/cache.h
|
||||||
cp $< $@
|
cp $< $@
|
||||||
|
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu \
|
PREINSTALL_FILES = $(PROJECT_INCLUDE)/libcpu \
|
||||||
$(include_libcpu_HEADERS:%=$(PROJECT_INCLUDE)/libcpu/%)
|
$(include_libcpu_HEADERS:%=$(PROJECT_INCLUDE)/libcpu/%)
|
||||||
|
|
||||||
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS)
|
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS)
|
||||||
|
|
||||||
CLEANFILES += cache.h
|
CLEANFILES = cache.h
|
||||||
|
|
||||||
EXTRA_DIST = cache.c cache_.h cpu.h cpuModel.S cpuModel.h displayCpu.c idt.c \
|
EXTRA_DIST = cache.c cache_.h cpu.h cpuModel.S cpuModel.h displayCpu.c idt.c \
|
||||||
idtr.S page.c registers.h
|
idtr.S page.c registers.h
|
||||||
|
|||||||
Reference in New Issue
Block a user