~ubuntu-branches/ubuntu/natty/fso-abyss/natty

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Heiko Stuebner
  • Date: 2010-06-09 21:26:20 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100609212620-fpzi8ql8qwr9tqar
Tags: 0.9.0+git20100310-1
* New upstream snapshot
* Fixes compilation with newer vala versions (Closes: #574302)
* Update standards to 3.8.4
* Install default configs matching the current library scheme

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 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
48
50
mkinstalldirs = $(install_sh) -d
49
51
CONFIG_HEADER = config.h
50
52
CONFIG_CLEAN_FILES =
 
53
CONFIG_CLEAN_VPATH_FILES =
51
54
am__installdirs = "$(DESTDIR)$(sbindir)"
52
 
sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
53
55
PROGRAMS = $(sbin_PROGRAMS)
54
56
am__dirstamp = $(am__leading_dot)dirstamp
55
57
am__objects_1 =
59
61
fso_abyss_OBJECTS = $(am_fso_abyss_OBJECTS)
60
62
am__DEPENDENCIES_1 =
61
63
fso_abyss_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
 
64
AM_V_lt = $(am__v_lt_$(V))
 
65
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
66
am__v_lt_0 = --silent
62
67
DEFAULT_INCLUDES = -I.@am__isrc@
63
68
depcomp = $(SHELL) $(top_srcdir)/depcomp
64
69
am__depfiles_maybe = depfiles
 
70
am__mv = mv -f
65
71
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
66
72
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
67
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
68
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
69
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
73
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
74
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
75
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
76
        $(AM_CFLAGS) $(CFLAGS)
 
77
AM_V_CC = $(am__v_CC_$(V))
 
78
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
 
79
am__v_CC_0 = @echo "  CC    " $@;
 
80
AM_V_at = $(am__v_at_$(V))
 
81
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
82
am__v_at_0 = @
70
83
CCLD = $(CC)
71
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
72
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
73
 
        $(LDFLAGS) -o $@
 
84
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
85
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
86
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
87
AM_V_CCLD = $(am__v_CCLD_$(V))
 
88
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
 
89
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
90
AM_V_GEN = $(am__v_GEN_$(V))
 
91
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
92
am__v_GEN_0 = @echo "  GEN   " $@;
74
93
SOURCES = $(fso_abyss_SOURCES)
75
94
DIST_SOURCES = $(fso_abyss_SOURCES)
76
95
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
82
101
        ps-recursive uninstall-recursive
83
102
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
84
103
  distclean-recursive maintainer-clean-recursive
 
104
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
105
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
106
        distdir dist dist-all distcheck
85
107
ETAGS = etags
86
108
CTAGS = ctags
87
109
DIST_SUBDIRS = $(SUBDIRS)
89
111
distdir = $(PACKAGE)-$(VERSION)
90
112
top_distdir = $(distdir)
91
113
am__remove_distdir = \
92
 
  { test ! -d $(distdir) \
93
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
94
 
         && rm -fr $(distdir); }; }
 
114
  { test ! -d "$(distdir)" \
 
115
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
116
         && rm -fr "$(distdir)"; }; }
 
117
am__relativize = \
 
118
  dir0=`pwd`; \
 
119
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
120
  sed_rest='s,^[^/]*/*,,'; \
 
121
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
122
  sed_butlast='s,/*[^/]*$$,,'; \
 
123
  while test -n "$$dir1"; do \
 
124
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
125
    if test "$$first" != "."; then \
 
126
      if test "$$first" = ".."; then \
 
127
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
128
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
129
      else \
 
130
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
131
        if test "$$first2" = "$$first"; then \
 
132
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
133
        else \
 
134
          dir2="../$$dir2"; \
 
135
        fi; \
 
136
        dir0="$$dir0"/"$$first"; \
 
137
      fi; \
 
138
    fi; \
 
139
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
140
  done; \
 
141
  reldir="$$dir2"
95
142
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
96
143
GZIP_ENV = --best
97
144
distuninstallcheck_listfiles = find . -type f -print
98
145
distcleancheck_listfiles = find . -type f -print
99
146
ACLOCAL = @ACLOCAL@
100
147
AMTAR = @AMTAR@
 
