# Copyright (C) 2007-2008 Equinox Software, Inc. # Kevin Beswick # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. AM_CFLAGS = $(DEF_CFLAGS) -DORSF_LOG_PARAMS AM_LDFLAGS = $(DEF_LDFLAGS) -L@top_builddir@/src/libopensrf DISTCLEANFILES = Makefile.in Makefile noinst_PROGRAMS = timejson lib_LTLIBRARIES = libosrf_cslow.la libosrf_dbmath.la libosrf_math.la libosrf_version.la timejson_SOURCES = timejson.c timejson_LDADD = @top_builddir@/src/libopensrf/libopensrf.la libosrf_cslow_la_SOURCES = osrf_cslow.c libosrf_cslow_la_LDFLAGS = $(AM_LDFLAGS) -module -version-info 2:0:2 libosrf_cslow_la_LIBADD = @top_builddir@/src/libopensrf/libopensrf.la libosrf_dbmath_la_SOURCES = osrf_dbmath.c libosrf_dbmath_la_LDFLAGS = $(AM_LDFLAGS) -module -version-info 2:0:2 libosrf_dbmath_la_LIBADD = @top_builddir@/src/libopensrf/libopensrf.la libosrf_math_la_SOURCES = osrf_math.c libosrf_math_la_LDFLAGS = $(AM_LDFLAGS) -module -version-info 2:0:2 libosrf_math_la_LIBADD = @top_builddir@/src/libopensrf/libopensrf.la libosrf_version_la_SOURCES = osrf_version.c libosrf_version_la_LDFLAGS = $(AM_LDFLAGS) -module -version-info 2:0:2 libosrf_version_la_LIBADD = @top_builddir@/src/libopensrf/libopensrf.la