glib/build/win32/vs9/Makefile.am
Chun-wei Fan 9c7df09c3b MSVC Builds: Simplify Script to Generate glib-mkenums
Use a simple all-purpose utility script to generate the glib-mkenums
PERL script with the version info, and stop using the script that
tries to parse the autotools files.  Move the things that
were taken out from build/win32/setup.py back there.
2015-09-09 15:21:12 +08:00

41 lines
1000 B
Makefile

GENERATED_ITEMS = \
glib.vcproj \
gobject.vcproj \
gio.vcproj \
glib-compile-schemas.vcproj \
glib-compile-resources.vcproj \
glib-gen-srcs.vsprops \
glib-install.vsprops
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 \
glib-gen-srcs.vsprops.in \
glib-install.vspropsin \
$(GENERATED_ITEMS)
glib-install.vsprops: $(top_srcdir)/build/win32/vs9/glib-install.vspropsin glib.headers gobject.headers gio.headers
$(CPP) -P - <$(top_srcdir)/build/win32/vs9/glib-install.vspropsin >$@
rm glib.headers
rm gobject.headers
rm gio.headers
DISTCLEANFILES = $(GENERATED_ITEMS)