Makefile.ams: Add MSVS project files to EXTRA_DIST.
Patch-from: lvqcl <lvqcl.mail@gmail.com>
This commit is contained in:
parent
1988855b82
commit
31948291a2
@ -39,6 +39,7 @@ EXTRA_DIST = \
|
||||
COPYING.LGPL \
|
||||
COPYING.Xiph \
|
||||
FLAC.sln \
|
||||
FLAC-vs2010.sln \
|
||||
Makefile.lite \
|
||||
autogen.sh \
|
||||
config.rpath \
|
||||
|
@ -18,7 +18,9 @@
|
||||
|
||||
EXTRA_DIST = \
|
||||
Makefile.lite \
|
||||
example_c_decode_file.vcproj
|
||||
example_c_decode_file.vcproj \
|
||||
example_c_decode_file.vcxproj \
|
||||
example_c_decode_file.vcxproj.filters
|
||||
|
||||
AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include
|
||||
noinst_PROGRAMS = example_c_decode_file
|
||||
|
@ -18,7 +18,9 @@
|
||||
|
||||
EXTRA_DIST = \
|
||||
Makefile.lite \
|
||||
example_c_encode_file.vcproj
|
||||
example_c_encode_file.vcproj \
|
||||
example_c_encode_file.vcxproj \
|
||||
example_c_encode_file.vcxproj.filters
|
||||
|
||||
AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include
|
||||
noinst_PROGRAMS = example_c_encode_file
|
||||
|
@ -18,7 +18,9 @@
|
||||
|
||||
EXTRA_DIST = \
|
||||
Makefile.lite \
|
||||
example_cpp_decode_file.vcproj
|
||||
example_cpp_decode_file.vcproj \
|
||||
example_cpp_decode_file.vcxproj \
|
||||
example_cpp_decode_file.vcxproj.filters
|
||||
|
||||
AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include
|
||||
noinst_PROGRAMS = example_cpp_decode_file
|
||||
|
@ -18,7 +18,9 @@
|
||||
|
||||
EXTRA_DIST = \
|
||||
Makefile.lite \
|
||||
example_cpp_encode_file.vcproj
|
||||
example_cpp_encode_file.vcproj \
|
||||
example_cpp_encode_file.vcxproj \
|
||||
example_cpp_encode_file.vcxproj.filters
|
||||
|
||||
AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include
|
||||
noinst_PROGRAMS = example_cpp_encode_file
|
||||
|
@ -24,8 +24,12 @@ EXTRA_DIST = \
|
||||
Makefile.lite \
|
||||
Makefile.lite.iffscan \
|
||||
flac.vcproj \
|
||||
flac.vcxproj \
|
||||
flac.vcxproj.filters \
|
||||
iffscan.c \
|
||||
iffscan.vcproj
|
||||
iffscan.vcproj \
|
||||
iffscan.vcxproj \
|
||||
iffscan.vcxproj.filters
|
||||
|
||||
flac_SOURCES = \
|
||||
analyze.c \
|
||||
|
@ -41,7 +41,11 @@ EXTRA_DIST = \
|
||||
Makefile.lite \
|
||||
flac++.pc.in \
|
||||
libFLAC++_dynamic.vcproj \
|
||||
libFLAC++_dynamic.vcxproj \
|
||||
libFLAC++_dynamic.vcxproj.filters \
|
||||
libFLAC++_static.vcproj \
|
||||
libFLAC++_static.vcxproj \
|
||||
libFLAC++_static.vcxproj.filters \
|
||||
libFLAC++.m4
|
||||
|
||||
# see 'http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning' for numbering convention
|
||||
|
@ -100,7 +100,11 @@ EXTRA_DIST = \
|
||||
Makefile.lite \
|
||||
flac.pc.in \
|
||||
libFLAC_dynamic.vcproj \
|
||||
libFLAC_dynamic.vcxproj \
|
||||
libFLAC_dynamic.vcxproj.filters \
|
||||
libFLAC_static.vcproj \
|
||||
libFLAC_static.vcxproj \
|
||||
libFLAC_static.vcxproj.filters \
|
||||
libFLAC.m4
|
||||
|
||||
if FLaC__HAS_OGG
|
||||
|
@ -22,7 +22,9 @@ AM_CFLAGS = @OGG_CFLAGS@
|
||||
AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include
|
||||
EXTRA_DIST = \
|
||||
Makefile.lite \
|
||||
metaflac.vcproj
|
||||
metaflac.vcproj \
|
||||
metaflac.vcxproj \
|
||||
metaflac.vcxproj.filters
|
||||
|
||||
metaflac_SOURCES = \
|
||||
main.c \
|
||||
|
@ -37,7 +37,9 @@ libplugin_common_la_SOURCES = \
|
||||
EXTRA_DIST = \
|
||||
Makefile.lite \
|
||||
README \
|
||||
plugin_common_static.vcproj
|
||||
plugin_common_static.vcproj \
|
||||
plugin_common_static.vcxproj \
|
||||
plugin_common_static.vcxproj.filters
|
||||
|
||||
debug:
|
||||
$(MAKE) all CFLAGS="@DEBUG@"
|
||||
|
@ -25,12 +25,20 @@ EXTRA_DIST = \
|
||||
README \
|
||||
getopt/Makefile.lite \
|
||||
getopt/getopt_static.vcproj \
|
||||
getopt/getopt_static.vcxproj \
|
||||
getopt/getopt_static.vcxproj.filters \
|
||||
grabbag/Makefile.lite \
|
||||
grabbag/grabbag_static.vcproj \
|
||||
grabbag/grabbag_static.vcxproj \
|
||||
grabbag/grabbag_static.vcxproj.filters \
|
||||
replaygain_analysis/Makefile.lite \
|
||||
replaygain_analysis/replaygain_analysis_static.vcproj \
|
||||
replaygain_analysis/replaygain_analysis_static.vcxproj \
|
||||
replaygain_analysis/replaygain_analysis_static.vcxproj.filters \
|
||||
replaygain_synthesis/Makefile.lite \
|
||||
replaygain_synthesis/replaygain_synthesis_static.vcproj \
|
||||
replaygain_synthesis/replaygain_synthesis_static.vcxproj \
|
||||
replaygain_synthesis/replaygain_synthesis_static.vcxproj.filters \
|
||||
utf8/Makefile.lite \
|
||||
utf8/charmaps.h \
|
||||
utf8/makemap.c \
|
||||
@ -38,7 +46,11 @@ EXTRA_DIST = \
|
||||
utf8/charsetmap.h \
|
||||
utf8/iconvert.h \
|
||||
utf8/utf8_static.vcproj \
|
||||
win_utf8_io/win_utf8_io_static.vcproj
|
||||
utf8/utf8_static.vcxproj \
|
||||
utf8/utf8_static.vcxproj.filters \
|
||||
win_utf8_io/win_utf8_io_static.vcproj \
|
||||
win_utf8_io/win_utf8_io_static.vcxproj \
|
||||
win_utf8_io/win_utf8_io_static.vcxproj.filters
|
||||
|
||||
|
||||
noinst_LTLIBRARIES = \
|
||||
|
@ -28,7 +28,9 @@ EXTRA_DIST = \
|
||||
charset_test.c \
|
||||
charsetmap.h \
|
||||
iconvert.h \
|
||||
utf8_static.vcproj
|
||||
utf8_static.vcproj \
|
||||
utf8_static.vcxproj \
|
||||
utf8_static.vcxproj.filters
|
||||
|
||||
debug:
|
||||
$(MAKE) all CFLAGS="@DEBUG@"
|
||||
|
@ -18,7 +18,9 @@
|
||||
|
||||
EXTRA_DIST = \
|
||||
Makefile.lite \
|
||||
test_cuesheet.vcproj
|
||||
test_cuesheet.vcproj \
|
||||
test_cuesheet.vcxproj \
|
||||
test_cuesheet.vcxproj.filters
|
||||
|
||||
AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include
|
||||
noinst_PROGRAMS = test_cuesheet
|
||||
|
@ -18,7 +18,9 @@
|
||||
|
||||
EXTRA_DIST = \
|
||||
Makefile.lite \
|
||||
test_picture.vcproj
|
||||
test_picture.vcproj \
|
||||
test_picture.vcxproj \
|
||||
test_picture.vcxproj.filters
|
||||
|
||||
AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include
|
||||
noinst_PROGRAMS = test_picture
|
||||
|
@ -18,7 +18,9 @@
|
||||
|
||||
EXTRA_DIST = \
|
||||
Makefile.lite \
|
||||
test_libFLAC++.vcproj
|
||||
test_libFLAC++.vcproj \
|
||||
test_libFLAC++.vcxproj \
|
||||
test_libFLAC++.vcxproj.filters
|
||||
|
||||
AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include
|
||||
noinst_PROGRAMS = test_libFLAC++
|
||||
|
@ -18,7 +18,9 @@
|
||||
|
||||
EXTRA_DIST = \
|
||||
Makefile.lite \
|
||||
test_libFLAC.vcproj
|
||||
test_libFLAC.vcproj \
|
||||
test_libFLAC.vcxproj \
|
||||
test_libFLAC.vcxproj.filters
|
||||
|
||||
AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include -I$(top_srcdir)/src/libFLAC/include
|
||||
|
||||
|
@ -27,4 +27,6 @@ libtest_libs_common_la_SOURCES = \
|
||||
EXTRA_DIST = \
|
||||
Makefile.lite \
|
||||
README \
|
||||
test_libs_common_static.vcproj
|
||||
test_libs_common_static.vcproj \
|
||||
test_libs_common_static.vcxproj \
|
||||
test_libs_common_static.vcxproj.filters
|
||||
|
@ -18,7 +18,9 @@
|
||||
|
||||
EXTRA_DIST = \
|
||||
Makefile.lite \
|
||||
test_seeking.vcproj
|
||||
test_seeking.vcproj \
|
||||
test_seeking.vcxproj \
|
||||
test_seeking.vcxproj.filters
|
||||
|
||||
AM_CFLAGS = @OGG_CFLAGS@
|
||||
|
||||
|
@ -18,7 +18,9 @@
|
||||
|
||||
EXTRA_DIST = \
|
||||
Makefile.lite \
|
||||
test_streams.vcproj
|
||||
test_streams.vcproj \
|
||||
test_streams.vcxproj \
|
||||
test_streams.vcxproj.filters
|
||||
|
||||
AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include
|
||||
noinst_PROGRAMS = test_streams
|
||||
|
@ -19,4 +19,6 @@
|
||||
EXTRA_DIST = \
|
||||
Makefile.lite \
|
||||
flacdiff.vcproj \
|
||||
flacdiff.vcxproj \
|
||||
flacdiff.vcxproj.filters \
|
||||
main.cpp
|
||||
|
@ -18,4 +18,6 @@
|
||||
|
||||
EXTRA_DIST = \
|
||||
flactimer.vcproj \
|
||||
flactimer.vcxproj \
|
||||
flactimer.vcxproj.filters \
|
||||
main.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user