2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.am: Use 'PREINSTALL_FILES ='.
	* Makefile.am: Use 'CLEANFILES ='.
This commit is contained in:
Joel Sherrill
2001-09-27 19:44:39 +00:00
parent ae74a16a71
commit 232be6b1c2
2 changed files with 7 additions and 2 deletions

View File

@@ -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>
* Makefile.am: Apply include_*HEADERS instead of H_FILES.

View File

@@ -35,12 +35,12 @@ $(PROJECT_INCLUDE)/libcpu/%.h: %.h
cache.h: $(top_srcdir)/../shared/include/cache.h
cp $< $@
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu \
PREINSTALL_FILES = $(PROJECT_INCLUDE)/libcpu \
$(include_libcpu_HEADERS:%=$(PROJECT_INCLUDE)/libcpu/%)
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 \
idtr.S page.c registers.h