## Process this file with automake to produce Makefile.in SUBDIRS = effect INCLUDES = \ -DPACKAGE_DATA_DIR=\""$(datadir)"\" \ -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ -I$(top_srcdir)/src/effect \ @PACKAGE_CFLAGS@ bin_PROGRAMS = liteamp liteamp_SOURCES = \ main.c \ liteamp.c liteamp.h \ uiinfo.c uiinfo.h \ sidebar.c sidebar.h \ sidebar-item.c sidebar-item.h \ playlist.c playlist.h \ dnd.c dnd.h \ about.c about.h \ prefs.c prefs.h \ callbacks.c callbacks.h \ playback.c playback.h \ decoder.c decoder.h \ mad-decoder.c mad-decoder.h \ ogg-decoder.c ogg-decoder.h \ input.c input.h \ mixer.c mixer.h \ tag.c tag.h \ util.c util.h liteamp_LDADD = @PACKAGE_LIBS@ @MAD_LIBS@ @ID3TAG_LIBS@ @VORBIS_LIBS@ @AO_LIBS@ \ $(top_builddir)/src/effect/libeffect.a