~ubuntu-branches/ubuntu/trusty/xplanet/trusty

« back to all changes in this revision

Viewing changes to src/libephemeris/libmoons/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Steve McIntyre
  • Date: 2014-01-30 18:54:10 UTC
  • mfrom: (4.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20140130185410-o2u51emh707gbevv
Tags: 1.3.0-1
* New maintainer
* Move to new upstream version 1.3.0. (Closes: #678464)
  + Upstream highlights:
    - add "outlined" keyword to marker files
    - update JPL ephemeris code for 64 bit machines
    - add bump_shade config file parameter
    - add opacity keyword for markers
    - implement Rayleigh scattering
  + Remove old Debian patches now obsoleted:
    - possible-buffer-overflow (included upstream)
    - orbit-step-bug (included upstream)
    - gcc44-includes (included upstream)
    - hyphen-used-as-minus-sign (included upstream)
    - tsc-aspect-ratio (included upstream)
  + Update (and include!) FreeMonoBold
* Update libtiff build-deps (Closes: #736052)
* Update libpng build-deps (Closes: #662568)
* Update Standards-Version to 3.9.5
* Update to debhelper 9 to enable hardening build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
35
37
subdir = src/libephemeris/libmoons
36
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
37
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
38
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
40
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 $(top_srcdir)/pkg.m4 \
39
41
        $(top_srcdir)/configure.ac
40
42
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41
43
        $(ACLOCAL_M4)
42
44
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
43
45
CONFIG_HEADER = $(top_builddir)/config.h
44
46
CONFIG_CLEAN_FILES =
 
47
CONFIG_CLEAN_VPATH_FILES =
45
48
LIBRARIES = $(noinst_LIBRARIES)
46
49
AR = ar
47
50
ARFLAGS = cru
53
56
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
54
57
depcomp = $(SHELL) $(top_srcdir)/depcomp
55
58
am__depfiles_maybe = depfiles
 
59
am__mv = mv -f
56
60
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
57
61
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
58
62
CXXLD = $(CXX)
118
122
PACKAGE_NAME = @PACKAGE_NAME@
119
123
PACKAGE_STRING = @PACKAGE_STRING@
120
124
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
125
PACKAGE_URL = @PACKAGE_URL@
121
126
PACKAGE_VERSION = @PACKAGE_VERSION@
122
127
PANGOFT2_CFLAGS = @PANGOFT2_CFLAGS@
123
128
PANGOFT2_LIBS = @PANGOFT2_LIBS@
185
190
srcdir = @srcdir@
186
191
sysconfdir = @sysconfdir@
187
192
target_alias = @target_alias@
 
193
top_build_prefix = @top_build_prefix@
188
194
top_builddir = @top_builddir@
189
195
top_srcdir = @top_srcdir@
190
196
xplanet_ARFLAGS = @xplanet_ARFLAGS@
202
208
        @for dep in $?; do \
203
209
          case '$(am__configure_deps)' in \
204
210
            *$$dep*) \
205
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
206
 
                && exit 0; \
 
211
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
212
                && { if test -f $@; then exit 0; else break; fi; }; \
207
213
              exit 1;; \
208
214
          esac; \
209
215
        done; \
210
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/libephemeris/libmoons/Makefile'; \
211
 
        cd $(top_srcdir) && \
212
 
          $(AUTOMAKE) --gnu  src/libephemeris/libmoons/Makefile
 
216
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/libephemeris/libmoons/Makefile'; \
 
217
        $(am__cd) $(top_srcdir) && \
 
218
          $(AUTOMAKE) --gnu src/libephemeris/libmoons/Makefile
213
219
.PRECIOUS: Makefile
214
220
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
215
221
        @case '$?' in \
227
233
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
228
234
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
229
235
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
236
$(am__aclocal_m4_deps):
230
237
 
231
238
clean-noinstLIBRARIES:
232
239
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
251
258
 
252
259
.cpp.o:
253
260
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
254
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
261
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
255
262
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
256
263
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
257
264
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
258
265
 
259
266
.cpp.obj:
260
267
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
261
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
268
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
262
269
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
263
270
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
264
271
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
268
275
        unique=`for i in $$list; do \
269
276
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
270
277
          done | \
271
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
278
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
272
279
              END { if (nonempty) { for (i in files) print i; }; }'`; \
273
280
        mkid -fID $$unique
274
281
tags: TAGS
275
282
 
276
283
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
277
284
                $(TAGS_FILES) $(LISP)
278
 
        tags=; \
 
285
        set x; \
279
286
        here=`pwd`; \
280
287
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
281
288
        unique=`for i in $$list; do \
283
290
          done | \
284
291
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
285
292
              END { if (nonempty) { for (i in files) print i; }; }'`; \
286
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
293
        shift; \
 
294
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
287
295
          test -n "$$unique" || unique=$$empty_fix; \
288
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
289
 
            $$tags $$unique; \
 
296
          if test $$# -gt 0; then \
 
297
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
298
              "$$@" $$unique; \
 
299
          else \
 
300
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
301
              $$unique; \
 
302
          fi; \
290
303
        fi
291
304
ctags: CTAGS
292
305
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
293
306
                $(TAGS_FILES) $(LISP)
294
 
        tags=; \
295
307
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
296
308
        unique=`for i in $$list; do \
297
309
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
298
310
          done | \
299
311
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
300
312
              END { if (nonempty) { for (i in files) print i; }; }'`; \
301
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
313
        test -z "$(CTAGS_ARGS)$$unique" \
302
314
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
303
 
             $$tags $$unique
 
315
             $$unique
304
316
 
305
317
GTAGS:
306
318
        here=`$(am__cd) $(top_builddir) && pwd` \
307
 
          && cd $(top_srcdir) \
308
 
          && gtags -i $(GTAGS_ARGS) $$here
 
319
          && $(am__cd) $(top_srcdir) \
 
320
          && gtags -i $(GTAGS_ARGS) "$$here"
309
321
 
310
322
distclean-tags:
311
323
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
326
338
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
327
339
          if test -d $$d/$$file; then \
328
340
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
341
            if test -d "$(distdir)/$$file"; then \
 
342
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
343
            fi; \
329
344
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
330
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
345
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
346
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
331
347
            fi; \
332
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
348
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
333
349
          else \
334
 
            test -f $(distdir)/$$file \
335
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
350
            test -f "$(distdir)/$$file" \
 
351
            || cp -p $$d/$$file "$(distdir)/$$file" \
336
352
            || exit 1; \
337
353
          fi; \
338
354
        done
360
376
 
361
377
distclean-generic:
362
378
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
379
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
363
380
 
364
381
maintainer-clean-generic:
365
382
        @echo "This command is intended for maintainers to use"
380
397
 
381
398
html: html-am
382
399
 
 
400
html-am:
 
401
 
383
402
info: info-am
384
403
 
385
404
info-am:
388
407
 
389
408
install-dvi: install-dvi-am
390
409
 
 
410
install-dvi-am:
 
411
 
391
412
install-exec-am:
392
413
 
393
414
install-html: install-html-am
394
415
 
 
416
install-html-am:
 
417
 
395
418
install-info: install-info-am
396
419
 
 
420
install-info-am:
 
421
 
397
422
install-man:
398
423
 
399
424
install-pdf: install-pdf-am
400
425
 
 
426
install-pdf-am:
 
427
 
401
428
install-ps: install-ps-am
402
429
 
 
430
install-ps-am:
 
431
 
403
432
installcheck-am:
404
433
 
405
434
maintainer-clean: maintainer-clean-am
436
465
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
437
466
        uninstall-am
438
467
 
 
468
 
439
469
# Tell versions [3.59,3.63) of GNU make to not export all variables.
440
470
# Otherwise a system limit (for SysV at least) may be exceeded.
441
471
.NOEXPORT: