forked from Imagelibrary/rtems
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:
@@ -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>
|
2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* include/bsp.h: Include bspopts.h.
|
* include/bsp.h: Include bspopts.h.
|
||||||
|
|||||||
@@ -12,11 +12,11 @@ $(PROJECT_INCLUDE):
|
|||||||
$(PROJECT_INCLUDE)/%.h: %.h
|
$(PROJECT_INCLUDE)/%.h: %.h
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
|
coverhd.h: $(top_srcdir)/../shared/include/coverhd.h
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
CLEANFILES += coverhd.h
|
CLEANFILES = coverhd.h
|
||||||
|
|
||||||
TMPINSTALL_FILES += $(PROJECT_INCLUDE) \
|
TMPINSTALL_FILES = $(PROJECT_INCLUDE) \
|
||||||
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
|
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
|
||||||
|
|
||||||
all-local: $(TMPINSTALL_FILES)
|
all-local: $(TMPINSTALL_FILES)
|
||||||
|
|||||||
Reference in New Issue
Block a user