~ubuntu-branches/ubuntu/trusty/libgksu/trusty

« back to all changes in this revision

Viewing changes to libgksu/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-06-12 17:35:03 UTC
  • mfrom: (1.1.6 upstream) (6.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080612173503-ig19ozxyrh4u9otf
Tags: 2.0.7-1ubuntu1
* Merge from debian unstable, remaining debian/patches:
  - 09_multihead.patch:
    + dim all heads
  - 13_polish_startup.diff: 
    + improve startup notification message (sent upstream)
  - 15_extra_paranoia_for_gconf.diff.patch
    + if no value for sudo-mode is found in gconf, default to sudo-mode 
      (ubuntu specific)
  - 11_no_save_to_keyring.patch
    + don't save to gnome-keyring by default (ubuntu specific)
  - 12_no_password_dialog.patch
    + don't display dialog if no password was needed (ubuntu specific)
  - 17_composited_fade.patch:
    + nice fadeout on composited display (sent upstream)
  - 18_g_markup_escape_text_for_command.patch:
    + fix missing g_markup_escape when commands are displayed 
      (sent upstream)
  - 20_add_usleep.patch:
    + add small usleep() to avoid race condition when
      the hostname can not be resolved (sent upstream)
  - 21_composited_rgba_addition.patch:
    + bling (sent upstream) 
  - 22_increase_gksu_helper_buf.patch: 
    + make the gksu-run-helper buffer grow dynamically
* dropped (accepted upstream):
  - debian/patches/01_capslock_warn_fix.diff
  - debian/patches/05_always_ask_password.patch
  - debian/patches/16_fix_waitpid.patch
* updated:
  - debian/patches/18_g_markup_escape_text_for_command.patch
* dropped debian/patches/19_keep_http_proxy.patch, not needed
  with current sudo

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
17
17
 
18
18
 
19
19
 
20
 
srcdir = @srcdir@
21
 
top_srcdir = @top_srcdir@
22
20
VPATH = @srcdir@
23
21
pkgdatadir = $(datadir)/@PACKAGE@
24
22
pkgincludedir = $(includedir)/@PACKAGE@
25
 
top_builddir = ..
26
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27
 
INSTALL = @INSTALL@
28
24
install_sh_DATA = $(install_sh) -c -m 644
29
25
install_sh_PROGRAM = $(install_sh) -c
30
26
install_sh_SCRIPT = $(install_sh) -c
65
61
libgksu2_la_DEPENDENCIES = ../libgksuui/libgksuui1.0.la
66
62
am_libgksu2_la_OBJECTS = libgksu.lo
67
63
libgksu2_la_OBJECTS = $(am_libgksu2_la_OBJECTS)
 
64
libgksu2_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
65
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
66
        $(libgksu2_la_LDFLAGS) $(LDFLAGS) -o $@
68
67
pkglibPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
69
68
PROGRAMS = $(noinst_PROGRAMS) $(pkglib_PROGRAMS)
70
69
am_gksu_run_helper_OBJECTS = gksu-run-helper.$(OBJEXT)
71
70
gksu_run_helper_OBJECTS = $(am_gksu_run_helper_OBJECTS)
72
71
gksu_run_helper_LDADD = $(LDADD)
 
72
gksu_run_helper_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
73
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
74
        $(gksu_run_helper_LDFLAGS) $(LDFLAGS) -o $@
73
75
am_test_gksu_OBJECTS = test-gksu.$(OBJEXT)
74
76
test_gksu_OBJECTS = $(am_test_gksu_OBJECTS)
75
77
test_gksu_DEPENDENCIES = libgksu2.la
76
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
78
test_gksu_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
79
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
80
        $(test_gksu_LDFLAGS) $(LDFLAGS) -o $@
 
81
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
77
82
depcomp = $(SHELL) $(top_srcdir)/depcomp
78
83
am__depfiles_maybe = depfiles
79
84
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
80
85
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
81
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
82
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
83
 
        $(AM_CFLAGS) $(CFLAGS)
 
86
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
87
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
88
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
84
89
CCLD = $(CC)
85
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
86
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
90
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
91
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
92
        $(LDFLAGS) -o $@
87
93
SOURCES = $(libgksu2_la_SOURCES) $(gksu_run_helper_SOURCES) \
88
94
        $(test_gksu_SOURCES)
89
95
DIST_SOURCES = $(libgksu2_la_SOURCES) $(gksu_run_helper_SOURCES) \
98
104
pkglibdir = ${libdir}/${PACKAGE}
99
105
ACLOCAL = @ACLOCAL@
100
106
ALL_LINGUAS = @ALL_LINGUAS@
101
 
AMDEP_FALSE = @AMDEP_FALSE@
102
 
AMDEP_TRUE = @AMDEP_TRUE@
103
107
AMTAR = @AMTAR@
104
108
AR = @AR@
105
109
AUTOCONF = @AUTOCONF@
121
125
DATADIRNAME = @DATADIRNAME@
122
126
DEFS = @DEFS@
123
127
DEPDIR = @DEPDIR@
 
128
DSYMUTIL = @DSYMUTIL@
124
129
ECHO = @ECHO@
125
130
ECHO_C = @ECHO_C@
126
131
ECHO_N = @ECHO_N@
127
132
ECHO_T = @ECHO_T@
128
133
EGREP = @EGREP@
129
 
ENABLE_GTK_DOC_FALSE = @ENABLE_GTK_DOC_FALSE@
130
 
ENABLE_GTK_DOC_TRUE = @ENABLE_GTK_DOC_TRUE@
131
134
EXEEXT = @EXEEXT@
132
135
F77 = @F77@
133
136
FFLAGS = @FFLAGS@
134
137
GCONFTOOL = @GCONFTOOL@
135
 
GCONF_SCHEMAS_INSTALL_FALSE = @GCONF_SCHEMAS_INSTALL_FALSE@
136
 
GCONF_SCHEMAS_INSTALL_TRUE = @GCONF_SCHEMAS_INSTALL_TRUE@
137
138
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
138
139
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
139
140
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
142
143
GMOFILES = @GMOFILES@
143
144
GMSGFMT = @GMSGFMT@
144
145
GREP = @GREP@
145
 
GTK_DOC_USE_LIBTOOL_FALSE = @GTK_DOC_USE_LIBTOOL_FALSE@
146
 
GTK_DOC_USE_LIBTOOL_TRUE = @GTK_DOC_USE_LIBTOOL_TRUE@
147
146
HTML_DIR = @HTML_DIR@
 
147
INSTALL = @INSTALL@
148
148
INSTALL_DATA = @INSTALL_DATA@
149
149
INSTALL_PROGRAM = @INSTALL_PROGRAM@
150
150
INSTALL_SCRIPT = @INSTALL_SCRIPT@
155
155
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
156
156
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
157
157
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
158
 
INTLTOOL_ICONV = @INTLTOOL_ICONV@
159
158
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
160
159
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
161
160
INTLTOOL_MERGE = @INTLTOOL_MERGE@
162
 
INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@
163
 
INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@
164
161
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
165
162
INTLTOOL_PERL = @INTLTOOL_PERL@
 
163
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
166
164
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
167
165
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
168
166
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
174
172
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
175
173
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
176
174
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
177
 
INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@
178
175
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
179
176
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
180
177
LDFLAGS = @LDFLAGS@
186
183
LN_S = @LN_S@
187
184
LTLIBOBJS = @LTLIBOBJS@
188
185
MAINT = @MAINT@
189
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
190
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
191
186
MAJOR_VERSION = @MAJOR_VERSION@
192
187
MAKEINFO = @MAKEINFO@
193
188
MICRO_VERSION = @MICRO_VERSION@
194
189
MINOR_VERSION = @MINOR_VERSION@
 
190
MKDIR_P = @MKDIR_P@
195
191
MKINSTALLDIRS = @MKINSTALLDIRS@
196
192
MSGFMT = @MSGFMT@
197
193
MSGFMT_OPTS = @MSGFMT_OPTS@
 
194
MSGMERGE = @MSGMERGE@
 
195
NMEDIT = @NMEDIT@
198
196
OBJEXT = @OBJEXT@
199
197
PACKAGE = @PACKAGE@
200
198
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
209
207
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
210
208
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
211
209
RANLIB = @RANLIB@
 
210
SED = @SED@
212
211
SET_MAKE = @SET_MAKE@
213
212
SHELL = @SHELL@
214
213
STRIP = @STRIP@
215
214
USE_NLS = @USE_NLS@
216
 
USE_VERSION_SCRIPT_FALSE = @USE_VERSION_SCRIPT_FALSE@
217
 
USE_VERSION_SCRIPT_TRUE = @USE_VERSION_SCRIPT_TRUE@
218
215
VERSION = @VERSION@
219
216
XGETTEXT = @XGETTEXT@
 
217
abs_builddir = @abs_builddir@
 
218
abs_srcdir = @abs_srcdir@
 
219
abs_top_builddir = @abs_top_builddir@
 
220
abs_top_srcdir = @abs_top_srcdir@
220
221
ac_ct_CC = @ac_ct_CC@
221
222
ac_ct_CXX = @ac_ct_CXX@
222
223
ac_ct_F77 = @ac_ct_F77@
223
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
224
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
225
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
226
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
227
224
am__include = @am__include@
228
225
am__leading_dot = @am__leading_dot@
229
226
am__quote = @am__quote@
235
232
build_cpu = @build_cpu@
236
233
build_os = @build_os@
237
234
build_vendor = @build_vendor@
 
235
builddir = @builddir@
238
236
datadir = @datadir@
239
237
datarootdir = @datarootdir@
240
238
docdir = @docdir@
262
260
psdir = @psdir@
263
261
sbindir = @sbindir@
264
262
sharedstatedir = @sharedstatedir@
 
263
srcdir = @srcdir@
265
264
sysconfdir = @sysconfdir@
266
265
target_alias = @target_alias@
 
266
top_builddir = @top_builddir@
 
267
top_srcdir = @top_srcdir@
267
268
AM_CFLAGS = -g -O2 -Wall
268
269
INCLUDES = ${LIBGKSU_CFLAGS}
269
270
AM_CPPFLAGS = -DLOCALEDIR=\"$(datadir)/locale\" -DDATA_DIR=\"$(datadir)\" -DPREFIX=\"$(prefix)\"
274
275
# minor -> keeps compatibility (additions to the API)
275
276
# micro -> no change to the API/ABI
276
277
libgksu2_la_LIBADD = ../libgksuui/libgksuui1.0.la
277
 
libgksu2_la_LDFLAGS = -version-info 0:1:0 -Wl,-O1 -lutil \
 
278
libgksu2_la_LDFLAGS = -version-info 0:2:0 -Wl,-O1 -lutil \
278
279
        ${LIBGKSU_LIBS} $(am__append_1)
279
280
noinst_HEADERS = defines.h
280
281
include_HEADERS = gksu.h libgksu.h
323
324
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
324
325
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
325
326
        @$(NORMAL_INSTALL)
326
 
        test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
 
327
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
327
328
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
328
329
          if test -f $$p; then \
329
330
            f=$(am__strip_dir) \
330
 
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
331
 
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
331
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
 
332
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
332
333
          else :; fi; \
333
334
        done
334
335
 
335
336
uninstall-libLTLIBRARIES:
336
337
        @$(NORMAL_UNINSTALL)
337
 
        @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
338
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
338
339
          p=$(am__strip_dir) \
339
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
340
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
340
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
 
341
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
341
342
        done
342
343
 
343
344
clean-libLTLIBRARIES:
349
350
          rm -f "$${dir}/so_locations"; \
350
351
        done
351
352
libgksu2.la: $(libgksu2_la_OBJECTS) $(libgksu2_la_DEPENDENCIES) 
352
 
        $(LINK) -rpath $(libdir) $(libgksu2_la_LDFLAGS) $(libgksu2_la_OBJECTS) $(libgksu2_la_LIBADD) $(LIBS)
 
353
        $(libgksu2_la_LINK) -rpath $(libdir) $(libgksu2_la_OBJECTS) $(libgksu2_la_LIBADD) $(LIBS)
353
354
 
354
355
clean-noinstPROGRAMS:
355
356
        @list='$(noinst_PROGRAMS)'; for p in $$list; do \
359
360
        done
360
361
install-pkglibPROGRAMS: $(pkglib_PROGRAMS)
361
362
        @$(NORMAL_INSTALL)
362
 
        test -z "$(pkglibdir)" || $(mkdir_p) "$(DESTDIR)$(pkglibdir)"
 
363
        test -z "$(pkglibdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibdir)"
363
364
        @list='$(pkglib_PROGRAMS)'; for p in $$list; do \
364
365
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
365
366
          if test -f $$p \
366
367
             || test -f $$p1 \
367
368
          ; then \
368
369
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
369
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(pkglibPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(pkglibdir)/$$f'"; \
370
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(pkglibPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(pkglibdir)/$$f" || exit 1; \
 
370
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pkglibPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(pkglibdir)/$$f'"; \
 
371
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pkglibPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(pkglibdir)/$$f" || exit 1; \
371
372
          else :; fi; \
372
373
        done
373
374
 
387
388
        done
388
389
gksu-run-helper$(EXEEXT): $(gksu_run_helper_OBJECTS) $(gksu_run_helper_DEPENDENCIES) 
389
390
        @rm -f gksu-run-helper$(EXEEXT)
390
 
        $(LINK) $(gksu_run_helper_LDFLAGS) $(gksu_run_helper_OBJECTS) $(gksu_run_helper_LDADD) $(LIBS)
 
391
        $(gksu_run_helper_LINK) $(gksu_run_helper_OBJECTS) $(gksu_run_helper_LDADD) $(LIBS)
391
392
test-gksu$(EXEEXT): $(test_gksu_OBJECTS) $(test_gksu_DEPENDENCIES) 
392
393
        @rm -f test-gksu$(EXEEXT)
393
 
        $(LINK) $(test_gksu_LDFLAGS) $(test_gksu_OBJECTS) $(test_gksu_LDADD) $(LIBS)
 
394
        $(test_gksu_LINK) $(test_gksu_OBJECTS) $(test_gksu_LDADD) $(LIBS)
394
395
 
395
396
mostlyclean-compile:
396
397
        -rm -f *.$(OBJEXT)
403
404
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-gksu.Po@am__quote@
404
405
 
405
406
.c.o:
406
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
407
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
407
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
408
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
408
409
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
409
410
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
410
411
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
411
412
 
412
413
.c.obj:
413
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
414
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
414
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
415
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
415
416
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
416
417
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
417
418
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
418
419
 
419
420
.c.lo:
420
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
421
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
421
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
422
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
422
423
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
423
424
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
424
425
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
428
429
 
429
430
clean-libtool:
430
431
        -rm -rf .libs _libs
431
 
 
432
 
distclean-libtool:
433
 
        -rm -f libtool
434
 
uninstall-info-am:
435
432
install-pkgconfigDATA: $(pkgconfig_DATA)
436
433
        @$(NORMAL_INSTALL)
437
 
        test -z "$(pkgconfigdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfigdir)"
 
434
        test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
438
435
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
439
436
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
440
437
          f=$(am__strip_dir) \
451
448
        done
452
449
install-includeHEADERS: $(include_HEADERS)
453
450
        @$(NORMAL_INSTALL)
454
 
        test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"
 
451
        test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
455
452
        @list='$(include_HEADERS)'; for p in $$list; do \
456
453
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
457
454
          f=$(am__strip_dir) \
472
469
        unique=`for i in $$list; do \
473
470
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
474
471
          done | \
475
 
          $(AWK) '    { files[$$0] = 1; } \
476
 
               END { for (i in files) print i; }'`; \
 
472
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
473
              END { if (nonempty) { for (i in files) print i; }; }'`; \
477
474
        mkid -fID $$unique
478
475
tags: TAGS
479
476
 
485
482
        unique=`for i in $$list; do \
486
483
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
487
484
          done | \
488
 
          $(AWK) '    { files[$$0] = 1; } \
489
 
               END { for (i in files) print i; }'`; \
 
485
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
486
              END { if (nonempty) { for (i in files) print i; }; }'`; \
490
487
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
491
488
          test -n "$$unique" || unique=$$empty_fix; \
492
489
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
496
493
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
497
494
                $(TAGS_FILES) $(LISP)
498
495
        tags=; \
499
 
        here=`pwd`; \
500
496
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
501
497
        unique=`for i in $$list; do \
502
498
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
503
499
          done | \
504
 
          $(AWK) '    { files[$$0] = 1; } \
505
 
               END { for (i in files) print i; }'`; \
 
500
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
501
              END { if (nonempty) { for (i in files) print i; }; }'`; \
506
502
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
507
503
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
508
504
             $$tags $$unique
516
512
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
517
513
 
518
514
distdir: $(DISTFILES)
519
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
520
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
521
 
        list='$(DISTFILES)'; for file in $$list; do \
522
 
          case $$file in \
523
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
524
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
525
 
          esac; \
 
515
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
516
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
517
        list='$(DISTFILES)'; \
 
518
          dist_files=`for file in $$list; do echo $$file; done | \
 
519
          sed -e "s|^$$srcdirstrip/||;t" \
 
520
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
521
        case $$dist_files in \
 
522
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
523
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
524
                           sort -u` ;; \
 
525
        esac; \
 
526
        for file in $$dist_files; do \
526
527
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
527
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
528
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
529
 
            dir="/$$dir"; \
530
 
            $(mkdir_p) "$(distdir)$$dir"; \
531
 
          else \
532
 
            dir=''; \
533
 
          fi; \
534
528
          if test -d $$d/$$file; then \
 
529
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
535
530
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
536
531
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
537
532
            fi; \
547
542
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS)
548
543
installdirs:
549
544
        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(includedir)"; do \
550
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
545
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
551
546
        done
552
547
install: install-am
553
548
install-exec: install-exec-am
582
577
        -rm -rf ./$(DEPDIR)
583
578
        -rm -f Makefile
584
579
distclean-am: clean-am distclean-compile distclean-generic \
585
 
        distclean-libtool distclean-tags
 
580
        distclean-tags
586
581
 
587
582
dvi: dvi-am
588
583
 
596
591
 
597
592
install-data-am: install-includeHEADERS install-pkgconfigDATA
598
593
 
 
594
install-dvi: install-dvi-am
 
595
 
599
596
install-exec-am: install-libLTLIBRARIES install-pkglibPROGRAMS
600
597
 
 
598
install-html: install-html-am
 
599
 
601
600
install-info: install-info-am
602
601
 
603
602
install-man:
604
603
 
 
604
install-pdf: install-pdf-am
 
605
 
 
606
install-ps: install-ps-am
 
607
 
605
608
installcheck-am:
606
609
 
607
610
maintainer-clean: maintainer-clean-am
622
625
 
623
626
ps-am:
624
627
 
625
 
uninstall-am: uninstall-includeHEADERS uninstall-info-am \
626
 
        uninstall-libLTLIBRARIES uninstall-pkgconfigDATA \
627
 
        uninstall-pkglibPROGRAMS
 
628
uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES \
 
629
        uninstall-pkgconfigDATA uninstall-pkglibPROGRAMS
 
630
 
 
631
.MAKE: install-am install-strip
628
632
 
629
633
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
630
634
        clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS \
631
635
        clean-pkglibPROGRAMS ctags distclean distclean-compile \
632
636
        distclean-generic distclean-libtool distclean-tags distdir dvi \
633
637
        dvi-am html html-am info info-am install install-am \
634
 
        install-data install-data-am install-exec install-exec-am \
 
638
        install-data install-data-am install-dvi install-dvi-am \
 
639
        install-exec install-exec-am install-html install-html-am \
635
640
        install-includeHEADERS install-info install-info-am \
636
 
        install-libLTLIBRARIES install-man install-pkgconfigDATA \
637
 
        install-pkglibPROGRAMS install-strip installcheck \
638
 
        installcheck-am installdirs maintainer-clean \
639
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
640
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
641
 
        tags uninstall uninstall-am uninstall-includeHEADERS \
642
 
        uninstall-info-am uninstall-libLTLIBRARIES \
 
641
        install-libLTLIBRARIES install-man install-pdf install-pdf-am \
 
642
        install-pkgconfigDATA install-pkglibPROGRAMS install-ps \
 
643
        install-ps-am install-strip installcheck installcheck-am \
 
644
        installdirs maintainer-clean maintainer-clean-generic \
 
645
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
646
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
 
647
        uninstall-am uninstall-includeHEADERS uninstall-libLTLIBRARIES \
643
648
        uninstall-pkgconfigDATA uninstall-pkglibPROGRAMS
644
649
 
645
650
# Tell versions [3.59,3.63) of GNU make to not export all variables.