~ubuntu-branches/ubuntu/hardy/gnome-applets/hardy-updates

« back to all changes in this revision

Viewing changes to cpufreq/src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-11-18 11:41:14 UTC
  • mfrom: (1.1.23 upstream)
  • Revision ID: james.westby@ubuntu.com-20071118114114-ist1edg6df9adsff
Tags: 2.21.1-0ubuntu1
* New upstream version:
  Battstat Applet:
  - Make error messages translatable 
  - Ensure all strings are translated 
  Drive Mount Applet:
  - Make the applet work on the second login 
  Eyes Applet:
  - This has been renamed from Geyes to Eyes there by removing the last
    g-ish from the applets 
  Investment Applet:
  - Sort the stocks list to avoid a random list 
  - Remove the dead URL in the about dialog
  - Make the pop-window size properly 
  - Avoid a division by zero when stocks were free (LP: #150315)
  Mixer:
  - Ellipsise excessively long device names 
  - Fix a memory leak 
  - Convert the code to use G_DEFINE_TYPE macros 
  - Reduce the rate of callbacks for the mixer applet when idling
  Modem Applet:
  - Convert the code to use G_DEFINE_TYPE macros 
  Trash Applet:
  - Convert the code to use G_DEFINE_TYPE macros 
  Weather Applet:
  - Updates for Virginia 
  - All Missouri locations are now covered by a forecast
  - Fix the use of nl_langinfo 
  - Misc. code fixes 
  - Use proper unicode temperature degree symbols 
  - Ensure the library .pc file includes the correct linker flags
  General:
  - A better test for the nl_langinfo function 
  Translations 
  ar, be, bg, bn, ca, da, de, es, et, fi, gl, hu, lt, nb, pt, ru, si, sl, sv
* Sync with Debian
* debian/control.in:
  - don't Build-Depends on type-handling and libcpufreq-dev
  - Pre-Depends: dpkg (>= 1.10.24)
  - updated maintainer information
* debian/patches/04_applets_categories.patch:
  - set applets categories
* debian/patches/13_battstat_measuring_more_appropriate.patch:
  - workaround acpi bug
* debian/patches/14_battstat_enable_pmi.patch:
  - use the pmi interface to know if suspend is available
* debian/patches/19_modem-applet_network-admin_gksu.patch:
  - use gksu when calling the network configurator
* debian/rules:
  - DEB_DH_BUILDDEB_ARGS := -- -Zbzip2

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 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  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.
14
14
 
15
15
@SET_MAKE@
16
16
 
17
 
srcdir = @srcdir@
18
 
top_srcdir = @top_srcdir@
19
17
VPATH = @srcdir@
20
18
pkglibdir = $(libdir)/@PACKAGE@
21
19
pkgincludedir = $(includedir)/@PACKAGE@
22
 
top_builddir = ../..
23
20
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
 
INSTALL = @INSTALL@
25
21
install_sh_DATA = $(install_sh) -c -m 644
26
22
install_sh_PROGRAM = $(install_sh) -c
27
23
install_sh_SCRIPT = $(install_sh) -c
75
71
am__DEPENDENCIES_1 =
76
72
cpufreq_applet_DEPENDENCIES = $(am__DEPENDENCIES_1) \
77
73
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
78
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
74
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
79
75
depcomp = $(SHELL) $(top_srcdir)/depcomp
80
76
am__depfiles_maybe = depfiles
81
77
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
82
78
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
83
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
84
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
85
 
        $(AM_CFLAGS) $(CFLAGS)
 
79
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
80
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
81
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
86
82
CCLD = $(CC)
87
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
88
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
83
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
84
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
85
        $(LDFLAGS) -o $@
89
86
SOURCES = $(cpufreq_applet_SOURCES)
90
87
DIST_SOURCES = $(am__cpufreq_applet_SOURCES_DIST)
91
88
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
92
89
        html-recursive info-recursive install-data-recursive \
93
 
        install-exec-recursive install-info-recursive \
94
 
        install-recursive installcheck-recursive installdirs-recursive \
95
 
        pdf-recursive ps-recursive uninstall-info-recursive \
96
 
        uninstall-recursive
 
90
        install-dvi-recursive install-exec-recursive \
 
91
        install-html-recursive install-info-recursive \
 
92
        install-pdf-recursive install-ps-recursive install-recursive \
 
93
        installcheck-recursive installdirs-recursive pdf-recursive \
 
94
        ps-recursive uninstall-recursive
 
95
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
96
  distclean-recursive maintainer-clean-recursive
97
97
ETAGS = etags
98
98
CTAGS = ctags
99
99
DIST_SUBDIRS = cpufreq-selector
103
103
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
104
104
ACPIINC = @ACPIINC@
105
105
ALL_LINGUAS = @ALL_LINGUAS@
106
 
AMDEP_FALSE = @AMDEP_FALSE@
107
 
AMDEP_TRUE = @AMDEP_TRUE@
108
106
AMTAR = @AMTAR@
109
 
APPLET_ACCESSX_FALSE = @APPLET_ACCESSX_FALSE@
110
 
APPLET_ACCESSX_TRUE = @APPLET_ACCESSX_TRUE@
111
 
APPLET_MIXER_FALSE = @APPLET_MIXER_FALSE@
112
 
APPLET_MIXER_TRUE = @APPLET_MIXER_TRUE@
113
 
APPLET_MODEMLIGHTS_FALSE = @APPLET_MODEMLIGHTS_FALSE@
114
 
APPLET_MODEMLIGHTS_TRUE = @APPLET_MODEMLIGHTS_TRUE@
115
107
AR = @AR@
116
108
AUTOCONF = @AUTOCONF@
117
109
AUTOHEADER = @AUTOHEADER@
118
110
AUTOMAKE = @AUTOMAKE@
119
111
AWK = @AWK@
120
 
BUILD_BATTSTAT_APPLET_FALSE = @BUILD_BATTSTAT_APPLET_FALSE@
121
 
BUILD_BATTSTAT_APPLET_TRUE = @BUILD_BATTSTAT_APPLET_TRUE@
122
 
BUILD_CPUFREQ_APPLET_FALSE = @BUILD_CPUFREQ_APPLET_FALSE@
123
 
BUILD_CPUFREQ_APPLET_TRUE = @BUILD_CPUFREQ_APPLET_TRUE@
124
 
BUILD_CPUFREQ_SELECTOR_FALSE = @BUILD_CPUFREQ_SELECTOR_FALSE@
125
 
BUILD_CPUFREQ_SELECTOR_TRUE = @BUILD_CPUFREQ_SELECTOR_TRUE@
126
 
BUILD_GNOME_VFS_APPLETS_FALSE = @BUILD_GNOME_VFS_APPLETS_FALSE@
127
 
BUILD_GNOME_VFS_APPLETS_TRUE = @BUILD_GNOME_VFS_APPLETS_TRUE@
128
 
BUILD_GTOP_APPLETS_FALSE = @BUILD_GTOP_APPLETS_FALSE@
129
 
BUILD_GTOP_APPLETS_TRUE = @BUILD_GTOP_APPLETS_TRUE@
130
 
BUILD_INVEST_APPLET_FALSE = @BUILD_INVEST_APPLET_FALSE@
131
 
BUILD_INVEST_APPLET_TRUE = @BUILD_INVEST_APPLET_TRUE@
132
 
BUILD_KEYBOARD_APPLET_FALSE = @BUILD_KEYBOARD_APPLET_FALSE@
133
 
BUILD_KEYBOARD_APPLET_TRUE = @BUILD_KEYBOARD_APPLET_TRUE@
134
 
BUILD_MINICOMMANDER_APPLET_FALSE = @BUILD_MINICOMMANDER_APPLET_FALSE@
135
 
BUILD_MINICOMMANDER_APPLET_TRUE = @BUILD_MINICOMMANDER_APPLET_TRUE@
136
 
BUILD_STICKYNOTES_APPLET_FALSE = @BUILD_STICKYNOTES_APPLET_FALSE@
137
 
BUILD_STICKYNOTES_APPLET_TRUE = @BUILD_STICKYNOTES_APPLET_TRUE@
138
112
CATALOGS = @CATALOGS@
139
113
CATOBJEXT = @CATOBJEXT@
140
114
CC = @CC@
144
118
CPPFLAGS = @CPPFLAGS@
145
119
CPUFREQ_SELECTOR_CFLAGS = @CPUFREQ_SELECTOR_CFLAGS@
146
120
CPUFREQ_SELECTOR_LIBS = @CPUFREQ_SELECTOR_LIBS@
147
 
CPUFREQ_SELECTOR_SUID_FALSE = @CPUFREQ_SELECTOR_SUID_FALSE@
148
 
CPUFREQ_SELECTOR_SUID_TRUE = @CPUFREQ_SELECTOR_SUID_TRUE@
149
121
CXX = @CXX@
150
122
CXXCPP = @CXXCPP@
151
123
CXXDEPMODE = @CXXDEPMODE@
163
135
ECHO_N = @ECHO_N@
164
136
ECHO_T = @ECHO_T@
165
137
EGREP = @EGREP@
166
 
ENABLE_FLAGS_FALSE = @ENABLE_FLAGS_FALSE@
167
 
ENABLE_FLAGS_TRUE = @ENABLE_FLAGS_TRUE@
168
 
ENABLE_SK_FALSE = @ENABLE_SK_FALSE@
169
 
ENABLE_SK_TRUE = @ENABLE_SK_TRUE@
170
138
EXEEXT = @EXEEXT@
171
139
F77 = @F77@
172
140
FFLAGS = @FFLAGS@
173
141
GAILUTIL_CFLAGS = @GAILUTIL_CFLAGS@
174
142
GAILUTIL_LIBS = @GAILUTIL_LIBS@
175
143
GCONFTOOL = @GCONFTOOL@
176
 
GCONF_SCHEMAS_INSTALL_FALSE = @GCONF_SCHEMAS_INSTALL_FALSE@
177
 
GCONF_SCHEMAS_INSTALL_TRUE = @GCONF_SCHEMAS_INSTALL_TRUE@
178
144
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
179
145
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
180
146
GDK_PIXBUF_CSOURCE = @GDK_PIXBUF_CSOURCE@
181
147
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
182
148
GIT_CFLAGS = @GIT_CFLAGS@
183
149
GIT_LIBS = @GIT_LIBS@
184
 
GKB_SUN_FALSE = @GKB_SUN_FALSE@
185
 
GKB_SUN_TRUE = @GKB_SUN_TRUE@
186
150
GLADEDIR = @GLADEDIR@
187
151
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
188
152
GMOFILES = @GMOFILES@
211
175
GUCHARMAP_LIBS = @GUCHARMAP_LIBS@
212
176
HAL_CFLAGS = @HAL_CFLAGS@
213
177
HAL_LIBS = @HAL_LIBS@
214
 
HAVE_GNOME_DOC_UTILS_FALSE = @HAVE_GNOME_DOC_UTILS_FALSE@
215
 
HAVE_GNOME_DOC_UTILS_TRUE = @HAVE_GNOME_DOC_UTILS_TRUE@
216
 
HAVE_GST10_FALSE = @HAVE_GST10_FALSE@
217
 
HAVE_GST10_TRUE = @HAVE_GST10_TRUE@
218
178
HAVE_JW = @HAVE_JW@
219
 
HAVE_JW_FALSE = @HAVE_JW_FALSE@
220
 
HAVE_JW_TRUE = @HAVE_JW_TRUE@
221
179
HAVE_LIBAPM = @HAVE_LIBAPM@
222
 
HAVE_LIBAPM_FALSE = @HAVE_LIBAPM_FALSE@
223
 
HAVE_LIBAPM_TRUE = @HAVE_LIBAPM_TRUE@
224
 
HAVE_LIBCPUFREQ_FALSE = @HAVE_LIBCPUFREQ_FALSE@
225
 
HAVE_LIBCPUFREQ_TRUE = @HAVE_LIBCPUFREQ_TRUE@
226
180
HAVE_XKB = @HAVE_XKB@
227
181
HELP_DIR = @HELP_DIR@
 
182
INSTALL = @INSTALL@
228
183
INSTALL_DATA = @INSTALL_DATA@
229
184
INSTALL_PROGRAM = @INSTALL_PROGRAM@
230
185
INSTALL_SCRIPT = @INSTALL_SCRIPT@
235
190
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
236
191
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
237
192
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
238
 
INTLTOOL_ICONV = @INTLTOOL_ICONV@
239
193
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
240
194
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
241
195
INTLTOOL_MERGE = @INTLTOOL_MERGE@
242
 
INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@
243
 
INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@
244
196
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
245
197
INTLTOOL_PERL = @INTLTOOL_PERL@
 
198
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
246
199
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
247
200
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
248
201
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
254
207
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
255
208
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
256
209
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
257
 
INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@
258
210
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
259
211
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
260
212
JW = @JW@
275
227
LN_S = @LN_S@
276
228
LTLIBOBJS = @LTLIBOBJS@
277
229
MAINT = @MAINT@
278
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
279
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
280
230
MAKEINFO = @MAKEINFO@
281
231
MIXER_CFLAGS = @MIXER_CFLAGS@
282
232
MIXER_LIBS = @MIXER_LIBS@
 
233
MKDIR_P = @MKDIR_P@
283
234
MKINSTALLDIRS = @MKINSTALLDIRS@
284
235
MODEMLIGHTS_LIBS = @MODEMLIGHTS_LIBS@
285
236
MSGFMT = @MSGFMT@
286
237
MSGFMT_OPTS = @MSGFMT_OPTS@
287
238
NEED_LIBAPM = @NEED_LIBAPM@
288
 
NEED_LIBAPM_FALSE = @NEED_LIBAPM_FALSE@
289
 
NEED_LIBAPM_TRUE = @NEED_LIBAPM_TRUE@
290
239
OBJEXT = @OBJEXT@
291
240
OMF_DIR = @OMF_DIR@
292
241
PACKAGE = @PACKAGE@
332
281
X_EXTRA_LIBS = @X_EXTRA_LIBS@
333
282
X_LIBS = @X_LIBS@
334
283
X_PRE_LIBS = @X_PRE_LIBS@
 
284
abs_builddir = @abs_builddir@
 
285
abs_srcdir = @abs_srcdir@
 
286
abs_top_builddir = @abs_top_builddir@
 
287
abs_top_srcdir = @abs_top_srcdir@
335
288
ac_ct_CC = @ac_ct_CC@
336
289
ac_ct_CXX = @ac_ct_CXX@
337
290
ac_ct_F77 = @ac_ct_F77@
338
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
339
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
340
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
341
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
342
291
am__include = @am__include@
343
292
am__leading_dot = @am__leading_dot@
344
293
am__quote = @am__quote@
350
299
build_cpu = @build_cpu@
351
300
build_os = @build_os@
352
301
build_vendor = @build_vendor@
 
302
builddir = @builddir@
353
303
datadir = @datadir@
354
304
datarootdir = @datarootdir@
355
305
docdir = @docdir@
385
335
pythondir = @pythondir@
386
336
sbindir = @sbindir@
387
337
sharedstatedir = @sharedstatedir@
 
338
srcdir = @srcdir@
388
339
sysconfdir = @sysconfdir@
389
340
target_alias = @target_alias@
 
341
top_builddir = @top_builddir@
 
342
top_srcdir = @top_srcdir@
390
343
@BUILD_CPUFREQ_SELECTOR_TRUE@selector_SUBDIR = cpufreq-selector
391
344
SUBDIRS = $(selector_SUBDIR)
392
345
INCLUDES = \
446
399
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
447
400
install-libexecPROGRAMS: $(libexec_PROGRAMS)
448
401
        @$(NORMAL_INSTALL)
449
 
        test -z "$(libexecdir)" || $(mkdir_p) "$(DESTDIR)$(libexecdir)"
 
402
        test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
450
403
        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
451
404
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
452
405
          if test -f $$p \
474
427
        done
475
428
cpufreq-applet$(EXEEXT): $(cpufreq_applet_OBJECTS) $(cpufreq_applet_DEPENDENCIES) 
476
429
        @rm -f cpufreq-applet$(EXEEXT)
477
 
        $(LINK) $(cpufreq_applet_LDFLAGS) $(cpufreq_applet_OBJECTS) $(cpufreq_applet_LDADD) $(LIBS)
 
430
        $(LINK) $(cpufreq_applet_OBJECTS) $(cpufreq_applet_LDADD) $(LIBS)
478
431
 
479
432
mostlyclean-compile:
480
433
        -rm -f *.$(OBJEXT)
494
447
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-utils.Po@am__quote@
495
448
 
496
449
.c.o:
497
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
498
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
450
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
451
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
499
452
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
500
453
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
501
454
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
502
455
 
503
456
.c.obj:
504
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
505
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
457
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
458
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
506
459
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
507
460
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
508
461
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
509
462
 
510
463
.c.lo:
511
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
512
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
464
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
465
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
513
466
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
514
467
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
515
468
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
520
473
clean-libtool:
521
474
        -rm -rf .libs _libs
522
475
 
523
 
distclean-libtool:
524
 
        -rm -f libtool
525
 
uninstall-info-am:
526
 
 
527
476
# This directory's subdirectories are mostly independent; you can cd
528
477
# into them and run `make' without going through this Makefile.
529
478
# To change the values of `make' variables: instead of editing Makefiles,
555
504
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
556
505
        fi; test -z "$$fail"
557
506
 
558
 
mostlyclean-recursive clean-recursive distclean-recursive \
559
 
maintainer-clean-recursive:
 
507
$(RECURSIVE_CLEAN_TARGETS):
560
508
        @failcom='exit 1'; \
561
509
        for f in x $$MAKEFLAGS; do \
562
510
          case $$f in \
657
605
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
658
606
 
659
607
distdir: $(DISTFILES)
660
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
661
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
662
 
        list='$(DISTFILES)'; for file in $$list; do \
663
 
          case $$file in \
664
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
665
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
666
 
          esac; \
 
608
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
609
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
610
        list='$(DISTFILES)'; \
 
611
          dist_files=`for file in $$list; do echo $$file; done | \
 
612
          sed -e "s|^$$srcdirstrip/||;t" \
 
613
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
614
        case $$dist_files in \
 
615
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
616
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
617
                           sort -u` ;; \
 
618
        esac; \
 
619
        for file in $$dist_files; do \
667
620
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
668
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
669
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
670
 
            dir="/$$dir"; \
671
 
            $(mkdir_p) "$(distdir)$$dir"; \
672
 
          else \
673
 
            dir=''; \
674
 
          fi; \
675
621
          if test -d $$d/$$file; then \
 
622
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
676
623
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
677
624
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
678
625
            fi; \
686
633
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
687
634
          if test "$$subdir" = .; then :; else \
688
635
            test -d "$(distdir)/$$subdir" \
689
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
636
            || $(MKDIR_P) "$(distdir)/$$subdir" \
690
637
            || exit 1; \
691
638
            distdir=`$(am__cd) $(distdir) && pwd`; \
692
639
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
694
641
              $(MAKE) $(AM_MAKEFLAGS) \
695
642
                top_distdir="$$top_distdir" \
696
643
                distdir="$$distdir/$$subdir" \
 
644
                am__remove_distdir=: \
 
645
                am__skip_length_check=: \
697
646
                distdir) \
