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