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/] [tests/] [libtests/] [malloctest/] [Makefile.am] - Rev 247
Go to most recent revision | Compare with Previous | Blame | View Log
#### $Id: Makefile.am,v 1.2 2001-09-27 12:02:12 chris Exp $##AUTOMAKE_OPTIONS = foreign 1.4TEST = malloctestMANAGERS = ioC_FILES = init.c task1.cC_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)H_FILES = system.hnoinst_HEADERS = $(H_FILES)DOCTYPES = scnDOCS = $(DOCTYPES:%=$(TEST).%)SRCS = $(DOCS) $(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES)OBJS = $(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)PRINT_SRCS = $(DOCS)PGM = ${ARCH}/$(TEST).exeinclude $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfginclude $(RTEMS_ROOT)/make/leaf.cfginclude $(top_srcdir)/libtests.am## (OPTIONAL) Add local stuff here using +=#${PGM}: $(OBJS) $(LINK_FILES)$(make-exe)all-local: $(ARCH) $(TMPINSTALL_FILES)EXTRA_DIST = $(C_FILES) $(DOCS)include $(top_srcdir)/../../../../automake/local.am
Go to most recent revision | Compare with Previous | Blame | View Log
