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

4.104.114.84.95
Last change on this file since d7118fd 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
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
14AM_CPPFLAGS = -DCPU_SYNC_IO $(LIBC_DEFINES)
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.