AUTOMAKE_OPTIONS = foreign 1.7
-SUBDIRS = doc include m4 man src test build obj
+SUBDIRS = doc include m4 man src examples test build obj
DISTCLEANFILES = libtool-disable-static
doc_DATA = \
changelog.html \
comparison.html \
+ comparison__chopin_prelude_24.html \
+ comparison__dream_theater_600.html \
+ comparison__eddie_warner_titus.html \
+ comparison__fanfare_de_l_eventail_de_jeanne.html \
+ comparison__gloria_estefan_conga.html \
+ comparison__hand_in_my_pocket.html \
+ comparison__l_sub_raga_sivapriya.html \
+ comparison__laetatus_sum.html \
+ comparison__mummified_in_barbed_wire.html \
+ comparison__prokofiev_pcon3_3.html \
+ comparison__ravel_sq4_4.html \
+ comparison__scarlatti_k42.html \
+ comparison__tool_forty_six_and_2.html \
+ comparison__white_room.html \
+ comparison_all_cpudectime.html \
+ comparison_all_cpuenctime.html \
+ comparison_all_procdectime.html \
+ comparison_all_procenctime.html \
+ comparison_all_ratio.html \
developers.html \
documentation.html \
documentation_bugs.html \
+ documentation_example_code.html \
documentation_format_overview.html \
documentation_tasks.html \
documentation_tools.html \
noinst_PROGRAMS = example_cpp_decode_file
example_cpp_decode_file_LDADD = \
+ $(top_builddir)/src/libFLAC++/libFLAC++.la \
+ $(top_builddir)/src/libFLAC/libFLAC.la \
@OGG_LIBS@ \
@MINGW_WINSOCK_LIBS@ \
-lm
-example_cpp_decode_file_SOURCES = main.c
+example_cpp_decode_file_SOURCES = main.cpp
noinst_PROGRAMS = example_cpp_encode_file
example_cpp_encode_file_LDADD = \
+ $(top_builddir)/src/libFLAC++/libFLAC++.la \
+ $(top_builddir)/src/libFLAC/libFLAC.la \
@OGG_LIBS@ \
@MINGW_WINSOCK_LIBS@ \
-lm
-example_cpp_encode_file_SOURCES = main.c
+example_cpp_encode_file_SOURCES = main.cpp