e64e3d13afc97764535f9cd2282b73fa84e23068
[platform/upstream/flac.git] / src / test_streams / Makefile
1 #
2 # GNU makefile
3 #
4
5 PROGRAM_NAME = test_streams
6 INCLUDES     = -I./include -I../../include
7 LIBS         = -lm
8 OBJS = \
9         main.o
10
11 include ../../build/exe.mk
12
13 # DO NOT DELETE THIS LINE -- make depend depends on it.