URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [exec/] [rtems/] [optman/] [Makefile.am] - Rev 173
Compare with Previous | Blame | View Log
#### $Id: Makefile.am,v 1.2 2001-09-27 11:59:19 chris Exp $##AUTOMAKE_OPTIONS = foreign 1.4C_FILES = no-dpmem.c no-event.c no-msg.c no-mp.c no-part.c no-region.c \no-rtmon.c no-sem.c no-signal.c no-timer.cC_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
