~ubuntu-branches/ubuntu/intrepid/gnome-system-tools/intrepid

« back to all changes in this revision

Viewing changes to src/users/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Aron Sisak
  • Date: 2007-07-30 14:25:07 UTC
  • mfrom: (1.1.22 upstream)
  • Revision ID: james.westby@ubuntu.com-20070730142507-1agdguvnk1kpxmeg
Tags: 2.19.1-0ubuntu1
* New upstream release:
  - Common
    - remove hardcoded password char from glade interfaces (Loïc Minier)
  - Network
    - String improvements and spacing more similar to g-c-c capplets (Denis Washington)
  - Translations
    - de, es, fi, ja, sv
* debian/patches/04_activate_avahi_option.dpatch
  - Updated
* debian/patches/98_automake.dpatch
  - Updated with aclocal, autoconf and automake

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.
15
15
@SET_MAKE@
16
16
 
17
17
 
18
 
srcdir = @srcdir@
19
 
top_srcdir = @top_srcdir@
20
18
VPATH = @srcdir@
21
19
pkgdatadir = $(datadir)/@PACKAGE@
22
20
pkglibdir = $(libdir)/@PACKAGE@
23
21
pkgincludedir = $(includedir)/@PACKAGE@
24
 
top_builddir = ../..
25
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
 
INSTALL = @INSTALL@
27
23
install_sh_DATA = $(install_sh) -c -m 644
28
24
install_sh_PROGRAM = $(install_sh) -c
29
25
install_sh_SCRIPT = $(install_sh) -c
61
57
        user-profiles.$(OBJEXT) test-battery.$(OBJEXT)
62
58
users_admin_OBJECTS = $(am_users_admin_OBJECTS)
63
59
am__DEPENDENCIES_1 =
64
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
60
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
65
61
depcomp = $(SHELL) $(top_srcdir)/depcomp
66
62
am__depfiles_maybe = depfiles
67
63
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
68
64
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
69
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
70
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
71
 
        $(AM_CFLAGS) $(CFLAGS)
 
65
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
66
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
67
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
72
68
CCLD = $(CC)
73
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
74
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
69
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
70
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
71
        $(LDFLAGS) -o $@
75
72
SOURCES = $(users_admin_SOURCES)
76
73
DIST_SOURCES = $(users_admin_SOURCES)
77
74
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
78
75
        html-recursive info-recursive install-data-recursive \
79
 
        install-exec-recursive install-info-recursive \
80
 
        install-recursive installcheck-recursive installdirs-recursive \
81
 
        pdf-recursive ps-recursive uninstall-info-recursive \
82
 
        uninstall-recursive
 
76
        install-dvi-recursive install-exec-recursive \
 
77
        install-html-recursive install-info-recursive \
 
78
        install-pdf-recursive install-ps-recursive install-recursive \
 
79
        installcheck-recursive installdirs-recursive pdf-recursive \
 
80
        ps-recursive uninstall-recursive
83
81
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
84
82
am__vpath_adj = case $$p in \
85
83
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
88
86
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
89
87
desktopDATA_INSTALL = $(INSTALL_DATA)
90
88
DATA = $(desktop_DATA)
 
89
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
90
  distclean-recursive maintainer-clean-recursive
91
91
ETAGS = etags
92
92
CTAGS = ctags
93
93
DIST_SUBDIRS = $(SUBDIRS)
94
94
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
95
95
ACLOCAL = @ACLOCAL@
96
96
ALL_LINGUAS = @ALL_LINGUAS@
97
 
AMDEP_FALSE = @AMDEP_FALSE@
98
 
AMDEP_TRUE = @AMDEP_TRUE@
99
97
AMTAR = @AMTAR@
100
98
AR = @AR@
101
99
AUTOCONF = @AUTOCONF@
102
100
AUTOHEADER = @AUTOHEADER@
103
101
AUTOMAKE = @AUTOMAKE@
104
102
AWK = @AWK@
105
 
BUILD_NAUTILUS_FALSE = @BUILD_NAUTILUS_FALSE@
106
 
BUILD_NAUTILUS_TRUE = @BUILD_NAUTILUS_TRUE@
107
 
