summaryrefslogtreecommitdiff
path: root/src/libs/sig/Makefile.am
blob: 7e2537cf0a69fb83afb7d1737f28359167dd4aa5 (plain)
1
2
3
noinst_LIBRARIES = libsig.a
libsig_a_SOURCES = ops_abs.c ops_add.c ops_ceil.c ops_clamp.c ops_const.c ops_div.c ops_expand.c ops_floor.c ops_inv.c ops_lerp.c ops_max.c ops_min.c ops_mult.c ops_neg.c ops_pow.c ops_rand.c ops_round.c ops_scale.c ops_sin.c ops_sub.c sig.c sig.h
libsig_a_CPPFLAGS = -I@top_srcdir@/src
© All Rights Reserved