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

PR 743/bsps
	* clock/Makefile.am: Did not install tod.h.
This commit is contained in:
Joel Sherrill
2005-01-20 16:54:45 +00:00
parent 0a7bcfd60a
commit 44eb0beb20
2 changed files with 20 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2005-01-20 Joel Sherrill <joel@OARcorp.com>
PR 743/bsps
* clock/Makefile.am: Did not install tod.h.
2004-10-13 Eric Norum <norume@aps.anl.gov>
PR 688/bsps

View File

@@ -9,6 +9,21 @@ 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