glib/build/win32/vs9/Makefile.am
Chun-wei Fan 99b30f389e Visual Studio builds: Move @GLIB_VERSION@ usage
... from glib-gen-srcs.[vsprops|props].in to
glib-version-paths.[vsprops|props].in, and instead let autotools generate
glib-version-paths.[vsprops|props] rather than
glib-gen-srcs.[vsprops|props], as this will need to be referenced for
other items as well, namely generating the .pc files which will become
useful for introspection builds.
2016-02-25 18:37:01 +08:00

41 lines
1019 B
Makefile

GENERATED_ITEMS = \
glib.vcproj \
gobject.vcproj \
gio.vcproj \
glib-compile-schemas.vcproj \
glib-compile-resources.vcproj \
glib-version-paths.vsprops \
glib-install.vsprops
MSVC_HEADERS_LIST = glib.headers gobject.headers gio.headers
EXTRA_DIST = \
README.txt \
glib.sln \
glib.vcprojin \
glib-genmarshal.vcproj \
gspawn-win32-helper-console.vcproj \
gspawn-win32-helper.vcproj \
gmodule.vcproj \
gobject.vcprojin \
gthread.vcproj \
gio.vcprojin \
gsettings.vcproj \
gresource.vcproj \
gio-querymodules.vcproj \
gdbus.vcproj \
glib-compile-schemas.vcprojin \
glib-compile-resources.vcprojin \
glib-install.vcproj \
glib-build-defines.vsprops \
glib-version-paths.vsprops.in \
glib-gen-srcs.vsprops \
glib-install.vspropsin \
$(GENERATED_ITEMS)
glib-install.vsprops: $(top_srcdir)/build/win32/vs9/glib-install.vspropsin $(MSVC_HEADERS_LIST)
$(CPP) -P - <$(top_srcdir)/build/win32/vs9/glib-install.vspropsin >$@
rm $(MSVC_HEADERS_LIST)
DISTCLEANFILES = $(GENERATED_ITEMS)