summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/m68k/Makefile.am
blob: 8f73274735a90c3000daa6af2348d217bd2f16fd (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)/macros

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