148
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
101
149
AR = @AR@
102
150
AUTOCONF = @AUTOCONF@
103
151
AUTOHEADER = @AUTOHEADER@
148
196
PACKAGE_NAME = @PACKAGE_NAME@
149
197
PACKAGE_STRING = @PACKAGE_STRING@
150
198
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
199
PACKAGE_URL = @PACKAGE_URL@
151
200
PACKAGE_VERSION = @PACKAGE_VERSION@
152
201
PATH_SEPARATOR = @PATH_SEPARATOR@
153
202
PKG_CONFIG = @PKG_CONFIG@
283
332
        @for dep in $?; do \
284
333
          case '$(am__configure_deps)' in \
285
334
            *$$dep*) \
286
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
287
 
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
 
335
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
 
336
              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
288
337
                && exit 0; \
289
338
              exit 1;; \
290
339
          esac; \
291
340
        done; \
292
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
293
 
        cd $(top_srcdir) && \
294
 
          $(AUTOMAKE) --gnu  Makefile
 
341
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
 
342
        $(am__cd) $(top_srcdir) && \
 
343
          $(AUTOMAKE) --gnu Makefile
295
344
.PRECIOUS: Makefile
296
345
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
297
346
        @case '$?' in \
307
356
        $(SHELL) ./config.status --recheck
308
357
 
309
358
$(top_srcdir)/configure:  $(am__configure_deps)
310
 
        cd $(srcdir) && $(AUTOCONF)
 
359
        $(am__cd) $(srcdir) && $(AUTOCONF)
311
360
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
312
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
361
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
362
$(am__aclocal_m4_deps):
313
363
 
314
364
config.h: stamp-h1
315
365
        @if test ! -f $@; then \
321
371
        @rm -f stamp-h1
322
372
        cd $(top_builddir) && $(SHELL) ./config.status config.h
323
373
$(srcdir)/config.h.in:  $(am__configure_deps) 
324
 
        cd $(top_srcdir) && $(AUTOHEADER)
 
374
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
325
375
        rm -f stamp-h1
326
376
        touch $@
327
377
 
330
380
install-sbinPROGRAMS: $(sbin_PROGRAMS)
331
381
        @$(NORMAL_INSTALL)
332
382
        test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
333
 
        @list='$(sbin_PROGRAMS)'; for p in $$list; do \
334
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
335
 
          if test -f $$p \
336
 
             || test -f $$p1 \
337
 
          ; then \
