~ubuntu-branches/ubuntu/precise/folks/precise

« back to all changes in this revision

Viewing changes to tools/inspect/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2011-06-10 11:28:11 UTC
  • mfrom: (1.2.11 upstream) (4.2.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20110610112811-whyeodbo9mjezxfp
Tags: 0.5.2-1ubuntu1
* Merge with Debian experimental, remaining Ubuntu changes:
  - debian/control:
    + Add Vcs-Bzr link

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
bin_PROGRAMS = folks-inspect$(EXEEXT)
38
38
subdir = tools/inspect
39
39
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
40
 
        command-backends.c command-help.c command-individuals.c \
41
 
        command-persona-stores.c command-personas.c command-quit.c \
42
 
        command-signals.c folks_inspect_vala.stamp inspect.c \
43
 
        signal-manager.c utils.c
 
40
        command-backends.c command-debug.c command-help.c \
 
41
        command-individuals.c command-persona-stores.c \
 
42
        command-personas.c command-quit.c command-signals.c \
 
43
        folks_inspect_vala.stamp inspect.c signal-manager.c utils.c
44
44
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45
45
am__aclocal_m4_deps = $(top_srcdir)/m4/as-compiler-flag.m4 \
46
46
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/introspection.m4 \
57
57
am__installdirs = "$(DESTDIR)$(bindir)"
58
58
PROGRAMS = $(bin_PROGRAMS)
59
59
am_folks_inspect_OBJECTS = folks_inspect-command-backends.$(OBJEXT) \
 
60
        folks_inspect-command-debug.$(OBJEXT) \
60
61
        folks_inspect-command-help.$(OBJEXT) \
61
62
        folks_inspect-command-individuals.$(OBJEXT) \
62
63
        folks_inspect-command-persona-stores.$(OBJEXT) \
118
119
ALL_LINGUAS = @ALL_LINGUAS@
119
120
AMTAR = @AMTAR@
120
121
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
122
API_VERSION = @API_VERSION@
121
123
AR = @AR@
122
124
AUTOCONF = @AUTOCONF@
123
125
AUTOHEADER = @AUTOHEADER@
125
127
AWK = @AWK@
126
128
BACKEND_DIR = @BACKEND_DIR@
127
129
BACKEND_KF = @BACKEND_KF@
 
130
BACKEND_LIBSOCIALWEB = @BACKEND_LIBSOCIALWEB@
128
131
BACKEND_TP = @BACKEND_TP@
 
132
BACKEND_TRACKER = @BACKEND_TRACKER@
129
133
BACKEND_UNINST_PATH = @BACKEND_UNINST_PATH@
130
134
CC = @CC@
131
135
CCDEPMODE = @CCDEPMODE@
138
142
DBUS_GLIB_LIBS = @DBUS_GLIB_LIBS@
139
143
DEFS = @DEFS@
140
144
DEPDIR = @DEPDIR@
 
145
DLLTOOL = @DLLTOOL@
141
146
DSYMUTIL = @DSYMUTIL@
142
147
DUMPBIN = @DUMPBIN@
143
148
ECHO_C = @ECHO_C@
151
156
FGREP = @FGREP@
152
157
FOLKS_MAJOR_MINOR_VERSION = @FOLKS_MAJOR_MINOR_VERSION@
153
158
FOLKS_MODULE_VERSION = @FOLKS_MODULE_VERSION@
 
159
GCONF2_CFLAGS = @GCONF2_CFLAGS@
 
160
GCONF2_LIBS = @GCONF2_LIBS@
154
161
GEE_CFLAGS = @GEE_CFLAGS@
155
162
GEE_LIBS = @GEE_LIBS@
156
163
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
195
202
LT_REVISION = @LT_REVISION@
196
203
MAINT = @MAINT@
197
204
MAKEINFO = @MAKEINFO@
 
205
MANIFEST_TOOL = @MANIFEST_TOOL@
198
206
MKDIR_P = @MKDIR_P@
199
207
MSGFMT = @MSGFMT@
200
208
MSGMERGE = @MSGMERGE@
220
228
SET_MAKE = @SET_MAKE@
221
229
SHELL = @SHELL@
222
230
STRIP = @STRIP@
 
231
SW_CLIENT_CFLAGS = @SW_CLIENT_CFLAGS@
 
232
SW_CLIENT_LIBS = @SW_CLIENT_LIBS@
223
233
TP_GLIB_CFLAGS = @TP_GLIB_CFLAGS@
224
234
TP_GLIB_LIBS = @TP_GLIB_LIBS@
 
235
TRACKER_SPARQL_CFLAGS = @TRACKER_SPARQL_CFLAGS@
 
236
TRACKER_SPARQL_LIBS = @TRACKER_SPARQL_LIBS@
225
237
USE_NLS = @USE_NLS@
226
238
VALAC = @VALAC@
227
239
VALADOC = @VALADOC@
228
 
VALADOC_PC_CFLAGS = @VALADOC_PC_CFLAGS@
229
 
VALADOC_PC_LIBS = @VALADOC_PC_LIBS@
230
240
VALAFLAGS = \
231
241
        --vapidir=$(top_srcdir)/folks \
232
242
        --pkg=readline \
245
255
abs_srcdir = @abs_srcdir@
246
256
abs_top_builddir = @abs_top_builddir@
247
257
abs_top_srcdir = @abs_top_srcdir@
 
258
ac_ct_AR = @ac_ct_AR@
248
259
ac_ct_CC = @ac_ct_CC@
249
260
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
250
261
am__include = @am__include@
277
288
libexecdir = @libexecdir@
278
289
localedir = @localedir@
279
290
localstatedir = @localstatedir@
280
 
lt_ECHO = @lt_ECHO@
281
291
mandir = @mandir@
282
292
mkdir_p = @mkdir_p@
283
293
oldincludedir = @oldincludedir@
295
305
top_srcdir = @top_srcdir@
296
306
folks_inspect_SOURCES = \
297
307
        command-backends.vala \
 
308
        command-debug.vala \
298
309
        command-help.vala \
299
310
        command-individuals.vala \
300
311
        command-persona-stores.vala \
414
425
        -rm -f *.tab.c
415
426
 
416
427
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/folks_inspect-command-backends.Po@am__quote@
 
428
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/folks_inspect-command-debug.Po@am__quote@
417
429
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/folks_inspect-command-help.Po@am__quote@
418
430
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/folks_inspect-command-individuals.Po@am__quote@
419
431
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/folks_inspect-command-persona-stores.Po@am__quote@
464
476
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
465
477
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(folks_inspect_CFLAGS) $(CFLAGS) -c -o folks_inspect-command-backends.obj `if test -f 'command-backends.c'; then $(CYGPATH_W) 'command-backends.c'; else $(CYGPATH_W) '$(srcdir)/command-backends.c'; fi`
466
478
 
 
479
folks_inspect-command-debug.o: command-debug.c
 
480
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(folks_inspect_CFLAGS) $(CFLAGS) -MT folks_inspect-command-debug.o -MD -MP -MF $(DEPDIR)/folks_inspect-command-debug.Tpo -c -o folks_inspect-command-debug.o `test -f 'command-debug.c' || echo '$(srcdir)/'`command-debug.c
 
481
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/folks_inspect-command-debug.Tpo $(DEPDIR)/folks_inspect-command-debug.Po
 
482
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
483
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='command-debug.c' object='folks_inspect-command-debug.o' libtool=no @AMDEPBACKSLASH@
 
484
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
485
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(folks_inspect_CFLAGS) $(CFLAGS) -c -o folks_inspect-command-debug.o `test -f 'command-debug.c' || echo '$(srcdir)/'`command-debug.c
 
486
 
 
487
folks_inspect-command-debug.obj: command-debug.c
 
488
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(folks_inspect_CFLAGS) $(CFLAGS) -MT folks_inspect-command-debug.obj -MD -MP -MF $(DEPDIR)/folks_inspect-command-debug.Tpo -c -o folks_inspect-command-debug.obj `if test -f 'command-debug.c'; then $(CYGPATH_W) 'command-debug.c'; else $(CYGPATH_W) '$(srcdir)/command-debug.c'; fi`
 
489
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/folks_inspect-command-debug.Tpo $(DEPDIR)/folks_inspect-command-debug.Po
 
490
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
491
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='command-debug.c' object='folks_inspect-command-debug.obj' libtool=no @AMDEPBACKSLASH@
 
492
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
493
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(folks_inspect_CFLAGS) $(CFLAGS) -c -o folks_inspect-command-debug.obj `if test -f 'command-debug.c'; then $(CYGPATH_W) 'command-debug.c'; else $(CYGPATH_W) '$(srcdir)/command-debug.c'; fi`
 
494
 
467
495
folks_inspect-command-help.o: command-help.c
468
496
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(folks_inspect_CFLAGS) $(CFLAGS) -MT folks_inspect-command-help.o -MD -MP -MF $(DEPDIR)/folks_inspect-command-help.Tpo -c -o folks_inspect-command-help.o `test -f 'command-help.c' || echo '$(srcdir)/'`command-help.c
469
497
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/folks_inspect-command-help.Tpo $(DEPDIR)/folks_inspect-command-help.Po
612
640
          rm -f $(srcdir)/folks_inspect_vala.stamp; \
613
641
          $(am__cd) $(srcdir) && $(MAKE) $(AM_MAKEFLAGS) folks_inspect_vala.stamp; \
614
642
        fi
 
643
$(srcdir)/command-debug.c: $(srcdir)/folks_inspect_vala.stamp
 
644
        @if test -f $@; then :; else \
 
645
          rm -f $(srcdir)/folks_inspect_vala.stamp; \
 
646
          $(am__cd) $(srcdir) && $(MAKE) $(AM_MAKEFLAGS) folks_inspect_vala.stamp; \
 
647
        fi
615
648
$(srcdir)/command-help.c: $(srcdir)/folks_inspect_vala.stamp
616
649
        @if test -f $@; then :; else \
617
650
          rm -f $(srcdir)/folks_inspect_vala.stamp; \
782
815
        @echo "This command is intended for maintainers to use"
783
816
        @echo "it deletes files that may require special tools to rebuild."
784
817
        -rm -f command-backends.c
 
818
        -rm -f command-debug.c
785
819
        -rm -f command-help.c
786
820
        -rm -f command-individuals.c
787
821
        -rm -f command-persona-stores.c