URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [exec/] [sapi/] [src/] [Makefile.am] - Rev 173
Compare with Previous | Blame | View Log
#### $Id: Makefile.am,v 1.2 2001-09-27 11:59:20 chris Exp $##AUTOMAKE_OPTIONS = foreign 1.4C_FILES = debug.c entrytable.c extension.c fatal.c exinit.c io.c itronapi.c \posixapi.c rtemsapi.cC_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)OBJS = $(C_O_FILES)include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfginclude $(top_srcdir)/../../../automake/lib.am## Add local stuff here using +=#AM_CPPFLAGS += -D__RTEMS_INSIDE__all-local: ${ARCH} ${OBJS}EXTRA_DIST = $(C_FILES)include $(top_srcdir)/../../../automake/local.am
