~ubuntu-branches/ubuntu/trusty/unity-greeter/trusty-proposed

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-06-17 13:54:17 UTC
  • mfrom: (1.1.23)
  • Revision ID: package-import@ubuntu.com-20130617135417-s69jwbohumds9sm4
Tags: 13.10.0-0ubuntu1
* New upstream release:
  - updated logo for 13.10, thanks Xi Zhu!

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
18
17
# -*- Mode: Automake; indent-tabs-mode: t; tab-width: 4 -*-
19
18
 
20
19
VPATH = @srcdir@
21
 
am__make_dryrun = \
22
 
  { \
23
 
    am__dry=no; \
 
20
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
21
am__make_running_with_option = \
 
22
  case $${target_option-} in \
 
23
      ?) ;; \
 
24
      *) echo "am__make_running_with_option: internal error: invalid" \
 
25
              "target option '$${target_option-}' specified" >&2; \
 
26
         exit 1;; \
 
27
  esac; \
 
28
  has_opt=no; \
 
29
  sane_makeflags=$$MAKEFLAGS; \
 
30
  if $(am__is_gnu_make); then \
 
31
    sane_makeflags=$$MFLAGS; \
 
32
  else \
24
33
    case $$MAKEFLAGS in \
25
34
      *\\[\ \   ]*) \
26
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
27
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
28
 
      *) \
29
 
        for am__flg in $$MAKEFLAGS; do \
30
 
          case $$am__flg in \
31
 
            *=*|--*) ;; \
32
 
            *n*) am__dry=yes; break;; \
33
 
          esac; \
34
 
        done;; \
35
 
    esac; \
36
 
    test $$am__dry = yes; \
37
 
  }
 
35
        bs=\\; \
 
36
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
37
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
38
    esac; \
 
39
  fi; \
 
40
  skip_next=no; \
 
41
  strip_trailopt () \
 
42
  { \
 
43
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
44
  }; \
 
45
  for flg in $$sane_makeflags; do \
 
46
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
47
    case $$flg in \
 
48
      *=*|--*) continue;; \
 
49
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
50
      -*I?*) strip_trailopt 'I';; \
 
51
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
52
      -*O?*) strip_trailopt 'O';; \
 
53
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
54
      -*l?*) strip_trailopt 'l';; \
 
55
      -[dEDm]) skip_next=yes;; \
 
56
      -[JT]) skip_next=yes;; \
 
57
    esac; \
 
58
    case $$flg in \
 
59
      *$$target_option*) has_opt=yes; break;; \
 
60
    esac; \
 
61
  done; \
 
62
  test $$has_opt = yes
 
63
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
64
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
38
65
pkgdatadir = $(datadir)/@PACKAGE@
39
66
pkgincludedir = $(includedir)/@PACKAGE@
40
67
pkglibdir = $(libdir)/@PACKAGE@
53
80
POST_UNINSTALL = :
54
81
sbin_PROGRAMS = unity-greeter$(EXEEXT)
55
82
subdir = src
56
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
57
 
        animate-timer.c background.c cached-image.c dash-box.c \
58
 
        dash-button.c dash-entry.c email-autocompleter.c fadable-box.c \
59
 
        fadable.c fading-label.c flat-button.c greeter-list.c \
60
 
        list-stack.c main-window.c menu.c menubar.c prompt-box.c \
61
 
        remote-login-service.c session-list.c settings-daemon.c \
62
 
        settings.c toggle-box.c unity-greeter.c \
63
 
        unity_greeter_vala.stamp user-list.c user-prompt-box.c
 
83
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
84
        animate-timer.c background.c cached-image.c \
 
85
        email-autocompleter.c dash-box.c dash-button.c dash-entry.c \
 
86
        fadable.c fadable-box.c fading-label.c flat-button.c \
 
87
        greeter-list.c list-stack.c main-window.c menu.c menubar.c \
 
88
        prompt-box.c session-list.c remote-login-service.c settings.c \
 
89
        settings-daemon.c toggle-box.c unity-greeter.c user-list.c \
 
90
        user-prompt-box.c $(top_srcdir)/depcomp \
 
