1 ## Process this file with automake to produce Makefile.in
5 if AI_MOD_DEFAULT_NEEDED
9 if AI_MOD_STATIC_CLASSIC
10 module_dirs += classic
13 if AI_MOD_STATIC_THREADED
14 module_dirs += threaded
25 AM_CPPFLAGS = -I$(top_srcdir)/utility -I$(top_srcdir)/common \
26 -I$(top_srcdir)/common/networking \
27 -I$(top_srcdir)/dependencies/tinycthread
30 if !AI_MOD_STATIC_CLASSIC
31 module_dirs += classic
34 if !AI_MOD_STATIC_THREADED
35 module_dirs += threaded
40 if !AI_MOD_STATIC_STUB
44 # AI module loading supported, but experimental modules not built
48 SUBDIRS = $(module_dirs)
50 noinst_LTLIBRARIES = libaicommon.la
52 libaicommon_la_SOURCES = \