338
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
339
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(sbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(sbindir)/$$f'"; \
340
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(sbinPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(sbindir)/$$f" || exit 1; \
341
 
          else :; fi; \
342
 
        done
 
383
        @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
 
384
        for p in $$list; do echo "$$p $$p"; done | \
 
385
        sed 's/$(EXEEXT)$$//' | \
 
386
        while read p p1; do if test -f $$p || test -f $$p1; \
 
387
          then echo "$$p"; echo "$$p"; else :; fi; \
 
388
        done | \
 
389
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
390
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
391
        sed 'N;N;N;s,\n, ,g' | \
 
392
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
393
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
394
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
395
            else { print "f", $$3 "/" $$4, $$1; } } \
 
396
          END { for (d in files) print "f", d, files[d] }' | \
 
397
        while read type dir files; do \
 
398
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
399
            test -z "$$files" || { \
 
400
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
 
401
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
 
402
            } \
 
403
        ; done
343
404
 
344
405
uninstall-sbinPROGRAMS:
345
406
        @$(NORMAL_UNINSTALL)
346
 
        @list='$(sbin_PROGRAMS)'; for p in $$list; do \
347
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
348
 
          echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \
349
 
          rm -f "$(DESTDIR)$(sbindir)/$$f"; \
350
 
        done
 
407
        @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
 
408
        files=`for p in $$list; do echo "$$p"; done | \
 
409
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
410
              -e 's/$$/$(EXEEXT)/' `; \
 
411
        test -n "$$list" || exit 0; \
 
412
        echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
 
413
        cd "$(DESTDIR)$(sbindir)" && rm -f $$files
351
414
 
352
415
clean-sbinPROGRAMS:
353
 
        @list='$(sbin_PROGRAMS)'; for p in $$list; do \
354
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
355
 
          echo " rm -f $$p $$f"; \
356
 
          rm -f $$p $$f ; \
357
 
        done
 
416
        @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
 
417
        echo " rm -f" $$list; \
 
418
        rm -f $$list || exit $$?; \
 
419
        test -n "$(EXEEXT)" || exit 0; \
 
420
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
421
        echo " rm -f" $$list; \
 
422
        rm -f $$list
358
423
src/$(am__dirstamp):
359
424
        @$(MKDIR_P) src
360
425
        @: > src/$(am__dirstamp)
368
433
src/main.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
369
434
fso-abyss$(EXEEXT): $(fso_abyss_OBJECTS) $(fso_abyss_DEPENDENCIES) 
370
435
        @rm -f fso-abyss$(EXEEXT)
371
 
        $(LINK) $(fso_abyss_OBJECTS) $(fso_abyss_LDADD) $(LIBS)
 
436
        $(AM_V_CCLD)$(LINK) $(fso_abyss_OBJECTS) $(fso_abyss_LDADD) $(LIBS)
372
437
 
373
438
mostlyclean-compile:
374
439
        -rm -f *.$(OBJEXT)
384
449
@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/server.Po@am__quote@
385
450
 
386
451
.c.o:
387
 
@am__fastdepCC_TRUE@    depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
 
452
@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
388
453
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
389
 
@am__fastdepCC_TRUE@    mv -f $$depbase.Tpo $$depbase.Po
 
454
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
 
455
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
390
456
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
391
457
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
392
458
@am__fastdepCC_FALSE@   $(COMPILE) -c -o $@ $<
393
459
 
394
460
.c.obj:
395
 
@am__fastdepCC_TRUE@    depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
 
461
@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
396
462
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
397
 
@am__fastdepCC_TRUE@    mv -f $$depbase.Tpo $$depbase.Po
 
463
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
 
464
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
398
465
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
399
466
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
400
467
@am__fastdepCC_FALSE@   $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
401
468
 
402
469
.c.lo:
403
 
@am__fastdepCC_TRUE@    depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
 
470
@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
404
471
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
405
 
@am__fastdepCC_TRUE@    mv -f $$depbase.Tpo $$depbase.Plo
 
472
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
 
473
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
406
474
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
407
475
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
408
476
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
423
491
#     (which will cause the Makefiles to be regenerated when you run `make');
424
492
# (2) otherwise, pass the desired values on the `make' command line.
425
493
$(RECURSIVE_TARGETS):
426
 
        @failcom='exit 1'; \
 
494
        @fail= failcom='exit 1'; \
427
495
        for f in x $$MAKEFLAGS; do \
428
496
          case $$f in \
429
497
            *=* | --[!k]*);; \
440
508
          else \
441
509
            local_target="$$target"; \
442
510
          fi; \
443
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
511
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
444
512
          || eval $$failcom; \
445
513
        done; \
446
514
        if test "$$dot_seen" = "no"; then \
448
516
        fi; test -z "$$fail"
449
517
 
450
518
$(RECURSIVE_CLEAN_TARGETS):
451
 
        @failcom='exit 1'; \
 
519
        @fail= failcom='exit 1'; \
452
520
        for f in x $$MAKEFLAGS; do \
453
521
          case $$f in \
454
522
            *=* | --[!k]*);; \
474
542
          else \
475
543
            local_target="$$target"; \
476
544
          fi; \
477
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
545
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
478
546
          || eval $$failcom; \
479
547
        done && test -z "$$fail"
480
548
tags-recursive:
481
549
        list='$(SUBDIRS)'; for subdir in $$list; do \
482
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
550
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
483
551
        done
484
552
ctags-recursive:
485
553
        list='$(SUBDIRS)'; for subdir in $$list; do \
486
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
554
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
487
555
        done
488
556
 
489
557
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
498
566
 
499
567
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
500
568
                $(TAGS_FILES) $(LISP)
501
 
        tags=; \
 
569
        set x; \
502
570
        here=`pwd`; \
503
571
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
504
572
          include_option=--etags-include; \
510
578
        list='$(SUBDIRS)'; for subdir in $$list; do \
511
579
          if test "$$subdir" = .; then :; else \
512
580
            test ! -f $$subdir/TAGS || \
513
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
581
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
514
582
          fi; \