BUILD_NETWORK_FALSE = @BUILD_NETWORK_FALSE@
108
 
BUILD_NETWORK_TRUE = @BUILD_NETWORK_TRUE@
109
 
BUILD_SERVICES_FALSE = @BUILD_SERVICES_FALSE@
110
 
BUILD_SERVICES_TRUE = @BUILD_SERVICES_TRUE@
111
 
BUILD_SHARES_FALSE = @BUILD_SHARES_FALSE@
112
 
BUILD_SHARES_TRUE = @BUILD_SHARES_TRUE@
113
 
BUILD_TIME_FALSE = @BUILD_TIME_FALSE@
114
 
BUILD_TIME_TRUE = @BUILD_TIME_TRUE@
115
 
BUILD_USERS_FALSE = @BUILD_USERS_FALSE@
116
 
BUILD_USERS_TRUE = @BUILD_USERS_TRUE@
117
103
CATALOGS = @CATALOGS@
118
104
CATOBJEXT = @CATOBJEXT@
119
105
CC = @CC@
137
123
ECHO_N = @ECHO_N@
138
124
ECHO_T = @ECHO_T@
139
125
EGREP = @EGREP@
140
 
ENABLE_GNOME_FALSE = @ENABLE_GNOME_FALSE@
141
 
ENABLE_GNOME_TRUE = @ENABLE_GNOME_TRUE@
142
 
ENABLE_SK_FALSE = @ENABLE_SK_FALSE@
143
 
ENABLE_SK_TRUE = @ENABLE_SK_TRUE@
144
126
EXEEXT = @EXEEXT@
145
127
F77 = @F77@
146
128
FFLAGS = @FFLAGS@
147
129
GCONFTOOL = @GCONFTOOL@
148
 
GCONF_SCHEMAS_INSTALL_FALSE = @GCONF_SCHEMAS_INSTALL_FALSE@
149
 
GCONF_SCHEMAS_INSTALL_TRUE = @GCONF_SCHEMAS_INSTALL_TRUE@
150
130
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
151
131
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
152
132
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
166
146
GST_TOOL_DEPENDENCIES = @GST_TOOL_DEPENDENCIES@
167
147
GST_TOOL_EXTRA_DIST = @GST_TOOL_EXTRA_DIST@
168
148
GST_TOOL_LIBS = @GST_TOOL_LIBS@
169
 
HAVE_GNOME_DOC_UTILS_FALSE = @HAVE_GNOME_DOC_UTILS_FALSE@
170
 
HAVE_GNOME_DOC_UTILS_TRUE = @HAVE_GNOME_DOC_UTILS_TRUE@
171
 
HAVE_LIBIW_H_FALSE = @HAVE_LIBIW_H_FALSE@
172
 
HAVE_LIBIW_H_TRUE = @HAVE_LIBIW_H_TRUE@
173
149
HELP_DIR = @HELP_DIR@
 
150
INSTALL = @INSTALL@
174
151
INSTALL_DATA = @INSTALL_DATA@
175
152
INSTALL_PROGRAM = @INSTALL_PROGRAM@
176
153
INSTALL_SCRIPT = @INSTALL_SCRIPT@
210
187
LN_S = @LN_S@
211
188
LTLIBOBJS = @LTLIBOBJS@
212
189
MAINT = @MAINT@
213
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
214
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
215
190
MAKEINFO = @MAKEINFO@
 
191
MKDIR_P = @MKDIR_P@
216
192
MKINSTALLDIRS = @MKINSTALLDIRS@
217
193
MSGFMT = @MSGFMT@
218
194
MSGFMT_OPTS = @MSGFMT_OPTS@
239
215
USE_NLS = @USE_NLS@
240
216
VERSION = @VERSION@
241
217
XGETTEXT = @XGETTEXT@
 
218
abs_builddir = @abs_builddir@
 
219
abs_srcdir = @abs_srcdir@
 
220
abs_top_builddir = @abs_top_builddir@
 
