URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [include/] [Makefile.am] - Rev 613
Go to most recent revision | Compare with Previous | Blame | View Log
#### $Id: Makefile.am,v 1.2 2001-09-27 11:59:35 chris Exp $##AUTOMAKE_OPTIONS = foreign 1.4H_FILES = chain.h console.h clockdrv.h iosupp.h ringbuf.h spurious.h \timerdrv.h vmeintr.hnoinst_HEADERS = $(H_FILES)PREINSTALL_FILES += $(PROJECT_INCLUDE) \$(noinst_HEADERS:%=$(PROJECT_INCLUDE)/%)$(PROJECT_INCLUDE):@$(mkinstalldirs) $@$(PROJECT_INCLUDE)/%.h: %.h$(INSTALL_DATA) $< $@all-local: $(PREINSTALL_FILES)SUBDIRS = sys motorola ziloginclude $(top_srcdir)/../../../automake/subdirs.aminclude $(top_srcdir)/../../../automake/local.am
Go to most recent revision | Compare with Previous | Blame | View Log
