1 ## Process this file with automake to produce Makefile.in
2 ## ##################################################
4 SUBDIRS = base parser capability solver source detail
6 ## ##################################################
8 include_HEADERS = NeedAType.h \
26 ## ##################################################
28 lib_LTLIBRARIES = lib@PACKAGE@.la
30 ## ##################################################
32 lib@PACKAGE@_la_SOURCES = \
50 lib@PACKAGE@_la_LDFLAGS = @LIB_VERSION_INFO@
52 lib@PACKAGE@_la_LIBADD = base/lib@PACKAGE@_base.la \
53 detail/lib@PACKAGE@_detail.la \
54 capability/lib@PACKAGE@_capability.la \
55 solver/lib@PACKAGE@_solver.la \
56 parser/lib@PACKAGE@_parser.la \
57 source/lib@PACKAGE@_source.la
59 ## ##################################################