forked from Imagelibrary/rtems
2005-09-01 Joel Sherrill <joel@OARcorp.com>
* clock/Makefile.am, include/Makefile.am: Install tod.h
This commit is contained in:
@@ -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>
|
2005-01-20 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
PR 743/bsps
|
PR 743/bsps
|
||||||
|
|||||||
@@ -9,21 +9,6 @@ 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
|
||||||
|
|
||||||
|
|||||||
@@ -9,11 +9,15 @@ if HAS_NETWORKING
|
|||||||
WD80X3 = wd80x3.h
|
WD80X3 = wd80x3.h
|
||||||
endif
|
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
|
coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
|
||||||
cp $< $@
|
cp $< $@
|
||||||
CLEANFILES = coverhd.h
|
|
||||||
|
tod.h: $(top_srcdir)/../../shared/tod.h
|
||||||
|
cp $< $@
|
||||||
|
|
||||||
|
CLEANFILES = coverhd.h tod.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE):
|
$(PROJECT_INCLUDE):
|
||||||
$(mkinstalldirs) $@
|
$(mkinstalldirs) $@
|
||||||
|
|||||||
Reference in New Issue
Block a user