2002-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* include/Makefile.am: Adapt to automake-1.5.
This commit is contained in:
Joel Sherrill
2002-01-30 14:34:47 +00:00
parent 7a01fba127
commit e70d4e8aa0
2 changed files with 11 additions and 7 deletions

View File

@@ -1,3 +1,7 @@
2002-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Adapt to automake-1.5.
2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu, * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,

View File

@@ -2,9 +2,9 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4 AUTOMAKE_OPTIONS = foreign 1.5
H_FILES = bsp.h coverhd.h i2c.h \ include_HEADERS = bsp.h coverhd.h i2c.h \
i2cdrv.h ds1307.h nvram.h \ i2cdrv.h ds1307.h nvram.h \
tod.h bspopts.h tod.h bspopts.h
@@ -14,13 +14,13 @@ $(PROJECT_INCLUDE):
$(PROJECT_INCLUDE)/%.h: %.h $(PROJECT_INCLUDE)/%.h: %.h
$(INSTALL_DATA) $< $@ $(INSTALL_DATA) $< $@
$(PROJECT_INCLUDE)/tod.h: $(top_srcdir)/../../shared/tod.h tod.h: $(top_srcdir)/../../shared/tod.h
$(INSTALL_DATA) $< $@ cp $< $@
CLEANFILES = tod.h
PREINSTALL_FILES += $(PROJECT_INCLUDE) $(H_FILES:%.h=$(PROJECT_INCLUDE)/%.h) PREINSTALL_FILES = $(PROJECT_INCLUDE) \
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
all-local: $(PREINSTALL_FILES) all-local: $(PREINSTALL_FILES)
EXTRA_DIST = $(H_FILES)
include $(top_srcdir)/../../../../../../automake/local.am include $(top_srcdir)/../../../../../../automake/local.am