source: rtems/c/src/lib/libcpu/m68k/shared/misc/Makefile.am @ 39fa3ed

4.104.114.84.95
Last change on this file since 39fa3ed was 39fa3ed, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/15/03 at 18:12:16

2002-01-15 Ralf Corsepius <corsepiu@…>

  • m68040/fpsp/Makefile.am: Don't include @RTEMS_BSP@.cfg. Eliminate *_O_FILES.
  • shared/cache/Makefile.am: Ditto.
  • shared/misc/Makefile.am: Ditto.
  • Property mode set to 100644
File size: 520 bytes
Line 
1##
2## $Id$
3##
4
5
6C_FILES = memcpy.c m68kidle.c
7OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
8
9include $(top_srcdir)/../../../../../automake/compile.am
10include $(top_srcdir)/../../../../../automake/lib.am
11
12# gcc doesn't recognize difference between the cpu32 and cpu32+ so we have to
13if mcpu32p
14M68K_CPPFLAGS = -D__mcpu32p__
15endif
16
17if mcf5272
18M68K_CPPFLAGS = -Dmcf5272
19endif
20
21AM_CPPFLAGS += $(M68K_CPPFLAGS)
22
23all-local: $(ARCH) $(OBJS)
24
25EXTRA_DIST = memcpy.c m68kidle.c
26
27include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.