1 # Convenience library for selection routines - not installed
4 AM_CPPFLAGS= -I$(top_srcdir)/include
6 noinst_LTLIBRARIES = libselection.la
8 libselection_la_SOURCES = \
9 compiler.c evaluate.c evaluate.h keywords.h \
10 params.c parser.c parser.h parsetree.c \
12 scanner.c scanner.h scanner_flex.h scanner_internal.c \
13 scanner_internal.h selcollection.h selhelp.c \
14 selhelp.h selection.c \
15 selelem.c selelem.h selmethod.c selvalue.c \
16 sm_compare.c sm_distance.c sm_insolidangle.c \
17 sm_keywords.c sm_merge.c sm_permute.c sm_position.c \
18 sm_same.c sm_simple.c \
21 LDADD = ../libgmx@LIBSUFFIX@.la ../../mdlib/libmd@LIBSUFFIX@.la
23 EXTRA_PROGRAMS = test_selection
25 CLEANFILES = *.la *~ \\\#*