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