URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [i386/] [pc386/] [include/] [Makefile.am] - Rev 1765
Compare with Previous | Blame | View Log
#### Makefile.am,v 1.6 2002/03/28 00:39:19 joel Exp### This driver needs to be reworked for the BSD stack.# We only install wd80x3.h if HAS_NETWORKING was definedif HAS_NETWORKINGWD80X3 = wd80x3.hendifinclude_HEADERS = bsp.h crt.h coverhd.h $(WD80X3) bspopts.hcoverhd.h: $(top_srcdir)/../../shared/include/coverhd.hcp $< $@CLEANFILES = coverhd.h$(PROJECT_INCLUDE):$(mkinstalldirs) $@$(PROJECT_INCLUDE)/%.h: %.h$(INSTALL_DATA) $< $@PREINSTALL_FILES = $(PROJECT_INCLUDE) \$(include_HEADERS:%=$(PROJECT_INCLUDE)/%)all-local: $(PREINSTALL_FILES)EXTRA_DIST = wd80x3.hinclude $(top_srcdir)/../../../../../../automake/local.am