91
        $(srcdir)/unity_greeter_vala.stamp
64
92
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
65
93
am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
66
94
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
101
129
unity_greeter_DEPENDENCIES = $(am__DEPENDENCIES_1)
102
130
unity_greeter_LINK = $(CCLD) $(unity_greeter_CFLAGS) $(CFLAGS) \
103
131
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
132
AM_V_P = $(am__v_P_@AM_V@)
 
133
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
134
am__v_P_0 = false
 
135
am__v_P_1 = :
 
136
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
137
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
138
am__v_GEN_0 = @echo "  GEN     " $@;
 
139
am__v_GEN_1 = 
 
140
AM_V_at = $(am__v_at_@AM_V@)
 
141
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
142
am__v_at_0 = @
 
143
am__v_at_1 = 
104
144
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
105
145
depcomp = $(SHELL) $(top_srcdir)/depcomp
106
146
am__depfiles_maybe = depfiles
108
148
AM_V_lt = $(am__v_lt_@AM_V@)
109
149
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
110
150
am__v_lt_0 = --silent
 
151
am__v_lt_1 = 
111
152
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
112
153
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
113
154
AM_V_CC = $(am__v_CC_@AM_V@)
114
155
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
115
 
am__v_CC_0 = @echo "  CC    " $@;
116
 
AM_V_at = $(am__v_at_@AM_V@)
117
 
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
118
 
am__v_at_0 = @
 
156
am__v_CC_0 = @echo "  CC      " $@;
 
157
am__v_CC_1 = 
119
158
CCLD = $(CC)
120
159
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
121
160
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
122
161
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
123
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
162
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
163
am__v_CCLD_1 = 
124
164
VALACOMPILE = $(VALAC) $(AM_VALAFLAGS) $(VALAFLAGS)
125
165
AM_V_VALAC = $(am__v_VALAC_@AM_V@)
126
166
am__v_VALAC_ = $(am__v_VALAC_@AM_DEFAULT_V@)
127
 
am__v_VALAC_0 = @echo "  VALAC " $@;
128
 
AM_V_GEN = $(am__v_GEN_@AM_V@)
129
 
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
130
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
167
am__v_VALAC_0 = @echo "  VALAC   " $@;
 
168
am__v_VALAC_1 = 
131
169
SOURCES = $(unity_greeter_SOURCES)
132
170
DIST_SOURCES = $(unity_greeter_SOURCES)
133
171
am__can_run_installinfo = \
135
173
    n|no|NO) false;; \
136
174
    *) (install-info --version) >/dev/null 2>&1;; \
137
175
  esac
 
176
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
177
# Read a list of newline-separated strings from the standard input,
 
178
# and print each of them once, without duplicates.  Input order is
 
179
# *not* preserved.
 
180
am__uniquify_input = $(AWK) '\
 
181
  BEGIN { nonempty = 0; } \
 
182
  { items[$$0] = 1; nonempty = 1; } \
 
183
  END { if (nonempty) { for (i in items) print i; }; } \
 
184
'
 
185
# Make sure the list of sources is unique.  This is necessary because,
 
186
# e.g., the same source file might be shared among _SOURCES variables
 
187
# for different programs/libraries.
 
188
am__define_uniq_tagged_files = \
 
189
  list='$(am__tagged_files)'; \
 
190
  unique=`for i in $$list; do \
 
191
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
192
  done | $(am__uniquify_input)`
138
193
ETAGS = etags
139
194
CTAGS = ctags
140
195
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
352
407
        fi; \
353
408
        for p in $$list; do echo "$$p $$p"; done | \
354
409
        sed 's/$(EXEEXT)$$//' | \
355
 
        while read p p1; do if test -f $$p; \
356
 
          then echo "$$p"; echo "$$p"; else :; fi; \
 
410
        while read p p1; do if test -f $$p \
 
411
          ; then echo "$$p"; echo "$$p"; else :; fi; \
357
412
        done | \
358
 
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
413
        sed -e 'p;s,.*/,,;n;h' \
 
414
            -e 's|.*|.|' \
