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