221
abs_top_srcdir = @abs_top_srcdir@
242
222
ac_ct_CC = @ac_ct_CC@
243
223
ac_ct_CXX = @ac_ct_CXX@
244
224
ac_ct_F77 = @ac_ct_F77@
245
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
246
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
247
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
248
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
249
225
am__include = @am__include@
250
226
am__leading_dot = @am__leading_dot@
251
227
am__quote = @am__quote@
257
233
build_cpu = @build_cpu@
258
234
build_os = @build_os@
259
235
build_vendor = @build_vendor@
 
236
builddir = @builddir@
260
237
datadir = @datadir@
261
238
datarootdir = @datarootdir@
262
239
docdir = @docdir@
287
264
psdir = @psdir@
288
265
sbindir = @sbindir@
289
266
sharedstatedir = @sharedstatedir@
 
267
srcdir = @srcdir@
290
268
sysconfdir = @sysconfdir@
291
269
target_alias = @target_alias@
 
270
top_builddir = @top_builddir@
 
271
top_srcdir = @top_srcdir@
292
272
desktop = $(toolname).desktop
293
273
desktopdir = $(datadir)/applications/
294
274
desktop_in_files = $(desktop).in
353
333
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
354
334
install-binPROGRAMS: $(bin_PROGRAMS)
355
335
        @$(NORMAL_INSTALL)
356
 
        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
 
336
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
357
337
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
358
338
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
359
339
          if test -f $$p \
381
361
        done
382
362
users-admin$(EXEEXT): $(users_admin_OBJECTS) $(users_admin_DEPENDENCIES) 
383
363
        @rm -f users-admin$(EXEEXT)
384
 
        $(LINK) $(users_admin_LDFLAGS) $(users_admin_OBJECTS) $(users_admin_LDADD) $(LIBS)
 
364
        $(LINK) $(users_admin_OBJECTS) $(users_admin_LDADD) $(LIBS)
385
365
 
386
366
mostlyclean-compile:
387
367
        -rm -f *.$(OBJEXT)
404
384
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/users-tool.Po@am__quote@
405
385
 
406
386
.c.o:
407
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
408
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
387
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
388
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
409
389
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
410
390
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
411
391
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
412
392
 
413
393
.c.obj:
414
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
415
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
394
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
395
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
416
396
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
417
397
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
418
398
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
419
399
 
420
400
.c.lo:
421
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
422
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
401
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
402
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
423
403
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
424
404
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
425
405
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
429
409
 
430
410
clean-libtool:
431
411
        -rm -rf .libs _libs
432
 
 
433
 
distclean-libtool:
434
 
        -rm -f libtool
435
 
uninstall-info-am:
436
412
install-desktopDATA: $(desktop_DATA)
437
413
        @$(NORMAL_INSTALL)
438
 
        test -z "$(desktopdir)" || $(mkdir_p) "$(DESTDIR)$(desktopdir)"
 
414
        test -z "$(desktopdir)" || $(MKDIR_P) "$(DESTDIR)$(desktopdir)"
439
415
        @list='$(desktop_DATA)'; for p in $$list; do \
440
416
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
441
417
          f=$(am__strip_dir) \
482
458
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
483
459
        fi; test -z "$$fail"
484
460
 
485
 
mostlyclean-recursive clean-recursive distclean-recursive \
486
 
maintainer-clean-recursive:
 
461
$(RECURSIVE_CLEAN_TARGETS):
487
462
        @failcom='exit 1'; \
488
463
        for f in x $$MAKEFLAGS; do \
489
464
          case $$f in \
584
559
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
585
560
 
586
561
distdir: $(DISTFILES)
587
 
        $(mkdir_p) $(distdir)/../common
588
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
589
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
590
 
        list='$(DISTFILES)'; for file in $$list; do \
591
 
          case $$file in \
592
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
593
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
594
 
          esac; \
 
562
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
563
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
564
        list='$(DISTFILES)'; \
 
565
          dist_files=`for file in $$list; do echo $$file; done | \
 
566
          sed -e "s|^$$srcdirstrip/||;t" \
 
567
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
568
        case $$dist_files in \
 
569
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
570
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
571
                           sort -u` ;; \
 
572
        esac; \
 
573
        for file in $$dist_files; do \
595
574
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
596
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
597
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
598
 
            dir="/$$dir"; \
599
 
            $(mkdir_p) "$(distdir)$$dir"; \
600
 
          else \
