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 \
11 params.c parser.c parser.h parsetree.c \
13 scanner.c scanner.h scanner_flex.h scanner_internal.c \
14 scanner_internal.h selcollection.h selhelp.c \
15 selhelp.h selection.c \
16 selelem.c selelem.h selmethod.c selvalue.c \
17 sm_compare.c sm_distance.c sm_insolidangle.c \
18 sm_keywords.c sm_merge.c sm_permute.c sm_position.c \
19 sm_same.c sm_simple.c \
22 LDADD = ../libgmx@LIBSUFFIX@.la ../../mdlib/libmd@LIBSUFFIX@.la
24 EXTRA_PROGRAMS = test_selection
26 CLEANFILES = *.la *~ \\\#*