## Process this file with automake to produce Makefile.in AM_CFLAGS = -Wall \ @OGGZ_CFLAGS@ @THEORA_CFLAGS@ @FISHSOUND_CFLAGS@ @KATE_CFLAGS@ INCLUDES = -I$(top_srcdir)/include OGGPLAYDIR = ../liboggplay OGGPLAY_LIBS = $(OGGPLAYDIR)/liboggplay.la @OGGZ_LIBS@ @THEORA_LIBS@ \ @FISHSOUND_LIBS@ @KATE_LIBS@ @SEMAPHORE_LIBS@ if HAVE_IMLIB2 imlib2_tools = oggplay-dump-first-frame endif # Tools bin_PROGRAMS = oggplay-info $(imlib2_tools) oggplay_info_SOURCES = oggplay-info.c oggplay_info_LDADD = $(OGGPLAY_LIBS) oggplay_dump_first_frame_SOURCES = oggplay-dump-first-frame.c oggplay_dump_first_frame_CFLAGS = $(AM_CFLAGS) @IMLIB2_CFLAGS@ oggplay_dump_first_frame_LDADD = $(OGGPLAY_LIBS) @IMLIB2_LIBS@