3 INCLUDE
= -I..
-I.
/include/
4 LIBS
= -lspeexdsp
-lasound
-lcelt0
-lm
-lreadline
-lpthread
6 CFLAGS
+= -DPROGNAME_STRING
="\"transsip\"" -DVERSION_STRING
="\"0.5.0\""
26 @cd ..
&& cat ..
/VERSION | xargs .
/gen_build_info.pl
28 build
: $(lib-objs
) $(core-objs
)
29 @
$(LD
) $(target
) $(core-objs
) $(lib-objs
) $(LIBS
)
33 @
$(CC
) $(CFLAGS
) $(INCLUDE
) $<
36 @
rm *.o
$(target
) || true