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
17 AM_CPPFLAGS = -I$(top_srcdir)/utility -I$(top_srcdir)/common
20 if !AI_MOD_STATIC_CLASSIC
21 module_dirs += classic
24 if !AI_MOD_STATIC_THREADED
25 module_dirs += threaded
29 # AI module loading supported, but experimental modules not built
33 SUBDIRS = $(module_dirs)
35 noinst_LTLIBRARIES = libaicommon.la
37 libaicommon_la_SOURCES = \