]> git.pld-linux.org Git - packages/SimGear.git/blob - SimGear-shared.patch
8ea49e44629539bb0e64314388fe6502529026a8
[packages/SimGear.git] / SimGear-shared.patch
1 diff -Naur SimGear-0.3.5/configure.ac SimGear-0.3.5-p/configure.ac
2 --- SimGear-0.3.5/configure.ac  Fri Mar 26 22:07:15 2004
3 +++ SimGear-0.3.5-p/configure.ac        Mon Mar 29 11:47:51 2004
4 @@ -34,7 +34,7 @@
5  AC_PROG_CC
6  AC_PROG_CPP
7  AC_PROG_CXX
8 -AC_PROG_RANLIB
9 +AC_PROG_LIBTOOL
10  AC_PROG_INSTALL
11  AC_PROG_LN_S
12  
13 diff -Naur SimGear-0.3.5/simgear/bucket/Makefile.am SimGear-0.3.5-p/simgear/bucket/Makefile.am
14 --- SimGear-0.3.5/simgear/bucket/Makefile.am    Sat Sep  7 04:58:19 2002
15 +++ SimGear-0.3.5-p/simgear/bucket/Makefile.am  Mon Mar 29 11:47:51 2004
16 @@ -1,10 +1,10 @@
17  includedir = @includedir@/bucket
18  
19 -lib_LIBRARIES = libsgbucket.a
20 +lib_LTLIBRARIES = libsgbucket.la
21  
22  include_HEADERS = newbucket.hxx
23  
24 -libsgbucket_a_SOURCES = newbucket.cxx
25 +libsgbucket_la_SOURCES = newbucket.cxx
26  
27  # noinst_PROGRAMS = testbucket
28  
29 diff -Naur SimGear-0.3.5/simgear/debug/Makefile.am SimGear-0.3.5-p/simgear/debug/Makefile.am
30 --- SimGear-0.3.5/simgear/debug/Makefile.am     Sat Sep  7 04:58:19 2002
31 +++ SimGear-0.3.5-p/simgear/debug/Makefile.am   Mon Mar 29 11:47:51 2004
32 @@ -2,10 +2,10 @@
33  
34  EXTRA_DIST = logtest.cxx
35  
36 -lib_LIBRARIES = libsgdebug.a
37 +lib_LTLIBRARIES = libsgdebug.la
38  
39  include_HEADERS = debug_types.h logstream.hxx
40  
41 -libsgdebug_a_SOURCES = logstream.cxx
42 +libsgdebug_la_SOURCES = logstream.cxx
43  
44  INCLUDES = -I$(top_srcdir)
45 diff -Naur SimGear-0.3.5/simgear/environment/Makefile.am SimGear-0.3.5-p/simgear/environment/Makefile.am
46 --- SimGear-0.3.5/simgear/environment/Makefile.am       Mon Feb  2 11:12:31 2004
47 +++ SimGear-0.3.5-p/simgear/environment/Makefile.am     Mon Mar 29 11:54:27 2004
48 @@ -1,9 +1,9 @@
49  includedir = @includedir@/environment
50  
51 -lib_LIBRARIES = libsgenvironment.a
52 +lib_LTLIBRARIES = libsgenvironment.la
53  
54  include_HEADERS = metar.hxx visual_enviro.hxx
55  
56 -libsgenvironment_a_SOURCES = metar.cxx visual_enviro.cxx
57 +libsgenvironment_la_SOURCES = metar.cxx visual_enviro.cxx
58  
59  INCLUDES = -I$(top_srcdir)
60 diff -Naur SimGear-0.3.5/simgear/ephemeris/Makefile.am SimGear-0.3.5-p/simgear/ephemeris/Makefile.am
61 --- SimGear-0.3.5/simgear/ephemeris/Makefile.am Fri Aug 29 19:36:27 2003
62 +++ SimGear-0.3.5-p/simgear/ephemeris/Makefile.am       Mon Mar 29 11:47:51 2004
63 @@ -1,6 +1,6 @@
64  includedir = @includedir@/ephemeris
65  
66 -lib_LIBRARIES = libsgephem.a
67 +lib_LTLIBRARIES = libsgephem.la
68  
69  include_HEADERS = \
70         celestialBody.hxx \
71 @@ -16,7 +16,7 @@
72         uranus.hxx \
73         venus.hxx
74  
75 -libsgephem_a_SOURCES = \
76 +libsgephem_la_SOURCES = \
77         celestialBody.cxx \
78         ephemeris.cxx \
79         jupiter.cxx \
80 diff -Naur SimGear-0.3.5/simgear/io/Makefile.am SimGear-0.3.5-p/simgear/io/Makefile.am
81 --- SimGear-0.3.5/simgear/io/Makefile.am        Mon Dec 29 16:56:17 2003
82 +++ SimGear-0.3.5-p/simgear/io/Makefile.am      Mon Mar 29 11:49:03 2004
83 @@ -1,6 +1,6 @@
84  includedir = @includedir@/io
85  
86 -lib_LIBRARIES = libsgio.a
87 +lib_LTLIBRARIES = libsgio.la
88  
89  include_HEADERS = \
90         iochannel.hxx \
91 @@ -11,7 +11,7 @@
92         sg_socket.hxx \
93         sg_socket_udp.hxx
94  
95 -libsgio_a_SOURCES = \
96 +libsgio_la_SOURCES = \
97         iochannel.cxx \
98         lowlevel.cxx \
99         sg_binobj.cxx \
100 @@ -27,10 +27,11 @@
101  tcp_server_SOURCES = tcp_server.cxx
102  
103  tcp_server_LDADD = \
104 -       $(top_builddir)/simgear/io/libsgio.a \
105 -       $(top_builddir)/simgear/debug/libsgdebug.a \
106 -       $(top_builddir)/simgear/bucket/libsgbucket.a \
107 -       $(top_builddir)/simgear/misc/libsgmisc.a \
108 +       $(top_builddir)/simgear/io/libsgio.la \
109 +       $(top_builddir)/simgear/debug/libsgdebug.la \
110 +       $(top_builddir)/simgear/bucket/libsgbucket.la \
111 +       $(top_builddir)/simgear/misc/libsgmisc.la \
112 +       $(top_builddir)/simgear/serial/libsgserial.la \
113         -lplibnet -lplibul -lz \
114         $(network_LIBS) \
115         $(base_LIBS)
116 @@ -38,10 +39,11 @@
117  tcp_client_SOURCES = tcp_client.cxx
118  
119  tcp_client_LDADD = \
120 -       $(top_builddir)/simgear/io/libsgio.a \
121 -       $(top_builddir)/simgear/debug/libsgdebug.a \
122 -       $(top_builddir)/simgear/bucket/libsgbucket.a \
123 -       $(top_builddir)/simgear/misc/libsgmisc.a \
124 +       $(top_builddir)/simgear/io/libsgio.la \
125 +       $(top_builddir)/simgear/debug/libsgdebug.la \
126 +       $(top_builddir)/simgear/bucket/libsgbucket.la \
127 +       $(top_builddir)/simgear/misc/libsgmisc.la \
128 +       $(top_builddir)/simgear/serial/libsgserial.la \
129         -lplibnet -lplibul -lz \
130         $(network_LIBS) \
131         $(base_LIBS)
132 @@ -49,10 +51,10 @@
133  socktest_SOURCES = socktest.cxx
134  
135  socktest_LDADD = \
136 -       $(top_builddir)/simgear/io/libsgio.a \
137 -       $(top_builddir)/simgear/debug/libsgdebug.a \
138 -       $(top_builddir)/simgear/bucket/libsgbucket.a \
139 -       $(top_builddir)/simgear/misc/libsgmisc.a \
140 +       $(top_builddir)/simgear/io/libsgio.la \
141 +       $(top_builddir)/simgear/debug/libsgdebug.la \
142 +       $(top_builddir)/simgear/bucket/libsgbucket.la \
143 +       $(top_builddir)/simgear/misc/libsgmisc.la \
144         -lplibnet -lplibul -lz \
145         $(network_LIBS) \
146         $(base_LIBS)
147 @@ -60,17 +62,17 @@
148  lowtest_SOURCES = lowtest.cxx
149  
150  lowtest_LDADD = \
151 -       $(top_builddir)/simgear/io/libsgio.a \
152 -       $(top_builddir)/simgear/debug/libsgdebug.a \
153 -       $(top_builddir)/simgear/bucket/libsgbucket.a \
154 -       $(top_builddir)/simgear/misc/libsgmisc.a \
155 +       $(top_builddir)/simgear/io/libsgio.la \
156 +       $(top_builddir)/simgear/debug/libsgdebug.la \
157 +       $(top_builddir)/simgear/bucket/libsgbucket.la \
158 +       $(top_builddir)/simgear/misc/libsgmisc.la \
159         $(base_LIBS) -lz
160  
161  decode_binobj_SOURCES = decode_binobj.cxx
162  
163  decode_binobj_LDADD = \
164 -       $(top_builddir)/simgear/io/libsgio.a \
165 -       $(top_builddir)/simgear/debug/libsgdebug.a \
166 -       $(top_builddir)/simgear/bucket/libsgbucket.a \
167 -       $(top_builddir)/simgear/misc/libsgmisc.a \
168 +       $(top_builddir)/simgear/io/libsgio.la \
169 +       $(top_builddir)/simgear/debug/libsgdebug.la \
170 +       $(top_builddir)/simgear/bucket/libsgbucket.la \
171 +       $(top_builddir)/simgear/misc/libsgmisc.la \
172         $(base_LIBS) -lz
173 diff -Naur SimGear-0.3.5/simgear/magvar/Makefile.am SimGear-0.3.5-p/simgear/magvar/Makefile.am
174 --- SimGear-0.3.5/simgear/magvar/Makefile.am    Fri Aug 29 19:36:28 2003
175 +++ SimGear-0.3.5-p/simgear/magvar/Makefile.am  Mon Mar 29 11:47:51 2004
176 @@ -1,10 +1,10 @@
177  includedir = @includedir@/magvar
178  
179 -lib_LIBRARIES = libsgmagvar.a
180 +lib_LTLIBRARIES = libsgmagvar.la
181  
182  include_HEADERS = magvar.hxx
183  
184 -libsgmagvar_a_SOURCES = \
185 +libsgmagvar_la_SOURCES = \
186         coremag.hxx coremag.cxx \
187         magvar.cxx
188  
189 @@ -13,7 +13,7 @@
190  testmagvar_SOURCES = testmagvar.cxx
191  
192  testmagvar_LDADD = \
193 -       $(top_builddir)/simgear/magvar/libsgmagvar.a \
194 +       $(top_builddir)/simgear/magvar/libsgmagvar.la \
195         $(base_LIBS)
196  
197  INCLUDES = -I$(top_srcdir)
198 diff -Naur SimGear-0.3.5/simgear/math/Makefile.am SimGear-0.3.5-p/simgear/math/Makefile.am
199 --- SimGear-0.3.5/simgear/math/Makefile.am      Mon Jun 30 16:54:19 2003
200 +++ SimGear-0.3.5-p/simgear/math/Makefile.am    Mon Mar 29 11:47:51 2004
201 @@ -1,6 +1,6 @@
202  includedir = @includedir@/math
203  
204 -lib_LIBRARIES = libsgmath.a
205 +lib_LTLIBRARIES = libsgmath.la
206  
207  include_HEADERS = \
208         interpolater.hxx \
209 @@ -17,7 +17,7 @@
210  
211  EXTRA_DIST = linintp2.h linintp2.inl sphrintp.h sphrintp.inl
212  
213 -libsgmath_a_SOURCES = \
214 +libsgmath_la_SOURCES = \
215         interpolater.cxx \
216         leastsqs.cxx \
217         polar3d.cxx \
218 diff -Naur SimGear-0.3.5/simgear/misc/Makefile.am SimGear-0.3.5-p/simgear/misc/Makefile.am
219 --- SimGear-0.3.5/simgear/misc/Makefile.am      Wed Dec 10 17:04:19 2003
220 +++ SimGear-0.3.5-p/simgear/misc/Makefile.am    Mon Mar 29 11:47:56 2004
221 @@ -1,6 +1,6 @@
222  includedir = @includedir@/misc
223  
224 -lib_LIBRARIES = libsgmisc.a
225 +lib_LTLIBRARIES = libsgmisc.la
226  
227  include_HEADERS = \
228         sg_path.hxx \
229 @@ -12,7 +12,7 @@
230         zfstream.hxx \
231         interpolator.hxx
232  
233 -libsgmisc_a_SOURCES = \
234 +libsgmisc_la_SOURCES = \
235         sg_path.cxx \
236         sgstream.cxx \
237         strutils.cxx \
238 @@ -25,8 +25,11 @@
239  
240  tabbed_value_test_SOURCES = tabbed_values_test.cxx
241  tabbed_value_test_LDADD = \
242 -       $(top_builddir)/simgear/misc/libsgmisc.a \
243 -       $(top_builddir)/simgear/xml/libsgxml.a \
244 -       $(top_builddir)/simgear/debug/libsgdebug.a
245 +       $(top_builddir)/simgear/misc/libsgmisc.la \
246 +       $(top_builddir)/simgear/xml/libsgxml.la \
247 +       $(top_builddir)/simgear/debug/libsgdebug.la \
248 +       $(top_builddir)/simgear/structure/libsgstructure.la \
249 +       $(top_builddir)/simgear/timing/libsgtiming.la \
250 +       -lz
251  
252  INCLUDES = -I$(top_srcdir)
253 diff -Naur SimGear-0.3.5/simgear/nasal/Makefile.am SimGear-0.3.5-p/simgear/nasal/Makefile.am
254 --- SimGear-0.3.5/simgear/nasal/Makefile.am     Thu Mar 18 15:51:23 2004
255 +++ SimGear-0.3.5-p/simgear/nasal/Makefile.am   Mon Mar 29 11:49:49 2004
256 @@ -1,10 +1,10 @@
257  includedir = @includedir@/nasal
258  
259 -lib_LIBRARIES = libsgnasal.a
260 +lib_LTLIBRARIES = libsgnasal.la
261  
262  include_HEADERS = nasal.h
263  
264 -libsgnasal_a_SOURCES = \
265 +libsgnasal_la_SOURCES = \
266         code.c code.h \
267         codegen.c \
268          data.h \
269 diff -Naur SimGear-0.3.5/simgear/props/Makefile.am SimGear-0.3.5-p/simgear/props/Makefile.am
270 --- SimGear-0.3.5/simgear/props/Makefile.am     Tue Sep 30 17:36:51 2003
271 +++ SimGear-0.3.5-p/simgear/props/Makefile.am   Mon Mar 29 11:47:56 2004
272 @@ -1,13 +1,13 @@
273  includedir = @includedir@/props
274  
275 -lib_LIBRARIES = libsgprops.a
276 +lib_LTLIBRARIES = libsgprops.la
277  
278  include_HEADERS = \
279         condition.hxx \
280         props.hxx \
281         props_io.hxx
282  
283 -libsgprops_a_SOURCES = \
284 +libsgprops_la_SOURCES = \
285         condition.cxx \
286         props.cxx \
287         props_io.cxx
288 @@ -16,10 +16,12 @@
289  
290  props_test_SOURCES = props_test.cxx
291  props_test_LDADD = \
292 -       $(top_builddir)/simgear/props/libsgprops.a \
293 -       $(top_builddir)/simgear/xml/libsgxml.a \
294 -       $(top_builddir)/simgear/misc/libsgmisc.a \
295 -       $(top_builddir)/simgear/debug/libsgdebug.a \
296 -       $(top_builddir)/simgear/structure/libsgstructure.a
297 +       $(top_builddir)/simgear/props/libsgprops.la \
298 +       $(top_builddir)/simgear/xml/libsgxml.la \
299 +       $(top_builddir)/simgear/misc/libsgmisc.la \
300 +       $(top_builddir)/simgear/debug/libsgdebug.la \
301 +       $(top_builddir)/simgear/structure/libsgstructure.la \
302 +       $(top_builddir)/simgear/timing/libsgtiming.la \
303 +       -lz
304  
305  INCLUDES = -I$(top_srcdir)
306 diff -Naur SimGear-0.3.5/simgear/route/Makefile.am SimGear-0.3.5-p/simgear/route/Makefile.am
307 --- SimGear-0.3.5/simgear/route/Makefile.am     Fri Aug 29 19:36:29 2003
308 +++ SimGear-0.3.5-p/simgear/route/Makefile.am   Mon Mar 29 11:47:56 2004
309 @@ -1,10 +1,10 @@
310  includedir = @includedir@/route
311  
312 -lib_LIBRARIES = libsgroute.a
313 +lib_LTLIBRARIES = libsgroute.la
314  
315  include_HEADERS = route.hxx waypoint.hxx
316  
317 -libsgroute_a_SOURCES = \
318 +libsgroute_la_SOURCES = \
319         route.cxx \
320         waypoint.cxx
321  
322 @@ -15,17 +15,19 @@
323  waytest_SOURCES = waytest.cxx
324  
325  waytest_LDADD = \
326 -       $(top_builddir)/simgear/route/libsgroute.a \
327 -       $(top_builddir)/simgear/math/libsgmath.a \
328 -       $(top_builddir)/simgear/debug/libsgdebug.a \
329 -       $(top_builddir)/simgear/misc/libsgmisc.a \
330 +       $(top_builddir)/simgear/route/libsgroute.la \
331 +       $(top_builddir)/simgear/math/libsgmath.la \
332 +       $(top_builddir)/simgear/debug/libsgdebug.la \
333 +       $(top_builddir)/simgear/misc/libsgmisc.la \
334         $(base_LIBS) \
335         -lz
336  
337  routetest_SOURCES = routetest.cxx
338  
339  routetest_LDADD = \
340 -       $(top_builddir)/simgear/route/libsgroute.a \
341 -       $(top_builddir)/simgear/math/libsgmath.a \
342 -       $(top_builddir)/simgear/debug/libsgdebug.a \
343 +       $(top_builddir)/simgear/route/libsgroute.la \
344 +       $(top_builddir)/simgear/math/libsgmath.la \
345 +       $(top_builddir)/simgear/debug/libsgdebug.la \
346 +       $(top_builddir)/simgear/misc/libsgmisc.la \
347 +       -lz
348         $(base_LIBS)
349 diff -Naur SimGear-0.3.5/simgear/scene/material/Makefile.am SimGear-0.3.5-p/simgear/scene/material/Makefile.am
350 --- SimGear-0.3.5/simgear/scene/material/Makefile.am    Fri May 16 15:21:20 2003
351 +++ SimGear-0.3.5-p/simgear/scene/material/Makefile.am  Mon Mar 29 11:47:56 2004
352 @@ -1,6 +1,6 @@
353  includedir = @includedir@/scene/material
354  
355 -lib_LIBRARIES = libsgmaterial.a
356 +lib_LTLIBRARIES = libsgmaterial.la
357  
358  noinst_HEADERS =
359  
360 @@ -9,7 +9,7 @@
361         matlib.hxx \
362         matmodel.hxx
363  
364 -libsgmaterial_a_SOURCES = \
365 +libsgmaterial_la_SOURCES = \
366         mat.cxx \
367         matlib.cxx \
368         matmodel.cxx
369 diff -Naur SimGear-0.3.5/simgear/scene/model/Makefile.am SimGear-0.3.5-p/simgear/scene/model/Makefile.am
370 --- SimGear-0.3.5/simgear/scene/model/Makefile.am       Fri May 16 15:21:20 2003
371 +++ SimGear-0.3.5-p/simgear/scene/model/Makefile.am     Mon Mar 29 11:47:56 2004
372 @@ -1,6 +1,6 @@
373  includedir = @includedir@/scene/model
374  
375 -lib_LIBRARIES = libsgmodel.a
376 +lib_LTLIBRARIES = libsgmodel.la
377  
378  noinst_HEADERS =
379  
380 @@ -11,7 +11,7 @@
381         modellib.hxx \
382         placement.hxx
383  
384 -libsgmodel_a_SOURCES = \
385 +libsgmodel_la_SOURCES = \
386         animation.cxx \
387         location.cxx \
388         model.cxx \
389 diff -Naur SimGear-0.3.5/simgear/scene/tgdb/Makefile.am SimGear-0.3.5-p/simgear/scene/tgdb/Makefile.am
390 --- SimGear-0.3.5/simgear/scene/tgdb/Makefile.am        Tue Dec 30 20:36:48 2003
391 +++ SimGear-0.3.5-p/simgear/scene/tgdb/Makefile.am      Mon Mar 29 11:47:56 2004
392 @@ -1,6 +1,6 @@
393  includedir = @includedir@/scene/tgdb
394  
395 -lib_LIBRARIES = libsgtgdb.a
396 +lib_LTLIBRARIES = libsgtgdb.la
397  
398  noinst_HEADERS =
399  
400 @@ -12,7 +12,7 @@
401         userdata.hxx \
402         vasi.hxx
403  
404 -libsgtgdb_a_SOURCES = \
405 +libsgtgdb_la_SOURCES = \
406         apt_signs.cxx \
407         leaf.cxx \
408         obj.cxx \
409 diff -Naur SimGear-0.3.5/simgear/screen/Makefile.am SimGear-0.3.5-p/simgear/screen/Makefile.am
410 --- SimGear-0.3.5/simgear/screen/Makefile.am    Fri Aug 29 19:36:30 2003
411 +++ SimGear-0.3.5-p/simgear/screen/Makefile.am  Mon Mar 29 11:47:56 2004
412 @@ -1,6 +1,6 @@
413  includedir = @includedir@/screen
414  
415 -lib_LIBRARIES = libsgscreen.a
416 +lib_LTLIBRARIES = libsgscreen.la
417  
418  EXTRA_DIST = jpgfactory.cxx jpgfactory.hxx
419  
420 @@ -22,7 +22,7 @@
421         extensions.hxx \
422         tr.h
423  
424 -libsgscreen_a_SOURCES = \
425 +libsgscreen_la_SOURCES = \
426         texture.cxx \
427         GLBitmaps.cxx GLBitmaps.h \
428         $(IMAGE_SERVER_SRCS) \
429 diff -Naur SimGear-0.3.5/simgear/serial/Makefile.am SimGear-0.3.5-p/simgear/serial/Makefile.am
430 --- SimGear-0.3.5/simgear/serial/Makefile.am    Sat Sep  7 04:58:19 2002
431 +++ SimGear-0.3.5-p/simgear/serial/Makefile.am  Mon Mar 29 11:47:56 2004
432 @@ -1,17 +1,17 @@
433  includedir = @includedir@/serial
434  
435 -lib_LIBRARIES = libsgserial.a
436 +lib_LTLIBRARIES = libsgserial.la
437  
438  include_HEADERS = serial.hxx
439  
440 -libsgserial_a_SOURCES = serial.cxx
441 +libsgserial_la_SOURCES = serial.cxx
442  
443  noinst_PROGRAMS = testserial
444  
445  testserial_SOURCES = testserial.cxx
446  
447  testserial_LDADD = \
448 -       $(top_builddir)/simgear/serial/libsgserial.a \
449 -       $(top_builddir)/simgear/debug/libsgdebug.a
450 +       $(top_builddir)/simgear/serial/libsgserial.la \
451 +       $(top_builddir)/simgear/debug/libsgdebug.la
452  
453  INCLUDES = -I$(top_srcdir)
454 diff -Naur SimGear-0.3.5/simgear/sound/Makefile.am SimGear-0.3.5-p/simgear/sound/Makefile.am
455 --- SimGear-0.3.5/simgear/sound/Makefile.am     Fri May  9 19:29:07 2003
456 +++ SimGear-0.3.5-p/simgear/sound/Makefile.am   Mon Mar 29 11:47:56 2004
457 @@ -2,34 +2,37 @@
458  
459  EXTRA_DIST = jet.wav
460  
461 -lib_LIBRARIES = libsgsound.a
462 +lib_LTLIBRARIES = libsgsound.la
463  
464  noinst_HEADERS =
465  
466  include_HEADERS = \
467         sample_openal.hxx \
468         soundmgr_openal.hxx \
469         xmlsound.hxx 
470  
471 -libsgsound_a_SOURCES = \
472 +libsgsound_la_SOURCES = \
473         sample_openal.cxx  \
474         soundmgr_openal.cxx \
475         xmlsound.cxx 
476  
477  noinst_PROGRAMS = openal_test1 openal_test2
478  
479  openal_test1_SOURCES = openal_test1.cxx
480  openal_test2_SOURCES = openal_test2.cxx
481  
482  openal_test1_LDADD = \
483 -       $(top_builddir)/simgear/debug/libsgdebug.a \
484 +       $(top_builddir)/simgear/debug/libsgdebug.la \
485         $(openal_LIBS)
486  
487  openal_test2_LDADD = \
488 -       $(top_builddir)/simgear/sound/libsgsound.a \
489 -       $(top_builddir)/simgear/debug/libsgdebug.a \
490 -       $(top_builddir)/simgear/misc/libsgmisc.a \
491 -       $(top_builddir)/simgear/structure/libsgstructure.a \
492 +       $(top_builddir)/simgear/sound/libsgsound.la \
493 +       $(top_builddir)/simgear/debug/libsgdebug.la \
494 +       $(top_builddir)/simgear/misc/libsgmisc.la \
495 +       $(top_builddir)/simgear/structure/libsgstructure.la \
496 +       $(top_builddir)/simgear/props/libsgprops.la \
497 +       $(top_builddir)/simgear/xml/libsgxml.la \
498 +       -lz \
499         $(openal_LIBS)
500  
501  INCLUDES = -I$(top_srcdir)
502 diff -Naur SimGear-0.3.5/simgear/structure/Makefile.am SimGear-0.3.5-p/simgear/structure/Makefile.am
503 --- SimGear-0.3.5/simgear/structure/Makefile.am Wed Sep 24 19:19:23 2003
504 +++ SimGear-0.3.5-p/simgear/structure/Makefile.am       Mon Mar 29 11:47:56 2004
505 @@ -1,6 +1,6 @@
506  includedir = @includedir@/structure
507  
508 -lib_LIBRARIES = libsgstructure.a
509 +lib_LTLIBRARIES = libsgstructure.la
510  
511  include_HEADERS = \
512         callback.hxx \
513 @@ -9,7 +9,7 @@
514         event_mgr.hxx \
515         subsystem_mgr.hxx
516  
517 -libsgstructure_a_SOURCES = \
518 +libsgstructure_la_SOURCES = \
519         commands.cxx \
520         exception.cxx \
521         event_mgr.cxx\
522 diff -Naur SimGear-0.3.5/simgear/threads/Makefile.am SimGear-0.3.5-p/simgear/threads/Makefile.am
523 --- SimGear-0.3.5/simgear/threads/Makefile.am   Sat Sep  7 04:58:20 2002
524 +++ SimGear-0.3.5-p/simgear/threads/Makefile.am Mon Mar 29 11:47:56 2004
525 @@ -1,13 +1,13 @@
526  includedir = @includedir@/threads
527  
528 -lib_LIBRARIES = libsgthreads.a
529 +lib_LTLIBRARIES = libsgthreads.la
530  
531  include_HEADERS = \
532         SGGuard.hxx \
533         SGQueue.hxx \
534         SGThread.hxx
535  
536 -libsgthreads_a_SOURCES = \
537 +libsgthreads_la_SOURCES = \
538         SGThread.cxx
539  
540  INCLUDES = -I$(top_srcdir)
541 diff -Naur SimGear-0.3.5/simgear/timing/Makefile.am SimGear-0.3.5-p/simgear/timing/Makefile.am
542 --- SimGear-0.3.5/simgear/timing/Makefile.am    Sat Sep  7 04:58:19 2002
543 +++ SimGear-0.3.5-p/simgear/timing/Makefile.am  Mon Mar 29 11:47:56 2004
544 @@ -1,6 +1,6 @@
545  includedir = @includedir@/timing
546  
547 -lib_LIBRARIES = libsgtiming.a
548 +lib_LTLIBRARIES = libsgtiming.la
549  
550  include_HEADERS = \
551         geocoord.h \
552 @@ -9,7 +9,7 @@
553         timestamp.hxx \
554         timezone.h
555  
556 -libsgtiming_a_SOURCES = \
557 +libsgtiming_la_SOURCES = \
558         geocoord.cxx \
559         lowleveltime.cxx \
560         sg_time.cxx \
561 --- SimGear-0.3.9.old/simgear/scene/sky/Makefile.am     2005-12-07 19:31:44.000000000 +0100
562 +++ SimGear-0.3.9/simgear/scene/sky/Makefile.am 2005-12-07 19:54:21.000000000 +0100
563 @@ -1,6 +1,6 @@
564  includedir = @includedir@/scene/sky
565  
566 -lib_LIBRARIES = libsgsky.a
567 +lib_LTLIBRARIES = libsgsky.la
568  
569  include_HEADERS = \
570         cloud.hxx \
571 @@ -14,7 +14,7 @@
572         cloudfield.hxx \
573         newcloud.hxx
574  
575 -libsgsky_a_SOURCES = \
576 +libsgsky_la_SOURCES = \
577         cloud.cxx \
578         dome.cxx \
579         moon.cxx \
580 --- SimGear-0.3.9.old/simgear/xml/Makefile.am   2005-12-07 19:31:44.000000000 +0100
581 +++ SimGear-0.3.9/simgear/xml/Makefile.am       2005-12-07 20:03:24.000000000 +0100
582 @@ -1,6 +1,6 @@
583  includedir = @includedir@/xml
584  
585 -lib_LIBRARIES = libsgxml.a
586 +lib_LTLIBRARIES = libsgxml.la
587  
588  include_HEADERS = \
589         easyxml.hxx
590 @@ -8,7 +8,7 @@
591  noinst_HEADERS = \
592         xmltok_impl.c xmltok_ns.c
593  
594 -libsgxml_a_SOURCES = \
595 +libsgxml_la_SOURCES = \
596         asciitab.h \
597         easyxml.cxx \
598         hashtable.h hashtable.c \
This page took 0.09141 seconds and 2 git commands to generate.