698
647
              || exit 1; \
699
648
          fi; \
704
653
installdirs: installdirs-recursive
705
654
installdirs-am:
706
655
        for dir in "$(DESTDIR)$(libexecdir)"; do \
707
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
656
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
708
657
        done
709
658
install: install-recursive
710
659
install-exec: install-exec-recursive
739
688
        -rm -rf ./$(DEPDIR)
740
689
        -rm -f Makefile
741
690
distclean-am: clean-am distclean-compile distclean-generic \
742
 
        distclean-libtool distclean-tags
 
691
        distclean-tags
743
692
 
744
693
dvi: dvi-recursive
745
694
 
753
702
 
754
703
install-data-am:
755
704
 
 
705
install-dvi: install-dvi-recursive
 
706
 
756
707
install-exec-am: install-libexecPROGRAMS
757
708
 
 
709
install-html: install-html-recursive
 
710
 
758
711
install-info: install-info-recursive
759
712
 
760
713
install-man:
761
714
 
 
715
install-pdf: install-pdf-recursive
 
716
 
 
717
install-ps: install-ps-recursive
 
718
 
762
719
installcheck-am:
763
720
 
764
721
maintainer-clean: maintainer-clean-recursive
779
736
 
780
737
ps-am:
781
738
 
782
 
uninstall-am: uninstall-info-am uninstall-libexecPROGRAMS
783
 
 
784
 
