2003-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.am: Fix preinstallation of include/coverhd.h.
This commit is contained in:
Ralf Corsepius
2003-10-23 11:46:49 +00:00
parent 3555235606
commit 7e591039af
4 changed files with 18 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2003-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Fix preinstallation of include/coverhd.h.
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in include/Makefile.am.

View File

@@ -12,6 +12,7 @@ SUBDIRS = . start startup gnatsupp console clock timer erc32sonic wrapup \
include $(top_srcdir)/../../bsp.am
include_HEADERS += include/erc32.h
include_HEADERS += include/coverhd.h
all-local: $(PREINSTALL_FILES)
@@ -21,5 +22,9 @@ $(PROJECT_INCLUDE)/erc32.h: include/erc32.h
$(INSTALL_DATA) $< $@
PREINSTALL_FILES += $(PROJECT_INCLUDE)/erc32.h
$(PROJECT_INCLUDE)/coverhd.h.h: include/coverhd.h.h
$(INSTALL_DATA) $< $@
PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h.h
include $(top_srcdir)/../../../../automake/subdirs.am
include $(top_srcdir)/../../../../automake/local.am

View File

@@ -1,3 +1,7 @@
2003-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Fix preinstallation of include/coverhd.h.
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in include/Makefile.am.

View File

@@ -12,6 +12,7 @@ SUBDIRS = . start startup gnatsupp console clock timer leon_open_eth wrapup \
include $(top_srcdir)/../../bsp.am
include_HEADERS += include/leon.h
include_HEADERS += include/coverhd.h
all-local: $(PREINSTALL_FILES)
@@ -21,5 +22,9 @@ $(PROJECT_INCLUDE)/leon.h: include/leon.h
$(INSTALL_DATA) $< $@
PREINSTALL_FILES += $(PROJECT_INCLUDE)/leon.h
$(PROJECT_INCLUDE)/coverhd.h: include/coverhd.h
$(INSTALL_DATA) $< $@
PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h
include $(top_srcdir)/../../../../automake/subdirs.am
include $(top_srcdir)/../../../../automake/local.am