[base] Add base 'fact'
[abstract.git] / base / Makefile.am
blob7b8c6306d02dcffe165afab0ebcf0328d9e93014
1 ## Makefile.am -- Process this file with automake to produce Makefile.in
2 ## Copyright (C) 2006 Sergey Yanovich
3 ##
4 ## This program is free software; you can redistribute it and/or modify
5 ## it under the terms of the GNU General Public License as published by
6 ## the Free Software Foundation; either version 2, or (at your option)
7 ## any later version.
8 ##
9 ## This program is distributed in the hope that it will be useful,
10 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
11 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 ## GNU General Public License for more details.
14 ## You should have received a copy of the GNU General Public License
15 ## along with this program; if not, write to the Free Software
16 ## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18 include $(top_srcdir)/config/config.mk
20 MODULE_CPPSRC = \
21                 aaObject.cpp \
22                 aaEntity.cpp \
23                 aaFlow.cpp \
24                 aaAction.cpp \
25                 aaFact.cpp
27 if AA_ENABLE_TESTS
28 UNIT_TEST = libaabase_t.la
29 libaabase_t_la_SOURCES = \
30                          $(MODULE_CPPSRC) \
31                          aaBaseTest.cpp
33 libaabase_t_la_LIBADD = -lxpcom -lxpcomglue_s
34 endif
36 component_LTLIBRARIES = $(UNIT_TEST) libaabase.la
37 libaabase_la_SOURCES = \
38                        $(MODULE_CPPSRC) \
39                        aaBaseModule.cpp
41 libaabase_la_LIBADD = -lxpcom -lxpcomglue_s