URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libcpu/] [powerpc/] [wrapup/] [Makefile.am] - Rev 442
Go to most recent revision | Compare with Previous | Blame | View Log
#### $Id: Makefile.am,v 1.2 2001-09-27 12:01:30 chris Exp $##AUTOMAKE_OPTIONS = foreign 1.4GENERIC_FILES = shared# Use two variables so that I can make two ar command.# So far FAMILY_OBJS is empty and ar dislike it...CPU_SPECIFIC_OBJS = $(wildcard ../$(RTEMS_CPU_MODEL)/*/$(ARCH)/*.o)FAMILY_OBJS = \$(wildcard ../shared/$(ARCH)/*.o ../shared/*/$(ARCH)/*.o ../mpc6xx/*/$(ARCH)/*.o)LIB = $(ARCH)/libcpu.ainclude $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfginclude $(top_srcdir)/../../../../../automake/lib.am## (OPTIONAL) Add local stuff here using +=#libcpu_a_OBJECTS = $(CPU_SPECIFIC_OBJS) $(FAMILY_OBJS)$(LIB): $(libcpu_a_OBJECTS)${make-library}$(PROJECT_RELEASE)/lib/libcpu$(LIB_VARIANT).a: $(LIB)$(INSTALL_DATA) $< $@TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libcpu$(LIB_VARIANT).aall-local: ${ARCH} $(LIB) $(TMPINSTALL_FILES)include $(top_srcdir)/../../../../../automake/local.am
Go to most recent revision | Compare with Previous | Blame | View Log
