Added some stubs.
[wine/multimedia.git] / include / Makefile.in
blob273023719bb45e043ddf16bc104546b093dd5500
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = none
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/malloc.h \
63 msvcrt/process.h \
64 msvcrt/search.h \
65 msvcrt/stddef.h \
66 msvcrt/stdio.h \
67 msvcrt/stdlib.h \
68 msvcrt/string.h \
69 msvcrt/sys/stat.h \
70 msvcrt/sys/timeb.h \
71 msvcrt/sys/types.h \
72 msvcrt/sys/utime.h \
73 msvcrt/time.h \
74 msvcrt/wchar.h \
75 msvcrt/wctype.h \
76 nspapi.h \
77 ntsecapi.h \
78 oaidl.h \
79 objbase.h \
80 objidl.h \
81 ocidl.h \
82 ole2.h \
83 ole2ver.h \
84 oleauto.h \
85 olectl.h \
86 oledlg.h \
87 oleidl.h \
88 poppack.h \
89 process.h \
90 prsht.h \
91 psapi.h \
92 pshpack1.h \
93 pshpack2.h \
94 pshpack4.h \
95 pshpack8.h \
96 ras.h \
97 regstr.h \
98 richedit.h \
99 rpc.h \
100 rpcdce.h \
101 rpcdcep.h \
102 rpcndr.h \
103 rpcnterr.h \
104 servprov.h \
105 setupapi.h \
106 shellapi.h \
107 shlguid.h \
108 shlobj.h \
109 shlwapi.h \
110 sql.h \
111 sqlext.h \
112 sqltypes.h \
113 storage.h \
114 strmif.h \
115 tapi.h \
116 tlhelp32.h \
117 unknwn.h \
118 urlmon.h \
119 uuids.h \
120 ver.h \
121 vfw.h \
122 vfwmsgs.h \
123 winbase.h \
124 wincon.h \
125 wincrypt.h \
126 windef.h \
127 windows.h \
128 windowsx.h \
129 wine/exception.h \
130 wine/icmpapi.h \
131 wine/ipexport.h \
132 wine/library.h \
133 wine/obj_base.h \
134 wine/obj_cache.h \
135 wine/obj_channel.h \
136 wine/obj_clientserver.h \
137 wine/obj_commdlgbrowser.h \
138 wine/obj_connection.h \
139 wine/obj_contextmenu.h \
140 wine/obj_control.h \
141 wine/obj_dataobject.h \
142 wine/obj_dockingwindowframe.h \
143 wine/obj_dragdrop.h \
144 wine/obj_enumidlist.h \
145 wine/obj_errorinfo.h \
146 wine/obj_extracticon.h \
147 wine/obj_inplace.h \
148 wine/obj_marshal.h \
149 wine/obj_misc.h \
150 wine/obj_moniker.h \
151 wine/obj_oleaut.h \
152 wine/obj_olefont.h \
153 wine/obj_oleobj.h \
154 wine/obj_oleundo.h \
155 wine/obj_oleview.h \
156 wine/obj_picture.h \
157 wine/obj_property.h \
158 wine/obj_propertystorage.h \
159 wine/obj_queryassociations.h \
160 wine/obj_serviceprovider.h \
161 wine/obj_shellbrowser.h \
162 wine/obj_shellextinit.h \
163 wine/obj_shellfolder.h \
164 wine/obj_shelllink.h \
165 wine/obj_shellview.h \
166 wine/obj_storage.h \
167 wine/obj_webbrowser.h \
168 wine/unicode.h \
169 winerror.h \
170 wingdi.h \
171 wininet.h \
172 winioctl.h \
173 winnetwk.h \
174 winnls.h \
175 winnt.h \
176 winreg.h \
177 winres.h \
178 winresrc.h \
179 winsock.h \
180 winsock2.h \
181 winspool.h \
182 winsvc.h \
183 winuser.h \
184 winver.h \
185 wnaspi32.h \
186 wownt32.h \
187 wshisotp.h \
188 wsipx.h \
189 wtypes.h \
190 zmouse.h
192 EXTRASUBDIRS = bitmaps msvcrt msvcrt/sys wine
194 @MAKE_RULES@
196 install::
197 [ -d $(includedir) ] || $(MKDIR) $(includedir)
198 [ -d $(includedir)/wine ] || $(MKDIR) $(includedir)/wine
199 [ -d $(includedir)/msvcrt ] || $(MKDIR) $(includedir)/msvcrt
200 [ -d $(includedir)/msvcrt/sys ] || $(MKDIR) $(includedir)/msvcrt/sys
201 for f in $(INSTALLED_INCLUDES); do $(INSTALL_DATA) $(SRCDIR)/$$f $(includedir)/$$f; done
203 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
204 # anything extra the user may have put there.
205 uninstall::
206 cd $(includedir) && $(RM) $(INSTALLED_INCLUDES)
207 -rmdir $(includedir)/wine/msvcrt/sys $(includedir)/wine/msvcrt
208 -rmdir $(includedir)/wine $(includedir)
210 ### Dependencies: