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