summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/m68k/Makefile.am
blob: 7db5310a4b9ae017881d373179eb0fcc5984d657 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
##
## $Id$
##

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

if shared
SHARED_LIB = shared
endif

if m68040
CPU_SUBDIR = m68040
endif

SUBDIRS = $(SHARED_LIB) $(CPU_SUBDIR)

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