515
583
        done; \
516
584
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
519
587
          done | \
520
588
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
521
589
              END { if (nonempty) { for (i in files) print i; }; }'`; \
522
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
590
        shift; \
 
591
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
523
592
          test -n "$$unique" || unique=$$empty_fix; \
524
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
525
 
            $$tags $$unique; \
 
593
          if test $$# -gt 0; then \
 
594
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
595
              "$$@" $$unique; \
 
596
          else \
 
597
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
598
              $$unique; \
 
599
          fi; \
526
600
        fi
527
601
ctags: CTAGS
528
602
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
529
603
                $(TAGS_FILES) $(LISP)
530
 
        tags=; \
531
604
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
532
605
        unique=`for i in $$list; do \
533
606
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
534
607
          done | \
535
608
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
536
609
              END { if (nonempty) { for (i in files) print i; }; }'`; \
537
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
610
        test -z "$(CTAGS_ARGS)$$unique" \
538
611
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
539
 
             $$tags $$unique
 
612
             $$unique
540
613
 
541
614
GTAGS:
542
615
        here=`$(am__cd) $(top_builddir) && pwd` \
543
 
          && cd $(top_srcdir) \
544
 
          && gtags -i $(GTAGS_ARGS) $$here
 
616
          && $(am__cd) $(top_srcdir) \
 
617
          && gtags -i $(GTAGS_ARGS) "$$here"
545
618
 
546
619
distclean-tags:
547
620
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
548
621
 
549
622
distdir: $(DISTFILES)
550
623
        $(am__remove_distdir)
551
 
        test -d $(distdir) || mkdir $(distdir)
 
624
        test -d "$(distdir)" || mkdir "$(distdir)"
552
625
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
553
626
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
554
627
        list='$(DISTFILES)'; \
564
637
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
565
638
          if test -d $$d/$$file; then \
566
639
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
640
            if test -d "$(distdir)/$$file"; then \
 
641
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
642
            fi; \
567
643
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
568
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
644
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
645
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
569
646
            fi; \
570
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
647
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
571
648
          else \
572
 
            test -f $(distdir)/$$file \
573
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
649
            test -f "$(distdir)/$$file" \
 
650
            || cp -p $$d/$$file "$(distdir)/$$file" \
574
651
            || exit 1; \
575
652
          fi; \
576
653
        done
577
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
654
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
578
655
          if test "$$subdir" = .; then :; else \
579
656
            test -d "$(distdir)/$$subdir" \
580
657
            || $(MKDIR_P) "$(distdir)/$$subdir" \
581
658
            || exit 1; \
582
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
583
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
584
 
            (cd $$subdir && \
 
659
          fi; \
 
660
        done
 
661
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
662
          if test "$$subdir" = .; then :; else \
 
663
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
664
            $(am__relativize); \
 
665
            new_distdir=$$reldir; \
 
666
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
667
            $(am__relativize); \
 
668
            new_top_distdir=$$reldir; \
 
669
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
670
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
671
            ($(am__cd) $$subdir && \
585
672
              $(MAKE) $(AM_MAKEFLAGS) \
586
 
                top_distdir="$$top_distdir" \
587
 
                distdir="$$distdir/$$subdir" \
 
673
                top_distdir="$$new_top_distdir" \
 
674
                distdir="$$new_distdir" \
588
675
                am__remove_distdir=: \
589
676
                am__skip_length_check=: \
 
677
                am__skip_mode_fix=: \
590
678
                distdir) \
591
679
              || exit 1; \
592
680
          fi; \
593
681
        done
594
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
682
        -test -n "$(am__skip_mode_fix)" \
 
683
        || find "$(distdir)" -type d ! -perm -755 \
 
684
                -exec chmod u+rwx,go+rx {} \; -o \
595
685
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
596
686
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
597
687
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
598
 
        || chmod -R a+r $(distdir)
 
688
        || chmod -R a+r "$(distdir)"
599
689
dist-gzip: distdir
600
690
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
601
691
        $(am__remove_distdir)
607
697
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
608
698
        $(am__remove_distdir)
609
699
 
 
700
dist-xz: distdir
 
701
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
702
        $(am__remove_distdir)
 
703
 
610
704
dist-tarZ: distdir
611
705
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
612
706
        $(am__remove_distdir)
631
725
distcheck: dist
632
726
        case '$(DIST_ARCHIVES)' in \
633
727
        *.tar.gz*) \
