URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [exec/] [posix/] [optman/] [Makefile.am] - Rev 619
Go to most recent revision | Compare with Previous | Blame | View Log
#### $Id: Makefile.am,v 1.2 2001-09-27 11:59:17 chris Exp $##AUTOMAKE_OPTIONS = foreign 1.4C_FILES =C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)PGMS = $(C_FILES:%.c=$(ARCH)/%.rel)include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfginclude $(top_srcdir)/../../../../automake/lib.amTMPINSTALL_FILES += \$(C_FILES:%.c=$(PROJECT_RELEASE)/lib/%$(LIB_VARIANT).rel)$(PROJECT_RELEASE)/lib/%$(LIB_VARIANT).rel: $(ARCH)/%.rel$(INSTALL_DATA) $< $@## (OPTIONAL) Add local stuff here using +=#ASM4FLAGS += -I$(PROJECT_INCLUDE)/rtemsall-local: ${ARCH} $(PGMS) $(TMPINSTALL_FILES).PRECIOUS: $(PGMS)EXTRA_DIST = $(C_FILES)include $(top_srcdir)/../../../../automake/local.am
Go to most recent revision | Compare with Previous | Blame | View Log
