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