359
415
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
360
416
        sed 'N;N;N;s,\n, ,g' | \
361
417
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
376
432
        @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
377
433
        files=`for p in $$list; do echo "$$p"; done | \
378
434
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
379
 
              -e 's/$$/$(EXEEXT)/' `; \
 
435
              -e 's/$$/$(EXEEXT)/' \
 
436
        `; \
380
437
        test -n "$$list" || exit 0; \
381
438
        echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
382
439
        cd "$(DESTDIR)$(sbindir)" && rm -f $$files
383
440
 
384
441
clean-sbinPROGRAMS:
385
442
        -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
 
443
 
386
444
unity-greeter$(EXEEXT): $(unity_greeter_OBJECTS) $(unity_greeter_DEPENDENCIES) $(EXTRA_unity_greeter_DEPENDENCIES) 
387
445
        @rm -f unity-greeter$(EXEEXT)
388
446
        $(AM_V_CCLD)$(unity_greeter_LINK) $(unity_greeter_OBJECTS) $(unity_greeter_LDADD) $(LIBS)
912
970
        $(AM_V_VALAC)$(am__cd) $(srcdir) && $(VALAC) $(unity_greeter_VALAFLAGS) $(VALAFLAGS) -C config.vapi fixes.vapi indicator.vapi animate-timer.vala background.vala cached-image.vala email-autocompleter.vala dash-box.vala dash-button.vala dash-entry.vala fadable.vala fadable-box.vala fading-label.vala flat-button.vala greeter-list.vala list-stack.vala main-window.vala menu.vala menubar.vala prompt-box.vala session-list.vala remote-login-service.vala settings.vala settings-daemon.vala toggle-box.vala unity-greeter.vala user-list.vala user-prompt-box.vala
913
971
        $(AM_V_at)mv -f $@-t $@
914
972
 
915
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
916
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
917
 
        unique=`for i in $$list; do \
918
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
919
 
          done | \
920
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
921
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
922
 
        mkid -fID $$unique
923
 
tags: TAGS
 
973
ID: $(am__tagged_files)
 
974
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
975
tags: tags-am
 
976
TAGS: tags
924
977
 
925
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
926
 
                $(TAGS_FILES) $(LISP)
 
978
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
927
979
        set x; \
928
980
        here=`pwd`; \
929
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
930
 
        unique=`for i in $$list; do \
931
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
932
 
          done | \
933
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
934
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
981
        $(am__define_uniq_tagged_files); \
935
982
        shift; \
936
983
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
937
984
          test -n "$$unique" || unique=$$empty_fix; \
943
990
              $$unique; \
944
991
          fi; \
945
992
        fi
946
 
ctags: CTAGS
947
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
948
 
                $(TAGS_FILES) $(LISP)
949
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
950
 
        unique=`for i in $$list; do \
951
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
952
 
          done | \
953
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
954
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
993
ctags: ctags-am
 
994
 
 
995
CTAGS: ctags
 
996
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
997
        $(am__define_uniq_tagged_files); \
955
998
        test -z "$(CTAGS_ARGS)$$unique" \
956
999
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
957
1000
             $$unique
960
1003
        here=`$(am__cd) $(top_builddir) && pwd` \
961
1004
          && $(am__cd) $(top_srcdir) \
962
1005
          && gtags -i $(GTAGS_ARGS) "$$here"
 
1006
cscopelist: cscopelist-am
 
1007
 
 
1008
cscopelist-am: $(am__tagged_files)
 
1009
        list='$(am__tagged_files)'; \
 
1010
        case "$(srcdir)" in \
 
1011
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
1012
          *) sdir=$(subdir)/$(srcdir) ;; \
 
1013
        esac; \
 
1014
        for i in $$list; do \
 
1015
          if test -f "$$i"; then \
 
1016
            echo "$(subdir)/$$i"; \
 
1017
          else \
 
1018
            echo "$$sdir/$$i"; \
 
1019
          fi; \
 
1020
        done >> $(top_builddir)/cscope.files
963
1021
 
964
1022
distclean-tags:
965
1023
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1032
1090
maintainer-clean-generic:
1033
1091
        @echo "This command is intended for maintainers to use"
