blob: 803bd67a735489ea12979e675f89e55e993af1dd (
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
configure config_h $toplevel/include/config.h
BEGIN
undefine X11_GRAPHICS
undefine QT_GRAPHICS
undefine GTK_GRAPHICS
undefine GNOME_GRAPHICS
undefine SDL_GRAPHICS
undefine GL_GRAPHICS
undefine PROXY_GRAPHICS
END
configure src_Makefile $toplevel/src/Makefile
BEGIN
undefine WINX11SRC
undefine WINX11OBJ
undefine WINX11LIB
undefine WINQTSRC
undefine WINQTOBJ
undefine WINQTLIB
undefine WINGTKSRC
undefine WINGTKOBJ
undefine WINGTKLIB
undefine WINGNOMESRC
undefine WINGNOMEOBJ
undefine WINGNOMELIB
undefine WINPROXYSRC
undefine PROXYUTLSRC
undefine PROXYCOMSRC
undefine PROXYCLNTSRC
undefine WINPROXYOBJ
undefine PROXYUTLOBJ
undefine PROXYCOMOBJ
undefine PROXYCLNTOBJ
undefine WINPROXYLIB
undefine WINGLSRC
undefine WINGLOBJ
undefine WINGLLIB
undefine WINSDLLIB
undefine WINSRC
undefine WINOBJ
undefine WINLIB
define -C "to support all standard windowing systems" WINSRC
define -C "to support all standard windowing systems" WINOBJ
define -C "to support all standard windowing systems" WINLIB
END
configure Makefile $toplevel/Makefile
BEGIN
undefine CNF_SHARE_QTND
undefine CNF_SHARE_X11ND
undefine CNF_SHARE_GTKND
undefine CNF_SHARE_GTKPROXYND
undefine CNF_SHARE_GLND
undefine CNF_SHARE_GNOMEND
undefine CNF_SHARE_PROXYND
redefine CNF_SHARE_DATND " \$(CNF_SHARE_QTND) \$(CNF_SHARE_X11ND) \\\
\$(CNF_SHARE_GTKND) \$(CNF_SHARE_GTKPROXYND) \$(CNF_SHARE_GLND) \\\
\$(CNF_SHARE_GNOMEND) \$(CNF_SHARE_PROXYND) "
END
|