uninstall-info: uninstall-info-recursive
785
 
 
786
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
787
 
        clean clean-generic clean-libexecPROGRAMS clean-libtool \
788
 
        clean-recursive ctags ctags-recursive distclean \
789
 
        distclean-compile distclean-generic distclean-libtool \
790
 
        distclean-recursive distclean-tags distdir dvi dvi-am html \
 
739
uninstall-am: uninstall-libexecPROGRAMS
 
740
 
 
741
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
742
        install-strip
 
743
 
 
744
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
745
        all all-am check check-am clean clean-generic \
 
746
        clean-libexecPROGRAMS clean-libtool ctags ctags-recursive \
 
747
        distclean distclean-compile distclean-generic \
 
748
        distclean-libtool distclean-tags distdir dvi dvi-am html \
791
749
        html-am info info-am install install-am install-data \
792
 
        install-data-am install-exec install-exec-am install-info \
 
750
        install-data-am install-dvi install-dvi-am install-exec \
 
751
        install-exec-am install-html install-html-am install-info \
793
752
        install-info-am install-libexecPROGRAMS install-man \
 
753
        install-pdf install-pdf-am install-ps install-ps-am \
794
754
        install-strip installcheck installcheck-am installdirs \
795
755
        installdirs-am maintainer-clean maintainer-clean-generic \
796
 
        maintainer-clean-recursive mostlyclean mostlyclean-compile \
797
 
        mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
798
 
        pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
799
 
        uninstall-info-am uninstall-libexecPROGRAMS
 
756
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
757
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
758
        uninstall uninstall-am uninstall-libexecPROGRAMS
800
759
 
801
760
# Tell versions [3.59,3.63) of GNU make to not export all variables.
802
761
# Otherwise a system limit (for SysV at least) may be exceeded.