601
 
            dir=''; \
602
 
          fi; \
603
575
          if test -d $$d/$$file; then \
 
576
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
604
577
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
605
578
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
606
579
            fi; \
614
587
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
615
588
          if test "$$subdir" = .; then :; else \
616
589
            test -d "$(distdir)/$$subdir" \
617
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
590
            || $(MKDIR_P) "$(distdir)/$$subdir" \
618
591
            || exit 1; \
619
592
            distdir=`$(am__cd) $(distdir) && pwd`; \
620
593
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
622
595
              $(MAKE) $(AM_MAKEFLAGS) \
623
596
                top_distdir="$$top_distdir" \
624
597
                distdir="$$distdir/$$subdir" \
 
598
                am__remove_distdir=: \
 
599
                am__skip_length_check=: \
625
600
                distdir) \
626
601
              || exit 1; \
627
602
          fi; \
632
607
installdirs: installdirs-recursive
633
608
installdirs-am:
634
609
        for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(desktopdir)"; do \
635
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
610
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
636
611
        done
637
612
install: install-recursive
638
613
install-exec: install-exec-recursive
667
642
        -rm -rf ./$(DEPDIR)
668
643
        -rm -f Makefile
669
644
distclean-am: clean-am distclean-compile distclean-generic \
670
 
        distclean-libtool distclean-tags
 
645
        distclean-tags
671
646
 
672
647
dvi: dvi-recursive
673
648
 
681
656
 
682
657
install-data-am: install-desktopDATA
683
658
 
 
659
install-dvi: install-dvi-recursive
 
660
 
684
661
install-exec-am: install-binPROGRAMS
685
662
 
 
663
install-html: install-html-recursive
 
664
 
686
665
install-info: install-info-recursive
687
666
 
688
667
install-man:
689
668
 
 
669
install-pdf: install-pdf-recursive
 
670
 
 
671
install-ps: install-ps-recursive
 
672
 
690
673
installcheck-am:
691
674
 
692
675
maintainer-clean: maintainer-clean-recursive
707
690
 
708
691
ps-am:
709
692
 
710
 
uninstall-am: uninstall-binPROGRAMS uninstall-desktopDATA \
711
 
        uninstall-info-am
712
 
 
713
 
uninstall-info: uninstall-info-recursive
714
 
 
715
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
716
 
        clean clean-binPROGRAMS clean-generic clean-libtool \
717
 
        clean-recursive ctags ctags-recursive distclean \
 
693
uninstall-am: uninstall-binPROGRAMS uninstall-desktopDATA
 
694
 
 
695
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
696
        install-strip
 
697
 
 
698
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
699
        all all-am check check-am clean clean-binPROGRAMS \
 
700
        clean-generic clean-libtool ctags ctags-recursive distclean \
718
701
        distclean-compile distclean-generic distclean-libtool \
719
 
        distclean-recursive distclean-tags distdir dvi dvi-am html \
720
 
        html-am info info-am install install-am install-binPROGRAMS \
721
 
        install-data install-data-am install-desktopDATA install-exec \
722
 
        install-exec-am install-info install-info-am install-man \
723
 
        install-strip installcheck installcheck-am installdirs \
724
 
        installdirs-am maintainer-clean maintainer-clean-generic \
725
 
        maintainer-clean-recursive mostlyclean mostlyclean-compile \
726
 
        mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
 
702
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
703
        install install-am install-binPROGRAMS install-data \
 
704
        install-data-am install-desktopDATA install-dvi install-dvi-am \
 
705
        install-exec install-exec-am install-html install-html-am \
 
706
        install-info install-info-am install-man install-pdf \
 
707
        install-pdf-am install-ps install-ps-am install-strip \
 
708
        installcheck installcheck-am installdirs installdirs-am \
 
709
        maintainer-clean maintainer-clean-generic mostlyclean \
 
710
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
727
711
        pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
728
 
        uninstall-binPROGRAMS uninstall-desktopDATA uninstall-info-am
 
712
        uninstall-binPROGRAMS uninstall-desktopDATA
729
713
 
730
714
@INTLTOOL_DESKTOP_RULE@
731
715
# Tell versions [3.59,3.63) of GNU make to not export all variables.