1 | # Copyright (C) 2008 Trinity <http://www.trinitycore.org/> |
---|
2 | # |
---|
3 | # Thanks to the original authors: MaNGOS <http://www.mangosproject.org/> |
---|
4 | # |
---|
5 | # This program is free software; you can redistribute it and/or modify |
---|
6 | # it under the terms of the GNU General Public License as published by |
---|
7 | # the Free Software Foundation; either version 3 of the License, or |
---|
8 | # (at your option) any later version. |
---|
9 | # |
---|
10 | # This program is distributed in the hope that it will be useful, |
---|
11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
13 | # GNU General Public License for more details. |
---|
14 | # |
---|
15 | # You should have received a copy of the GNU General Public License |
---|
16 | # along with this program; if not, write to the Free Software |
---|
17 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
---|
18 | |
---|
19 | ## Process this file with automake to produce Makefile.in |
---|
20 | |
---|
21 | ## Sub-directories to parse |
---|
22 | |
---|
23 | ## Additional files to include when running 'make dist' |
---|
24 | # G3DLite header files |
---|
25 | EXTRA_DIST = \ |
---|
26 | g3dlite/G3D/AABox.h \ |
---|
27 | g3dlite/G3D/Array.h \ |
---|
28 | g3dlite/G3D/Box.h \ |
---|
29 | g3dlite/G3D/CollisionDetection.h \ |
---|
30 | g3dlite/G3D/CoordinateFrame.h \ |
---|
31 | g3dlite/G3D/Crypto.h \ |
---|
32 | g3dlite/G3D/debug.h \ |
---|
33 | g3dlite/G3D/format.h \ |
---|
34 | g3dlite/G3D/g3dmath.h \ |
---|
35 | g3dlite/G3D/g3dmath.inl \ |
---|
36 | g3dlite/G3D/GCamera.h \ |
---|
37 | g3dlite/G3D/Line.h \ |
---|
38 | g3dlite/G3D/Matrix3.h \ |
---|
39 | g3dlite/G3D/Plane.h \ |
---|
40 | g3dlite/G3D/platform.h \ |
---|
41 | g3dlite/G3D/Quat.h \ |
---|
42 | g3dlite/G3D/Quat.inl \ |
---|
43 | g3dlite/G3D/Ray.h \ |
---|
44 | g3dlite/G3D/RegistryUtil.h \ |
---|
45 | g3dlite/G3D/Sphere.h \ |
---|
46 | g3dlite/G3D/stringutils.h \ |
---|
47 | g3dlite/G3D/System.h \ |
---|
48 | g3dlite/G3D/Table.h \ |
---|
49 | g3dlite/G3D/Triangle.h \ |
---|
50 | g3dlite/G3D/Vector2.h \ |
---|
51 | g3dlite/G3D/Vector2.inl \ |
---|
52 | g3dlite/G3D/Vector2int16.h \ |
---|
53 | g3dlite/G3D/Vector3.h \ |
---|
54 | g3dlite/G3D/Vector3.inl \ |
---|
55 | g3dlite/G3D/Vector3int16.h \ |
---|
56 | g3dlite/G3D/Vector4.h \ |
---|
57 | g3dlite/G3D/Vector4.inl |
---|
58 | |
---|
59 | # MySQL header files for Win32 builds |
---|
60 | EXTRA_DIST += \ |
---|
61 | mysql/config-netware.h \ |
---|
62 | mysql/config-os2.h \ |
---|
63 | mysql/config-win.h \ |
---|
64 | mysql/errmsg.h \ |
---|
65 | mysql/Libmysql.def \ |
---|
66 | mysql/m_ctype.h \ |
---|
67 | mysql/m_string.h \ |
---|
68 | mysql/my_alloc.h \ |
---|
69 | mysql/my_dbug.h \ |
---|
70 | mysql/my_getopt.h \ |
---|
71 | mysql/my_global.h \ |
---|
72 | mysql/my_list.h \ |
---|
73 | mysql/my_pthread.h \ |
---|
74 | mysql/mysql_com.h \ |
---|
75 | mysql/mysqld_error.h \ |
---|
76 | mysql/mysql_embed.h \ |
---|
77 | mysql/mysql.h \ |
---|
78 | mysql/mysql_time.h \ |
---|
79 | mysql/mysql_version.h \ |
---|
80 | mysql/my_sys.h \ |
---|
81 | mysql/raid.h \ |
---|
82 | mysql/typelib.h |
---|
83 | |
---|
84 | # OpenSSL header files for Win32 builds |
---|
85 | EXTRA_DIST += \ |
---|
86 | openssl/aes.h \ |
---|
87 | openssl/asn1.h \ |
---|
88 | openssl/asn1_mac.h \ |
---|
89 | openssl/asn1t.h \ |
---|
90 | openssl/bio.h \ |
---|
91 | openssl/blowfish.h \ |
---|
92 | openssl/bn.h \ |
---|
93 | openssl/buffer.h \ |
---|
94 | openssl/cast.h \ |
---|
95 | openssl/comp.h \ |
---|
96 | openssl/conf_api.h \ |
---|
97 | openssl/conf.h \ |
---|
98 | openssl/crypto.h \ |
---|
99 | openssl/des.h \ |
---|
100 | openssl/des_old.h \ |
---|
101 | openssl/dh.h \ |
---|
102 | openssl/dsa.h \ |
---|
103 | openssl/dso.h \ |
---|
104 | openssl/dtls1.h \ |
---|
105 | openssl/ebcdic.h \ |
---|
106 | openssl/ecdh.h \ |
---|
107 | openssl/ecdsa.h \ |
---|
108 | openssl/ec.h \ |
---|
109 | openssl/engine.h \ |
---|
110 | openssl/e_os2.h \ |
---|
111 | openssl/err.h \ |
---|
112 | openssl/evp.h \ |
---|
113 | openssl/hmac.h \ |
---|
114 | openssl/idea.h \ |
---|
115 | openssl/krb5_asn.h \ |
---|
116 | openssl/kssl.h \ |
---|
117 | openssl/lhash.h \ |
---|
118 | openssl/md2.h \ |
---|
119 | openssl/md4.h \ |
---|
120 | openssl/md5.h \ |
---|
121 | openssl/mdc2.h \ |
---|
122 | openssl/objects.h \ |
---|
123 | openssl/obj_mac.h \ |
---|
124 | openssl/ocsp.h \ |
---|
125 | openssl/opensslconf.h \ |
---|
126 | openssl/opensslv.h \ |
---|
127 | openssl/ossl_typ.h \ |
---|
128 | openssl/pem2.h \ |
---|
129 | openssl/pem.h \ |
---|
130 | openssl/pkcs12.h \ |
---|
131 | openssl/pkcs7.h \ |
---|
132 | openssl/pq_compat.h \ |
---|
133 | openssl/pqueue.h \ |
---|
134 | openssl/rand.h \ |
---|
135 | openssl/rc2.h \ |
---|
136 | openssl/rc4.h \ |
---|
137 | openssl/rc5.h \ |
---|
138 | openssl/ripemd.h \ |
---|
139 | openssl/rsa.h \ |
---|
140 | openssl/safestack.h \ |
---|
141 | openssl/sha.h \ |
---|
142 | openssl/ssl23.h \ |
---|
143 | openssl/ssl2.h \ |
---|
144 | openssl/ssl3.h \ |
---|
145 | openssl/ssl.h \ |
---|
146 | openssl/stack.h \ |
---|
147 | openssl/store.h \ |
---|
148 | openssl/symhacks.h \ |
---|
149 | openssl/tls1.h \ |
---|
150 | openssl/tmdiff.h \ |
---|
151 | openssl/txt_db.h \ |
---|
152 | openssl/ui_compat.h \ |
---|
153 | openssl/ui.h \ |
---|
154 | openssl/x509.h \ |
---|
155 | openssl/x509v3.h \ |
---|
156 | openssl/x509_vfy.h |
---|
157 | |
---|
158 | # PostgreSQL header files for Win32 builds |
---|
159 | EXTRA_DIST += \ |
---|
160 | postgre/libpq-fe.h \ |
---|
161 | postgre/pg_type.h \ |
---|
162 | postgre/postgres_ext.h |
---|
163 | |
---|
164 | # SQLite header files for Win32 builds |
---|
165 | EXTRA_DIST += \ |
---|
166 | sqlite/sqlite.h |
---|
167 | |
---|
168 | # Sockets header files for Win32 builds |
---|
169 | EXTRA_DIST += \ |
---|
170 | sockets/Base64.h \ |
---|
171 | sockets/Exception.h \ |
---|
172 | sockets/File.h \ |
---|
173 | sockets/IFile.h \ |
---|
174 | sockets/Ipv4Address.h \ |
---|
175 | sockets/Ipv6Address.h \ |
---|
176 | sockets/ISocketHandler.h \ |
---|
177 | sockets/ListenSocket.h \ |
---|
178 | sockets/Lock.h \ |
---|
179 | sockets/Mutex.h \ |
---|
180 | sockets/Parse.h \ |
---|
181 | sockets/ResolvServer.h \ |
---|
182 | sockets/ResolvSocket.h \ |
---|
183 | sockets/SctpSocket.h \ |
---|
184 | sockets/SocketAddress.h \ |
---|
185 | sockets/Socket.h \ |
---|
186 | sockets/SocketHandler.h \ |
---|
187 | sockets/socket_include.h \ |
---|
188 | sockets/sockets-config.h \ |
---|
189 | sockets/StdLog.h \ |
---|
190 | sockets/StdoutLog.h \ |
---|
191 | sockets/StreamSocket.h \ |
---|
192 | sockets/TcpSocket.h \ |
---|
193 | sockets/Thread.h \ |
---|
194 | sockets/UdpSocket.h \ |
---|
195 | sockets/Utility.h |
---|
196 | |
---|
197 | # VLD header files for Win32 builds |
---|
198 | EXTRA_DIST += \ |
---|
199 | vld/vld.h |
---|
200 | |
---|
201 | # Zlib header files for Win32 builds |
---|
202 | EXTRA_DIST += \ |
---|
203 | zlib/zconf.h \ |
---|
204 | zlib/zlib.h |
---|
205 | |
---|
206 | # ZThread header files for Win32 builds |
---|
207 | EXTRA_DIST += \ |
---|
208 | zthread/AtomicCount.h \ |
---|
209 | zthread/Barrier.h \ |
---|
210 | zthread/BiasedReadWriteLock.h \ |
---|
211 | zthread/BlockingQueue.h \ |
---|
212 | zthread/BoundedQueue.h \ |
---|
213 | zthread/Cancelable.h \ |
---|
214 | zthread/ClassLockable.h \ |
---|
215 | zthread/ConcurrentExecutor.h \ |
---|
216 | zthread/Condition.h \ |
---|
217 | zthread/Config.h \ |
---|
218 | zthread/CountedPtr.h \ |
---|
219 | zthread/CountingSemaphore.h \ |
---|
220 | zthread/Exceptions.h \ |
---|
221 | zthread/Executor.h \ |
---|
222 | zthread/FairReadWriteLock.h \ |
---|
223 | zthread/FastMutex.h \ |
---|
224 | zthread/FastRecursiveMutex.h \ |
---|
225 | zthread/Guard.h \ |
---|
226 | zthread/GuardedClass.h \ |
---|
227 | zthread/Lockable.h \ |
---|
228 | zthread/LockedQueue.h \ |
---|
229 | zthread/MonitoredQueue.h \ |
---|
230 | zthread/Mutex.h \ |
---|
231 | zthread/NonCopyable.h \ |
---|
232 | zthread/PoolExecutor.h \ |
---|
233 | zthread/Priority.h \ |
---|
234 | zthread/PriorityCondition.h \ |
---|
235 | zthread/PriorityInheritanceMutex.h \ |
---|
236 | zthread/PriorityMutex.h \ |
---|
237 | zthread/PrioritySemaphore.h \ |
---|
238 | zthread/Queue.h \ |
---|
239 | zthread/ReadWriteLock.h \ |
---|
240 | zthread/RecursiveMutex.h \ |
---|
241 | zthread/Runnable.h \ |
---|
242 | zthread/Semaphore.h \ |
---|
243 | zthread/Singleton.h \ |
---|
244 | zthread/SynchronousExecutor.h \ |
---|
245 | zthread/Task.h \ |
---|
246 | zthread/Thread.h \ |
---|
247 | zthread/ThreadLocal.h \ |
---|
248 | zthread/ThreadLocalImpl.h \ |
---|
249 | zthread/ThreadedExecutor.h \ |
---|
250 | zthread/Time.h \ |
---|
251 | zthread/Waitable.h \ |
---|
252 | zthread/ZThread.h |
---|
253 | |
---|
254 | # Mersenne Twister random number generator header files |
---|
255 | EXTRA_DIST += \ |
---|
256 | mersennetwister/MersenneTwister.h |
---|
257 | |
---|
258 | # UTF8-CPP header files |
---|
259 | EXTRA_DIST += \ |
---|
260 | utf8cpp/utf8.h \ |
---|
261 | utf8cpp/utf8/checked.h \ |
---|
262 | utf8cpp/utf8/core.h \ |
---|
263 | utf8cpp/utf8/unchecked.h |
---|