rust_ta-lib 0.6.0-rc.1.build.6

TA-Lib - Technical Analysis Library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14

# ta_regrest is used for testing and should
# not be installed.
noinst_PROGRAMS = gen_code

gen_code_SOURCES = gen_code.c

gen_code_CPPFLAGS = -I../../ta_common
gen_code_LDFLAGS = -L../../ta_common -L../../ta_abstract -L../../ta_func
gen_code_LDADD = -lta_common -lta_abstract_gc -lta_func -lm

all-local:
	$(MAKE) $(AM_MAKEFLAGS) gen_code
	cp gen_code ../../../bin