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

* include/Makefile.am: Use 'CLEANFILES ='.
	* include/Makefile.am: Use 'TMPINSTALL_FILES ='.
	* include/Makefile.am: fix path to shared/include/coverhd.h.
This commit is contained in:
Joel Sherrill
2001-09-24 18:35:48 +00:00
parent af447ea2ce
commit 96330198b6
2 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
2001-09-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Use 'CLEANFILES ='.
* include/Makefile.am: Use 'TMPINSTALL_FILES ='.
* include/Makefile.am: fix path to shared/include/coverhd.h.
2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/bsp.h: Include bspopts.h.

View File

@@ -12,11 +12,11 @@ $(PROJECT_INCLUDE):
$(PROJECT_INCLUDE)/%.h: %.h
$(INSTALL_DATA) $< $@
coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
coverhd.h: $(top_srcdir)/../shared/include/coverhd.h
$(INSTALL_DATA) $< $@
CLEANFILES += coverhd.h
CLEANFILES = coverhd.h
TMPINSTALL_FILES += $(PROJECT_INCLUDE) \
TMPINSTALL_FILES = $(PROJECT_INCLUDE) \
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
all-local: $(TMPINSTALL_FILES)