source: rtems/c/src/exec/score/cpu/unix/Makefile.am @ 9d4dacc

4.104.114.84.95
Last change on this file since 9d4dacc was 9d4dacc, checked in by Joel Sherrill <joel.sherrill@…>, on 09/12/00 at 12:51:20

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

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