Makefile.ams: Add MSVS project files to EXTRA_DIST.

Patch-from: lvqcl <lvqcl.mail@gmail.com>
This commit is contained in:
Erik de Castro Lopo
2014-07-09 19:02:35 +10:00
parent 1988855b82
commit 31948291a2
21 changed files with 73 additions and 16 deletions

View File

@@ -39,6 +39,7 @@ EXTRA_DIST = \
COPYING.LGPL \ COPYING.LGPL \
COPYING.Xiph \ COPYING.Xiph \
FLAC.sln \ FLAC.sln \
FLAC-vs2010.sln \
Makefile.lite \ Makefile.lite \
autogen.sh \ autogen.sh \
config.rpath \ config.rpath \

View File

@@ -18,7 +18,9 @@
EXTRA_DIST = \ EXTRA_DIST = \
Makefile.lite \ 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 AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include
noinst_PROGRAMS = example_c_decode_file noinst_PROGRAMS = example_c_decode_file

View File

@@ -18,7 +18,9 @@
EXTRA_DIST = \ EXTRA_DIST = \
Makefile.lite \ 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 AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include
noinst_PROGRAMS = example_c_encode_file noinst_PROGRAMS = example_c_encode_file

View File

@@ -18,7 +18,9 @@
EXTRA_DIST = \ EXTRA_DIST = \
Makefile.lite \ 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 AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include
noinst_PROGRAMS = example_cpp_decode_file noinst_PROGRAMS = example_cpp_decode_file

View File

@@ -18,7 +18,9 @@
EXTRA_DIST = \ EXTRA_DIST = \
Makefile.lite \ 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 AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include
noinst_PROGRAMS = example_cpp_encode_file noinst_PROGRAMS = example_cpp_encode_file

View File

@@ -24,8 +24,12 @@ EXTRA_DIST = \
Makefile.lite \ Makefile.lite \
Makefile.lite.iffscan \ Makefile.lite.iffscan \
flac.vcproj \ flac.vcproj \
flac.vcxproj \
flac.vcxproj.filters \
iffscan.c \ iffscan.c \
iffscan.vcproj iffscan.vcproj \
iffscan.vcxproj \
iffscan.vcxproj.filters
flac_SOURCES = \ flac_SOURCES = \
analyze.c \ analyze.c \

View File

@@ -41,7 +41,11 @@ EXTRA_DIST = \
Makefile.lite \ Makefile.lite \
flac++.pc.in \ flac++.pc.in \
libFLAC++_dynamic.vcproj \ libFLAC++_dynamic.vcproj \
libFLAC++_dynamic.vcxproj \
libFLAC++_dynamic.vcxproj.filters \
libFLAC++_static.vcproj \ libFLAC++_static.vcproj \
libFLAC++_static.vcxproj \
libFLAC++_static.vcxproj.filters \
libFLAC++.m4 libFLAC++.m4
# see 'http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning' for numbering convention # see 'http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning' for numbering convention

View File

@@ -100,7 +100,11 @@ EXTRA_DIST = \
Makefile.lite \ Makefile.lite \
flac.pc.in \ flac.pc.in \
libFLAC_dynamic.vcproj \ libFLAC_dynamic.vcproj \
libFLAC_dynamic.vcxproj \
libFLAC_dynamic.vcxproj.filters \
libFLAC_static.vcproj \ libFLAC_static.vcproj \
libFLAC_static.vcxproj \
libFLAC_static.vcxproj.filters \
libFLAC.m4 libFLAC.m4
if FLaC__HAS_OGG if FLaC__HAS_OGG

View File

@@ -22,7 +22,9 @@ AM_CFLAGS = @OGG_CFLAGS@
AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include
EXTRA_DIST = \ EXTRA_DIST = \
Makefile.lite \ Makefile.lite \
metaflac.vcproj metaflac.vcproj \
metaflac.vcxproj \
metaflac.vcxproj.filters
metaflac_SOURCES = \ metaflac_SOURCES = \
main.c \ main.c \

View File

@@ -37,7 +37,9 @@ libplugin_common_la_SOURCES = \
EXTRA_DIST = \ EXTRA_DIST = \
Makefile.lite \ Makefile.lite \
README \ README \
plugin_common_static.vcproj plugin_common_static.vcproj \
plugin_common_static.vcxproj \
plugin_common_static.vcxproj.filters
debug: debug:
$(MAKE) all CFLAGS="@DEBUG@" $(MAKE) all CFLAGS="@DEBUG@"

View File

