blob: 62f77fa627f5af26a6cfefc2c6e0315980e3a71b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
GENERATED_ITEMS = \
soup.vcproj \
soup-gnome.vcproj \
soup-install.vsprops
MSVC_HEADERS_LIST = soup.headers soup-gnome.headers
EXTRA_DIST = \
libsoup.sln \
get.vcproj \
simple-httpd.vcproj \
simple-proxy.vcproj \
soup-install.vcproj \
soup-build-defines.vsprops \
soup-dll-build-defines.vsprops \
soup-gen-srcs.vsprops \
soup-version-paths.vsprops \
soup.vcprojin \
soup-gnome.vcprojin \
soup-install.vspropsin \
$(GENERATED_ITEMS)
soup-install.vsprops: $(top_srcdir)/win32/vs9/soup-install.vspropsin $(MSVC_HEADERS_LIST)
$(CPP) -P - <$(top_srcdir)/win32/vs9/soup-install.vspropsin >$@
rm $(MSVC_HEADERS_LIST)
DISTCLEANFILES = $(GENERATED_ITEMS)
|