##// END OF EJS Templates
Review updata app
Review updata app

File last commit:

r0:b84e1135c2c4
r8:9c1b6919a8a9
Show More
Makefile.am
24 lines | 657 B | text/x-makefile | MakefileLexer
# $Id: Makefile.am 6676 2018-12-12 23:18:48Z brideout $
#
# Makefile.am for madrec library and test programs
#
AM_CFLAGS = -I../include
lib_LTLIBRARIES = libmadrec.la
# ----------------------------------------------------------------------
# Madrec library source files
# ----------------------------------------------------------------------
libmadrec_la_SOURCES = madrec.c cedar.c cedarIO.c date.c geometry.c select.c \
maddata.c madDeriveEngine.c madDeriveMethods.c solpos.c \
madrecF77.c maddataF77.c
# test programs only
check_PROGRAMS = testMadrec
testMadrec_LDADD = -lmadrec -L../../madf/geolib -lgeo $(FLIBS)