source: rtems/c/src/exec/score/cpu/unix/Makefile.am @ 4e41273

4.104.114.84.95
Last change on this file since 4e41273 was d7118fd, checked in by Joel Sherrill <joel.sherrill@…>, on 09/05/00 at 15:38:09

2000-09-04 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Include compile.am.
  • Property mode set to 100644
File size: 700 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
7
8include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
9include $(top_srcdir)/../../../../../../automake/compile.am
10include $(top_srcdir)/../../../../../../automake/lib.am
11
12SUBDIRS = rtems
13
14AM_CPPFLAGS = -DCPU_SYNC_IO $(LIBC_DEFINES)
15
16C_FILES = cpu.c
17C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
18
19REL = $(ARCH)/rtems-cpu.rel
20
21rtems_cpu_rel_OBJECTS = $(C_O_FILES)
22
23$(REL): $(rtems_cpu_rel_OBJECTS)
24        $(make-rel)
25
26all-local: $(ARCH) $(rtems_cpu_rel_OBJECTS) $(REL)
27
28.PRECIOUS: $(REL)
29
30EXTRA_DIST = cpu.c
31
32include $(top_srcdir)/../../../../../../automake/subdirs.am
33include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.