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