634
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
728
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
635
729
        *.tar.bz2*) \
636
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
730
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
637
731
        *.tar.lzma*) \
638
 
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
732
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
733
        *.tar.xz*) \
 
734
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
639
735
        *.tar.Z*) \
640
736
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
641
737
        *.shar.gz*) \
642
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
738
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
643
739
        *.zip*) \
644
740
          unzip $(distdir).zip ;;\
645
741
        esac
647
743
        mkdir $(distdir)/_build
648
744
        mkdir $(distdir)/_inst
649
745
        chmod a-w $(distdir)
 
746
        test -d $(distdir)/_build || exit 0; \
650
747
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
651
748
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
652
 
          && cd $(distdir)/_build \
 
749
          && am__cwd=`pwd` \
 
750
          && $(am__cd) $(distdir)/_build \
653
751
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
654
752
            $(DISTCHECK_CONFIGURE_FLAGS) \
655
753
          && $(MAKE) $(AM_MAKEFLAGS) \
671
769
          && rm -rf "$$dc_destdir" \
672
770
          && $(MAKE) $(AM_MAKEFLAGS) dist \
673
771
          && rm -rf $(DIST_ARCHIVES) \
674
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
772
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
773
          && cd "$$am__cwd" \
 
774
          || exit 1
675
775
        $(am__remove_distdir)
676
776
        @(echo "$(distdir) archives ready for distribution: "; \
677
777
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
678
778
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
679
779
distuninstallcheck:
680
 
        @cd $(distuninstallcheck_dir) \
 
780
        @$(am__cd) '$(distuninstallcheck_dir)' \
681
781
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
682
782
           || { echo "ERROR: files left after uninstall:" ; \
683
783
                if test -n "$(DESTDIR)"; then \
725
825
 
726
826
distclean-generic:
727
827
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
828
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
728
829
        -rm -f src/$(DEPDIR)/$(am__dirstamp)
729
830
        -rm -f src/$(am__dirstamp)
730
831
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
752
853
 
753
854
html: html-recursive
754
855
 
 
856
html-am:
 
857
 
755
858
info: info-recursive
756
859
 
757
860
info-am:
760
863
 
761
864
install-dvi: install-dvi-recursive
762
865
 
 
866
install-dvi-am:
 
867
 
763
868
install-exec-am: install-sbinPROGRAMS
764
869
 
765
870
install-html: install-html-recursive
766
871
 
 
872
install-html-am:
 
873
 
767
874
install-info: install-info-recursive
768
875
 
 
876
install-info-am:
 
877
 
769
878
install-man:
770
879
 
771
880
install-pdf: install-pdf-recursive
772
881
 
 
882
install-pdf-am:
 
883
 
773
884
install-ps: install-ps-recursive
774
885
 
 
886
install-ps-am:
 
887
 
775
888
installcheck-am:
776
889
 
777
890
maintainer-clean: maintainer-clean-recursive
796
909
 
797
910
uninstall-am: uninstall-sbinPROGRAMS
798
911
 
799
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
800
 
        install-strip
 
912
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
 
913
        ctags-recursive install install-am install-strip \
 
914
        tags-recursive
801
915
 
802
916
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
803
917
        all all-am am--refresh check check-am clean clean-generic \
804
918
        clean-libtool clean-sbinPROGRAMS ctags ctags-recursive dist \
805
919
        dist-all dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ \
806
 
        dist-zip distcheck distclean distclean-compile \
 
920
        dist-xz dist-zip distcheck distclean distclean-compile \
807
921
        distclean-generic distclean-hdr distclean-libtool \
808
922
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
809
923
        dvi-am html html-am info info-am install install-am \
821
935
src/.vala.stamp: $(fso_abyss_VALASOURCES)
822
936
        $(VALAC) -C $(VALAC_ARGS) $^
823
937
        touch $@
 
938
 
824
939
# Tell versions [3.59,3.63) of GNU make to not export all variables.
825
940
# Otherwise a system limit (for SysV at least) may be exceeded.
826
941
.NOEXPORT: