Added Russian translation.
[wine/hacks.git] / include / Makefile.in
blobb7dcd81ebc0807dbc9ae626e5b43c63993f67d24
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = none
7 IDL_SRCS = \
8 comcat.idl \
9 docobj.idl \
10 exdisp.idl \
11 oaidl.idl \
12 objidl.idl \
13 ocidl.idl \
14 oleidl.idl \
15 servprov.idl \
16 shobjidl.idl \
17 shtypes.idl \
18 strmif.idl \
19 unknwn.idl \
20 urlmon.idl \
21 wtypes.idl
23 IDL_INCLUDES = \
24 axcore.idl \
25 axextend.idl \
26 devenum.idl \
27 dyngraph.idl
29 WINDOWS_INCLUDES = \
30 accctrl.h \
31 audevcod.h \
32 basetsd.h \
33 cderr.h \
34 cguid.h \
35 commctrl.h \
36 commdlg.h \
37 compobj.h \
38 control.h \
39 cpl.h \
40 custcntl.h \
41 d3d.h \
42 d3d8.h \
43 d3d8caps.h \
44 d3d8types.h \
45 d3d9.h \
46 d3d9caps.h \
47 d3d9types.h \
48 d3dcaps.h \
49 d3dhal.h \
50 d3dtypes.h \
51 d3dvec.inl \
52 d3dx8core.h \
53 dbghelp.h \
54 dde.h \
55 ddeml.h \
56 ddraw.h \
57 ddrawi.h \
58 digitalv.h \
59 dinput.h \
60 dispdib.h \
61 dlgs.h \
62 dls1.h \
63 dmdls.h \
64 dmerror.h \
65 dmo.h \
66 dmoreg.h \
67 dmort.h \
68 dmplugin.h \
69 dmusbuff.h \
70 dmusicc.h \
71 dmusicf.h \
72 dmusici.h \
73 dmusics.h \
74 dpaddr.h \
75 dplay.h \
76 dplay8.h \
77 dplobby.h \
78 dsconf.h \
79 dsdriver.h \
80 dshow.h \
81 dsound.h \
82 excpt.h \
83 fci.h \
84 fdi.h \
85 guiddef.h \
86 icmpapi.h \
87 imagehlp.h \
88 imm.h \
89 initguid.h \
90 instance.h \
91 ipexport.h \
92 iphlpapi.h \
93 ipifcons.h \
94 iprtrmib.h \
95 iptypes.h \
96 lm.h \
97 lmaccess.h \
98 lmapibuf.h \
99 lmbrowsr.h \
100 lmcons.h \
101 lmerr.h \
102 lmstats.h \
103 lmwksta.h \
104 lzexpand.h \
105 mapi.h \
106 mapicode.h \
107 mapidefs.h \
108 mciavi.h \
109 mcx.h \
110 mediaerr.h \
111 mediaobj.h \
112 minmax.h \
113 mmddk.h \
114 mmreg.h \
115 mmsystem.h \
116 msacm.h \
117 msacmdlg.h \
118 msi.h \
119 msiquery.h \
120 mssip.h \
121 mswsock.h \
122 nb30.h \
123 netspi.h \
124 nspapi.h \
125 ntddcdrm.h \
126 ntddscsi.h \
127 ntddstor.h \
128 ntsecapi.h \
129 ntstatus.h \
130 objbase.h \
131 ole2.h \
132 ole2ver.h \
133 oleauto.h \
134 olectl.h \
135 oledlg.h \
136 pktdef.h \
137 poppack.h \
138 prsht.h \
139 psapi.h \
140 pshpack1.h \
141 pshpack2.h \
142 pshpack4.h \
143 pshpack8.h \
144 ras.h \
145 regstr.h \
146 richedit.h \
147 richole.h \
148 rpc.h \
149 rpcdce.h \
150 rpcdcep.h \
151 rpcndr.h \
152 rpcnterr.h \
153 rpcproxy.h \
154 setupapi.h \
155 shellapi.h \
156 shlguid.h \
157 shlobj.h \
158 shlwapi.h \
159 sipbase.h \
160 sql.h \
161 sqlext.h \
162 sqltypes.h \
163 storage.h \
164 strmif.h \
165 tapi.h \
166 tchar.h \
167 tlhelp32.h \
168 uuids.h \
169 ver.h \
170 vfw.h \
171 vfwmsgs.h \
172 winbase.h \
173 wincon.h \
174 wincrypt.h \
175 windef.h \
176 windows.h \
177 windowsx.h \
178 winerror.h \
179 wingdi.h \
180 wininet.h \
181 winioctl.h \
182 winnetwk.h \
183 winnls.h \
184 winnt.h \
185 winreg.h \
186 winres.h \
187 winresrc.h \
188 winsock.h \
189 winsock2.h \
190 winspool.h \
191 winsvc.h \
192 wintab.h \
193 wintabx.h \
194 winternl.h \
195 winuser.h \
196 winver.h \
197 wnaspi32.h \
198 wownt32.h \
199 ws2spi.h \
200 ws2tcpip.h \
201 wshisotp.h \
202 wsipx.h \
203 zmouse.h \
204 $(IDL_INCLUDES) \
205 $(IDL_SRCS) \
206 $(IDL_SRCS:.idl=.h)
208 MSVCRT_INCLUDES = \
209 msvcrt/conio.h \
210 msvcrt/crtdbg.h \
211 msvcrt/ctype.h \
212 msvcrt/direct.h \
213 msvcrt/dirent.h \
214 msvcrt/dos.h \
215 msvcrt/eh.h \
216 msvcrt/errno.h \
217 msvcrt/fcntl.h \
218 msvcrt/io.h \
219 msvcrt/limits.h \
220 msvcrt/locale.h \
221 msvcrt/malloc.h \
222 msvcrt/math.h \
223 msvcrt/mbctype.h \
224 msvcrt/mbstring.h \
225 msvcrt/process.h \
226 msvcrt/search.h \
227 msvcrt/setjmp.h \
228 msvcrt/share.h \
229 msvcrt/stddef.h \
230 msvcrt/stdio.h \
231 msvcrt/stdlib.h \
232 msvcrt/string.h \
233 msvcrt/sys/locking.h \
234 msvcrt/sys/stat.h \
235 msvcrt/sys/timeb.h \
236 msvcrt/sys/types.h \
237 msvcrt/sys/unistd.h \
238 msvcrt/sys/utime.h \
239 msvcrt/time.h \
240 msvcrt/unistd.h \
241 msvcrt/wchar.h \
242 msvcrt/wctype.h
244 WINE_INCLUDES = \
245 debug.h \
246 exception.h \
247 library.h \
248 unicode.h
250 EXTRASUBDIRS = bitmaps msvcrt msvcrt/sys wine
252 @MAKE_RULES@
254 .SUFFIXES: .idl .h
256 .idl.h:
257 $(WIDL) $(DEFS) -b -h -H $@ $<
259 .PHONY: idl
261 idl: $(IDL_SRCS:.idl=.h)
263 install::
264 $(MKINSTALLDIRS) $(includedir) $(includedir)/windows $(includedir)/msvcrt $(includedir)/msvcrt/sys
265 for f in $(WINDOWS_INCLUDES); do $(INSTALL_DATA) $(SRCDIR)/$$f $(includedir)/windows/$$f; done
266 for f in $(MSVCRT_INCLUDES); do $(INSTALL_DATA) $(SRCDIR)/$$f $(includedir)/$$f; done
267 for f in $(WINE_INCLUDES); do $(INSTALL_DATA) $(SRCDIR)/wine/$$f $(includedir)/$$f; done
269 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
270 # anything extra the user may have put there.
271 uninstall::
272 [ -d $(includedir)/windows ] && cd $(includedir)/windows && $(RM) $(WINDOWS_INCLUDES) || true
273 [ -d $(includedir) ] && cd $(includedir) && $(RM) $(MSVCRT_INCLUDES) $(WINE_INCLUDES) || true
274 -rmdir $(includedir)/msvcrt/sys $(includedir)/msvcrt $(includedir)/windows $(includedir)
276 ### Dependencies: