summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/unix/Makefile.am
blob: d55b67a02c61ac4df9066470da862987656eb77a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
## 
## $Id$
## 

AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal

include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../../automake/lib.am

SUBDIRS = rtems

AM_CPPFLAGS = -DCPU_SYNC_IO $(LIBC_DEFINES)

# C source names, if any, go here -- minus the .c
C_FILES = cpu.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)

REL = $(ARCH)/rtems-cpu.rel

$(REL): $(C_O_FILES)
	$(make-rel)

all-local: $(ARCH) $(REL) $(TMPINSTALL_FILES)

EXTRA_DIST = \
cpu.c

include $(top_srcdir)/../../../../../../automake/subdirs.am
include $(top_srcdir)/../../../../../../automake/local.am