2005-09-01 Joel Sherrill <joel@OARcorp.com>

* clock/Makefile.am, include/Makefile.am: Install tod.h
This commit is contained in:
Joel Sherrill
2005-09-01 13:20:47 +00:00
parent 82973a283f
commit cc2efb6012
3 changed files with 10 additions and 17 deletions

View File

@@ -1,3 +1,7 @@
2005-09-01 Joel Sherrill <joel@OARcorp.com>
* clock/Makefile.am, include/Makefile.am: Install tod.h
2005-01-20 Joel Sherrill <joel@OARcorp.com>
PR 743/bsps

View File

@@ -9,21 +9,6 @@ PGM = $(ARCH)/clock.rel
C_FILES = ckinit.c todcfg.c tod.c
clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
include_HEADERS = tod.h
tod.h: $(top_srcdir)/../../shared/tod.h
cp $< $@
CLEANFILES = tod
$(PROJECT_INCLUDE):
$(mkinstalldirs) $@
$(PROJECT_INCLUDE)/%.h: %.h
$(INSTALL_DATA) $< $@
PREINSTALL_FILES = $(PROJECT_INCLUDE) \
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
include $(top_srcdir)/../../../../../../automake/compile.am
include $(top_srcdir)/../../../../../../automake/lib.am

View File

@@ -9,11 +9,15 @@ if HAS_NETWORKING
WD80X3 = wd80x3.h
endif
include_HEADERS = bsp.h crt.h coverhd.h $(WD80X3) bspopts.h
include_HEADERS = bsp.h crt.h coverhd.h tod.h $(WD80X3) bspopts.h
coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
cp $< $@
CLEANFILES = coverhd.h
tod.h: $(top_srcdir)/../../shared/tod.h
cp $< $@
CLEANFILES = coverhd.h tod.h
$(PROJECT_INCLUDE):
$(mkinstalldirs) $@