forked from Imagelibrary/rtems
2002-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Adapt to automake-1.5.
This commit is contained in:
@@ -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>
|
||||
|
||||
* bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
## $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 \
|
||||
tod.h bspopts.h
|
||||
|
||||
@@ -14,13 +14,13 @@ $(PROJECT_INCLUDE):
|
||||
$(PROJECT_INCLUDE)/%.h: %.h
|
||||
$(INSTALL_DATA) $< $@
|
||||
|
||||
$(PROJECT_INCLUDE)/tod.h: $(top_srcdir)/../../shared/tod.h
|
||||
$(INSTALL_DATA) $< $@
|
||||
tod.h: $(top_srcdir)/../../shared/tod.h
|
||||
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)
|
||||
|
||||
EXTRA_DIST = $(H_FILES)
|
||||
|
||||
include $(top_srcdir)/../../../../../../automake/local.am
|
||||
|
||||
Reference in New Issue
Block a user