Makefile.am
24 lines
| 657 B
| text/x-makefile
|
MakefileLexer
r0 | # $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) | ||||