Imported Upstream version 1.2.4
[platform/upstream/json-glib.git] / build / win32 / vs15 / Makefile.am
1 NULL =
2
3 EXTRA_DIST =    \
4         json-glib.sln                   \
5         json-glib-version-paths.props   \
6         json-glib-build-defines.props   \
7         json-glib-gen-srcs.props        \
8         json-glib-install.props \
9         json-glib.vcxproj               \
10         json-glib.vcxproj.filters       \
11         json-glib-format.vcxproj                \
12         json-glib-format.vcxproj.filters        \
13         json-glib-validate.vcxproj              \
14         json-glib-validate.vcxproj.filters      \
15         array.vcxproj           \
16         array.vcxproj.filters   \
17         boxed.vcxproj   \
18         boxed.vcxproj.filters   \
19         builder.vcxproj         \
20         builder.vcxproj.filters \
21         generator.vcxproj               \
22         generator.vcxproj.filters       \
23         gvariant.vcxproj                \
24         gvariant.vcxproj.filters        \
25         json-glib-install.vcxproj       \
26         json-glib-install.vcxproj.filters       \
27         node.vcxproj            \
28         node.vcxproj.filters    \
29         object.vcxproj          \
30         object.vcxproj.filters  \
31         parser.vcxproj          \
32         parser.vcxproj.filters  \
33         path.vcxproj            \
34         path.vcxproj.filters    \
35         reader.vcxproj          \
36         reader.vcxproj.filters  \
37         serialize-complex.vcxproj       \
38         serialize-complex.vcxproj.filters       \
39         serialize-full.vcxproj  \
40         serialize-full.vcxproj.filters  \
41         serialize-simple.vcxproj        \
42         serialize-simple.vcxproj.filters        \
43         README.txt      \
44         invalid.vcxproj \
45         invalid.vcxproj.filters \
46         $(NULL)
47
48 MSVC_VER = 15
49 MSVC_FORMAT_VER = 12
50 MSVC_VER_LONG = 15
51 MSVC_TOOLSET = 141
52
53 DISTCLEANFILES = $(EXTRA_DIST)
54
55 include $(top_srcdir)/build/Makefile-newvs.am