forked from Imagelibrary/rtems
2005-01-20 Joel Sherrill <joel@OARcorp.com>
PR 743/bsps * clock/Makefile.am: Did not install tod.h.
This commit is contained in:
@@ -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>
|
2004-10-13 Eric Norum <norume@aps.anl.gov>
|
||||||
|
|
||||||
PR 688/bsps
|
PR 688/bsps
|
||||||
|
|||||||
@@ -9,6 +9,21 @@ PGM = $(ARCH)/clock.rel
|
|||||||
C_FILES = ckinit.c todcfg.c tod.c
|
C_FILES = ckinit.c todcfg.c tod.c
|
||||||
clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
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/compile.am
|
||||||
include $(top_srcdir)/../../../../../../automake/lib.am
|
include $(top_srcdir)/../../../../../../automake/lib.am
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user