root/trunk/dep/include/Makefile.am @ 17

Revision 17, 6.0 kB (checked in by yumileroy, 17 years ago)

[svn] * Restore make dist.

Original author: derex_tri
Date: 2008-10-06 04:27:18-05:00

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