7f SUBDIRS = lib bin_PROGRAMS = towave towave_SOURCES = towave.c INCLUDES = -I$(srcdir)/lib LDADD = -L./lib -lxingmp3 -lm . 0