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