URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libcpu/] [m68k/] [shared/] [misc/] [Makefile.am] - Rev 1782
Compare with Previous | Blame | View Log
#### Makefile.am,v 1.2 2002/08/06 14:20:40 ralf Exp##C_FILES = memcpy.cC_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)OBJS = $(C_O_FILES)include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfginclude $(top_srcdir)/../../../../../automake/compile.aminclude $(top_srcdir)/../../../../../automake/lib.am# gcc doesn't recognize difference between the cpu32 and cpu32+ so we have toif mcpu32pMCPU32P_CPPFLAGS = -D__mcpu32p__endifAM_CPPFLAGS += $(MCPU32P_CPPFLAGS)all-local: $(ARCH) $(OBJS)EXTRA_DIST = memcpy.cinclude $(top_srcdir)/../../../../../automake/local.am
