source: rtems/c/src/exec/score/cpu/unix/Makefile.am @ 6f921ba

Last change on this file since 6f921ba was 6f921ba, checked in by Joel Sherrill <joel.sherrill@…>, on 03/21/00 at 17:57:21

Ran ampolish after getting new version from Ralf Corsepius
<corsepiu@…>.

  • Property mode set to 100644
File size: 634 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/lib.am
10
11SUBDIRS = rtems
12
13AM_CPPFLAGS = -DCPU_SYNC_IO $(LIBC_DEFINES)
14
15C_FILES = cpu.c
16C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
17
18REL = $(ARCH)/rtems-cpu.rel
19
20rtems_cpu_rel_OBJECTS = $(C_O_FILES)
21
22$(REL): $(rtems_cpu_rel_OBJECTS)
23        $(make-rel)
24
25all: $(ARCH) $(rtems_cpu_rel_OBJECTS) $(REL)
26
27.PRECIOUS: $(REL)
28
29EXTRA_DIST = cpu.c
30
31include $(top_srcdir)/../../../../../../automake/subdirs.am
32include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.