1034
1092
        @echo "it deletes files that may require special tools to rebuild."
 
1093
        -rm -f $(srcdir)/animate-timer.c
 
1094
        -rm -f $(srcdir)/background.c
 
1095
        -rm -f $(srcdir)/cached-image.c
 
1096
        -rm -f $(srcdir)/dash-box.c
 
1097
        -rm -f $(srcdir)/dash-button.c
 
1098
        -rm -f $(srcdir)/dash-entry.c
 
1099
        -rm -f $(srcdir)/email-autocompleter.c
 
1100
        -rm -f $(srcdir)/fadable-box.c
 
1101
        -rm -f $(srcdir)/fadable.c
 
1102
        -rm -f $(srcdir)/fading-label.c
 
1103
        -rm -f $(srcdir)/flat-button.c
 
1104
        -rm -f $(srcdir)/greeter-list.c
 
1105
        -rm -f $(srcdir)/list-stack.c
 
1106
        -rm -f $(srcdir)/main-window.c
 
1107
        -rm -f $(srcdir)/menu.c
 
1108
        -rm -f $(srcdir)/menubar.c
 
1109
        -rm -f $(srcdir)/prompt-box.c
 
1110
        -rm -f $(srcdir)/remote-login-service.c
 
1111
        -rm -f $(srcdir)/session-list.c
 
1112
        -rm -f $(srcdir)/settings-daemon.c
 
1113
        -rm -f $(srcdir)/settings.c
 
1114
        -rm -f $(srcdir)/toggle-box.c
 
1115
        -rm -f $(srcdir)/unity-greeter.c
 
1116
        -rm -f $(srcdir)/unity_greeter_vala.stamp
 
1117
        -rm -f $(srcdir)/user-list.c
 
1118
        -rm -f $(srcdir)/user-prompt-box.c
1035
1119
        -rm -f animate-timer.c
1036
1120
        -rm -f background.c
1037
1121
        -rm -f cached-image.c
1055
1139
        -rm -f settings.c
1056
1140
        -rm -f toggle-box.c
1057
1141
        -rm -f unity-greeter.c
1058
 
        -rm -f unity_greeter_vala.stamp
1059
1142
        -rm -f user-list.c
1060
1143
        -rm -f user-prompt-box.c
1061
1144
clean: clean-am
1129
1212
 
1130
1213
.MAKE: install-am install-strip
1131
1214
 
1132
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
1133
 
        clean-sbinPROGRAMS ctags distclean distclean-compile \
1134
 
        distclean-generic distclean-tags distdir dvi dvi-am html \
1135
 
        html-am info info-am install install-am install-data \
1136
 
        install-data-am install-dvi install-dvi-am install-exec \
1137
 
        install-exec-am install-html install-html-am install-info \
1138
 
        install-info-am install-man install-pdf install-pdf-am \
1139
 
        install-ps install-ps-am install-sbinPROGRAMS install-strip \
1140
 
        installcheck installcheck-am installdirs maintainer-clean \
1141
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
1142
 
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
1143
 
        uninstall-am uninstall-sbinPROGRAMS
 
1215
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
1216
        clean-sbinPROGRAMS cscopelist-am ctags ctags-am distclean \
 
1217
        distclean-compile distclean-generic distclean-tags distdir dvi \
 
1218
        dvi-am html html-am info info-am install install-am \
 
1219
        install-data install-data-am install-dvi install-dvi-am \
 
1220
        install-exec install-exec-am install-html install-html-am \
 
1221
        install-info install-info-am install-man install-pdf \
 
1222
        install-pdf-am install-ps install-ps-am install-sbinPROGRAMS \
 
1223
        install-strip installcheck installcheck-am installdirs \
 
1224
        maintainer-clean maintainer-clean-generic mostlyclean \
 
1225
        mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
 
1226
        tags tags-am uninstall uninstall-am uninstall-sbinPROGRAMS
1144
1227
 
1145
1228
 
1146
1229
unity_greeter_vala.stamp: $(top_srcdir)/config.h