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