@@ -25,12 +25,20 @@ EXTRA_DIST = \
README \ README \
getopt/Makefile.lite \ getopt/Makefile.lite \
getopt/getopt_static.vcproj \ getopt/getopt_static.vcproj \
getopt/getopt_static.vcxproj \
getopt/getopt_static.vcxproj.filters \
grabbag/Makefile.lite \ grabbag/Makefile.lite \
grabbag/grabbag_static.vcproj \ grabbag/grabbag_static.vcproj \
grabbag/grabbag_static.vcxproj \
grabbag/grabbag_static.vcxproj.filters \
replaygain_analysis/Makefile.lite \ replaygain_analysis/Makefile.lite \
replaygain_analysis/replaygain_analysis_static.vcproj \ 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/Makefile.lite \
replaygain_synthesis/replaygain_synthesis_static.vcproj \ replaygain_synthesis/replaygain_synthesis_static.vcproj \
replaygain_synthesis/replaygain_synthesis_static.vcxproj \
replaygain_synthesis/replaygain_synthesis_static.vcxproj.filters \
utf8/Makefile.lite \ utf8/Makefile.lite \
utf8/charmaps.h \ utf8/charmaps.h \
utf8/makemap.c \ utf8/makemap.c \
@@ -38,7 +46,11 @@ EXTRA_DIST = \
utf8/charsetmap.h \ utf8/charsetmap.h \
utf8/iconvert.h \ utf8/iconvert.h \
utf8/utf8_static.vcproj \ 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 = \ noinst_LTLIBRARIES = \

View File

@@ -28,7 +28,9 @@ EXTRA_DIST = \
charset_test.c \ charset_test.c \
charsetmap.h \ charsetmap.h \
iconvert.h \ iconvert.h \
utf8_static.vcproj utf8_static.vcproj \
utf8_static.vcxproj \
utf8_static.vcxproj.filters
debug: debug:
$(MAKE) all CFLAGS="@DEBUG@" $(MAKE) all CFLAGS="@DEBUG@"

View File

@@ -18,7 +18,9 @@
EXTRA_DIST = \ EXTRA_DIST = \
Makefile.lite \ 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 AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include
noinst_PROGRAMS = test_cuesheet noinst_PROGRAMS = test_cuesheet

View File

@@ -18,7 +18,9 @@
EXTRA_DIST = \ EXTRA_DIST = \
Makefile.lite \ 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 AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include
noinst_PROGRAMS = test_picture noinst_PROGRAMS = test_picture

View File

@@ -18,7 +18,9 @@
EXTRA_DIST = \ EXTRA_DIST = \
Makefile.lite \ 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 AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include
noinst_PROGRAMS = test_libFLAC++ noinst_PROGRAMS = test_libFLAC++

View File

@@ -18,7 +18,9 @@
EXTRA_DIST = \ EXTRA_DIST = \
Makefile.lite \ 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 AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include -I$(top_srcdir)/src/libFLAC/include

View File

@@ -27,4 +27,6 @@ libtest_libs_common_la_SOURCES = \
EXTRA_DIST = \ EXTRA_DIST = \
Makefile.lite \ Makefile.lite \
README \ README \
test_libs_common_static.vcproj test_libs_common_static.vcproj \
test_libs_common_static.vcxproj \
test_libs_common_static.vcxproj.filters

View File

@@ -18,7 +18,9 @@
EXTRA_DIST = \ EXTRA_DIST = \
Makefile.lite \ Makefile.lite \
test_seeking.vcproj test_seeking.vcproj \
test_seeking.vcxproj \
test_seeking.vcxproj.filters
AM_CFLAGS = @OGG_CFLAGS@ AM_CFLAGS = @OGG_CFLAGS@

View File

@@ -18,7 +18,9 @@
EXTRA_DIST = \ EXTRA_DIST = \
Makefile.lite \ 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 AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include
noinst_PROGRAMS = test_streams noinst_PROGRAMS = test_streams

View File

@@ -19,4 +19,6 @@
EXTRA_DIST = \ EXTRA_DIST = \
Makefile.lite \ Makefile.lite \
flacdiff.vcproj \ flacdiff.vcproj \
flacdiff.vcxproj \
flacdiff.vcxproj.filters \
main.cpp main.cpp

View File

@@ -18,4 +18,6 @@
EXTRA_DIST = \ EXTRA_DIST = \
flactimer.vcproj \ flactimer.vcproj \
flactimer.vcxproj \
flactimer.vcxproj.filters \
main.cpp main.cpp