source: rtems/cpukit/score/cpu/unix/Makefile.am @ e9718415

4.104.114.84.95
Last change on this file since e9718415 was e9718415, checked in by Joel Sherrill <joel.sherrill@…>, on 12/19/01 at 14:36:28

2001-12-19 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Add multilib support.
  • Property mode set to 100644
File size: 715 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
7
8include  $(top_srcdir)/../../../../../../automake/multilib.am
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.