~ubuntu-branches/ubuntu/hardy/evolution-data-server/hardy-updates

« back to all changes in this revision

Viewing changes to servers/exchange/xntlm/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-11-13 10:59:20 UTC
  • mfrom: (1.1.38 upstream)
  • Revision ID: james.westby@ubuntu.com-20071113105920-nb6w14udvgx0ghi3
Tags: 2.21.2-0ubuntu1
* New upstream version:
  Bug Fixes:
  - #318842: Task lists should be sorted (LP: #23912)
  - #345135: Disable SSLv2 compatible HELLO on SSL stream when 
    SSLv2 is disabled
  - #359267: Not all memos are showed in calendar view
  - #430420: Returned size <= 0 is an error
  - #460649: Meeting UI Needs To Show Color Of Selected Calendar Source
  - #487229: Use GKeyFile instead of gnome-config to access stored passwords
  - #488156: Minimize use of the WITH_GNOME_KEYRING macro
  - #492130: ESourceSelector uses pointers to ESource
  - #494304: Fix leak
  Updated Translations
  New in 2.21.1:
  - Support for Google Calendar
  Bug Fixes:
  - #203480: (Novell Bugzilla) Compiler warning fix 
    for usage ofunintialized variable
  - #231178: New symbol 'set-label' defined and added corresponding callback
  - #271777: Keep character's case as user types
  - #417999: Don't use deprecated GTK+ symbols
  - #420167: e-d-s now exits with gnome-session
  - #469657: Better use of GHashTable
  - #474000: Use GLib's Base64 API instead of Camel's
  - #475487: When creating the default contact, print errors to the console
  - #475493: Use G_DEFINE_TYPE
  - #475494: Use G_LOCK instead of a static mutex for clearer code
  - #478404: Reset the id to zero
  - #483301: Remove an unused variable
  - #487270: Fix typo in documentation
  - #488173: Remove __FUNCTION__, which is a gcc-ism
  - #488351: Fix an addressbook error on a fresh install
  Other Contributors:
  - Protect against a NULL subject string. 
* debian/*.preinst:
  - On upgrades from Gutsy, remove the symlinks introduced in Gutsy. They
    break upgrades all over, and current cdbs just symlinks individual files.
* Sync with Debian
* debian/control:
  - evolution-data-server Breaks evolution (<< 2.9), 
    evolution-exchange (<= 2.8.1-0ubuntu1),
    evolution-jescs (<= 2.8.2-0ubuntu3), 
    evolution-scalix (<= 10.0.0.357-0ubuntu6)
  - updated maintainer to desktop team
* debian/rules:
  - don't specify the paths for nspr and nss since the package is built 
    with firefox
  - don't build documentation, it's distributed in the upstream tarball

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
pkgdatadir = $(datadir)/@PACKAGE@
21
19
pkglibdir = $(libdir)/@PACKAGE@
22
20
pkgincludedir = $(includedir)/@PACKAGE@
23
 
top_builddir = ../../..
24
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
 
INSTALL = @INSTALL@
26
22
install_sh_DATA = $(install_sh) -c -m 644
27
23
install_sh_PROGRAM = $(install_sh) -c
28
24
install_sh_SCRIPT = $(install_sh) -c
50
46
libxntlm_la_LIBADD =
51
47
am_libxntlm_la_OBJECTS = xntlm.lo xntlm-des.lo xntlm-md4.lo
52
48
libxntlm_la_OBJECTS = $(am_libxntlm_la_OBJECTS)
53
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
49
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
54
50
depcomp = $(SHELL) $(top_srcdir)/depcomp
55
51
am__depfiles_maybe = depfiles
56
52
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
57
53
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
58
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
59
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
60
 
        $(AM_CFLAGS) $(CFLAGS)
 
54
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
55
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
56
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
61
57
CCLD = $(CC)
62
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
63
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
58
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
59
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
60
        $(LDFLAGS) -o $@
64
61
SOURCES = $(libxntlm_la_SOURCES)
65
62
DIST_SOURCES = $(libxntlm_la_SOURCES)
66
63
ETAGS = etags
68
65
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
69
66
ACLOCAL = @ACLOCAL@
70
67
ALL_LINGUAS = @ALL_LINGUAS@
71
 
AMDEP_FALSE = @AMDEP_FALSE@
72
 
AMDEP_TRUE = @AMDEP_TRUE@
73
68
AMTAR = @AMTAR@
74
69
API_VERSION = @API_VERSION@
75
70
AR = @AR@
108
103
ECHO_N = @ECHO_N@
109
104
ECHO_T = @ECHO_T@
110
105
EGREP = @EGREP@
111
 
ENABLE_CALENDAR_FALSE = @ENABLE_CALENDAR_FALSE@
112
 
ENABLE_CALENDAR_TRUE = @ENABLE_CALENDAR_TRUE@
113
 
ENABLE_GTK_DOC_FALSE = @ENABLE_GTK_DOC_FALSE@
114
 
ENABLE_GTK_DOC_TRUE = @ENABLE_GTK_DOC_TRUE@
115
 
ENABLE_IMAP4_FALSE = @ENABLE_IMAP4_FALSE@
116
 
ENABLE_IMAP4_TRUE = @ENABLE_IMAP4_TRUE@
117
 
ENABLE_IMAPP_FALSE = @ENABLE_IMAPP_FALSE@
118
 
ENABLE_IMAPP_TRUE = @ENABLE_IMAPP_TRUE@
119
 
ENABLE_IPv6_FALSE = @ENABLE_IPv6_FALSE@
120
 
ENABLE_IPv6_TRUE = @ENABLE_IPv6_TRUE@
121
 
ENABLE_KRB5_FALSE = @ENABLE_KRB5_FALSE@
122
 
ENABLE_KRB5_TRUE = @ENABLE_KRB5_TRUE@
123
 
ENABLE_LDAP_FALSE = @ENABLE_LDAP_FALSE@
124
 
ENABLE_LDAP_TRUE = @ENABLE_LDAP_TRUE@
125
 
ENABLE_NNTP_FALSE = @ENABLE_NNTP_FALSE@
126
 
ENABLE_NNTP_TRUE = @ENABLE_NNTP_TRUE@
127
 
ENABLE_PURIFY_FALSE = @ENABLE_PURIFY_FALSE@
128
 
ENABLE_PURIFY_TRUE = @ENABLE_PURIFY_TRUE@
129
 
ENABLE_SMIME_FALSE = @ENABLE_SMIME_FALSE@
130
 
ENABLE_SMIME_TRUE = @ENABLE_SMIME_TRUE@
131
106
EVOLUTION_ADDRESSBOOK_CFLAGS = @EVOLUTION_ADDRESSBOOK_CFLAGS@
132
107
EVOLUTION_ADDRESSBOOK_LIBS = @EVOLUTION_ADDRESSBOOK_LIBS@
133
108
EVOLUTION_CALENDAR_CFLAGS = @EVOLUTION_CALENDAR_CFLAGS@
144
119
F77 = @F77@
145
120
FFLAGS = @FFLAGS@
146
121
GCONFTOOL = @GCONFTOOL@
147
 
GCONF_SCHEMAS_INSTALL_FALSE = @GCONF_SCHEMAS_INSTALL_FALSE@
148
 
GCONF_SCHEMAS_INSTALL_TRUE = @GCONF_SCHEMAS_INSTALL_TRUE@
149
122
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
150
123
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
151
124
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
161
134
GNOME_PLATFORM_LIBS = @GNOME_PLATFORM_LIBS@
162
135
GOBJECT_QUERY = @GOBJECT_QUERY@
163
136
GREP = @GREP@
164
 
GTK_DOC_USE_LIBTOOL_FALSE = @GTK_DOC_USE_LIBTOOL_FALSE@
165
 
GTK_DOC_USE_LIBTOOL_TRUE = @GTK_DOC_USE_LIBTOOL_TRUE@
166
137
HAVE_JW = @HAVE_JW@
167
 
HAVE_JW_FALSE = @HAVE_JW_FALSE@
168
 
HAVE_JW_TRUE = @HAVE_JW_TRUE@
169
138
HTML_DIR = @HTML_DIR@
170
139
ICONV_CFLAGS = @ICONV_CFLAGS@
171
140
ICONV_LIBS = @ICONV_LIBS@
172
141
IDL_INCLUDES = @IDL_INCLUDES@
 
142
INSTALL = @INSTALL@
173
143
INSTALL_DATA = @INSTALL_DATA@
174
144
INSTALL_PROGRAM = @INSTALL_PROGRAM@
175
145
INSTALL_SCRIPT = @INSTALL_SCRIPT@
240
210
LIBEXCHANGE_STORAGE_CURRENT = @LIBEXCHANGE_STORAGE_CURRENT@
241
211
LIBEXCHANGE_STORAGE_REVISION = @LIBEXCHANGE_STORAGE_REVISION@
242
212
LIBEXECDIR_IN_SERVER_FILE = @LIBEXECDIR_IN_SERVER_FILE@
 
213
LIBGDATA_AGE = @LIBGDATA_AGE@
 
214
LIBGDATA_CURRENT = @LIBGDATA_CURRENT@
 
215
LIBGDATA_GOOGLE_AGE = @LIBGDATA_GOOGLE_AGE@
 
216
LIBGDATA_GOOGLE_CURRENT = @LIBGDATA_GOOGLE_CURRENT@
 
217
LIBGDATA_GOOGLE_REVISION = @LIBGDATA_GOOGLE_REVISION@
 
218
LIBGDATA_REVISION = @LIBGDATA_REVISION@
243
219
LIBOBJS = @LIBOBJS@
244
220
LIBS = @LIBS@
245
221
LIBSOUP = @LIBSOUP@
248
224
LN_S = @LN_S@
249
225
LTLIBOBJS = @LTLIBOBJS@
250
226
MAINT = @MAINT@
251
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
252
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
253
227
MAKEINFO = @MAKEINFO@
254
228
MANUAL_NSPR_CFLAGS = @MANUAL_NSPR_CFLAGS@
255
229
MANUAL_NSPR_LIBS = @MANUAL_NSPR_LIBS@
256
230
MANUAL_NSS_CFLAGS = @MANUAL_NSS_CFLAGS@
257
231
MANUAL_NSS_LIBS = @MANUAL_NSS_LIBS@
 
232
MKDIR_P = @MKDIR_P@
258
233
MKINSTALLDIRS = @MKINSTALLDIRS@
259
234
MSGFMT = @MSGFMT@
260
235
MSGFMT_OPTS = @MSGFMT_OPTS@
 
236
MSGMERGE = @MSGMERGE@
261
237
NO_UNDEFINED = @NO_UNDEFINED@
262
238
OBJDUMP = @OBJDUMP@
263
239
OBJEXT = @OBJEXT@
265
241
ORBIT_IDL = @ORBIT_IDL@
266
242
ORBIT_LIBS = @ORBIT_LIBS@
267
243
ORBIT_REQUIRED = @ORBIT_REQUIRED@
268
 
OS_WIN32_FALSE = @OS_WIN32_FALSE@
269
 
OS_WIN32_TRUE = @OS_WIN32_TRUE@
270
244
PACKAGE = @PACKAGE@
271
245
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
272
246
PACKAGE_NAME = @PACKAGE_NAME@
290
264
SOUP_CFLAGS = @SOUP_CFLAGS@
291
265
SOUP_LIBS = @SOUP_LIBS@
292
266
STRIP = @STRIP@
293
 
SUNLDAP_FALSE = @SUNLDAP_FALSE@
294
 
SUNLDAP_TRUE = @SUNLDAP_TRUE@
295
267
THREADS_CFLAGS = @THREADS_CFLAGS@
296
268
THREADS_LIBS = @THREADS_LIBS@
297
269
USE_NLS = @USE_NLS@
298
270
VERSION = @VERSION@
299
271
WARN_CFLAGS = @WARN_CFLAGS@
300
 
WITH_LIBDB_FALSE = @WITH_LIBDB_FALSE@
301
 
WITH_LIBDB_TRUE = @WITH_LIBDB_TRUE@
302
272
XGETTEXT = @XGETTEXT@
303
273
YACC = @YACC@
304
274
YFLAGS = @YFLAGS@
 
275
abs_builddir = @abs_builddir@
 
276
abs_srcdir = @abs_srcdir@
 
277
abs_top_builddir = @abs_top_builddir@
 
278
abs_top_srcdir = @abs_top_srcdir@
305
279
ac_ct_CC = @ac_ct_CC@
306
280
ac_ct_CXX = @ac_ct_CXX@
307
281
ac_ct_F77 = @ac_ct_F77@
308
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
309
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
310
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
311
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
312
282
am__include = @am__include@
313
283
am__leading_dot = @am__leading_dot@
314
284
am__quote = @am__quote@
320
290
build_cpu = @build_cpu@
321
291
build_os = @build_os@
322
292
build_vendor = @build_vendor@
 
293
builddir = @builddir@
323
294
camel_providerdir = @camel_providerdir@
324
295
datadir = @datadir@
325
296
datarootdir = @datarootdir@
356
327
sbindir = @sbindir@
357
328
serverdir = @serverdir@
358
329
sharedstatedir = @sharedstatedir@
 
330
srcdir = @srcdir@
359
331
subdirs = @subdirs@
360
332
sysconfdir = @sysconfdir@
361
333
target_alias = @target_alias@
 
334
top_builddir = @top_builddir@
 
335
top_srcdir = @top_srcdir@
362
336
weatherdatadir = @weatherdatadir@
363
337
noinst_LTLIBRARIES = libxntlm.la
364
338
libxntlm_la_SOURCES = \
416
390
          rm -f "$${dir}/so_locations"; \
417
391
        done
418
392
libxntlm.la: $(libxntlm_la_OBJECTS) $(libxntlm_la_DEPENDENCIES) 
419
 
        $(LINK)  $(libxntlm_la_LDFLAGS) $(libxntlm_la_OBJECTS) $(libxntlm_la_LIBADD) $(LIBS)
 
393
        $(LINK)  $(libxntlm_la_OBJECTS) $(libxntlm_la_LIBADD) $(LIBS)
420
394
 
421
395
mostlyclean-compile:
422
396
        -rm -f *.$(OBJEXT)
429
403
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xntlm.Plo@am__quote@
430
404
 
431
405
.c.o:
432
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
433
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
406
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
407
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
434
408
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
435
409
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
436
410
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
437
411
 
438
412
.c.obj:
439
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
440
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
413
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
414
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
441
415
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
442
416
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
443
417
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
444
418
 
445
419
.c.lo:
446
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
447
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
420
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
421
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
448
422
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
449
423
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
450
424
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
455
429
clean-libtool:
456
430
        -rm -rf .libs _libs
457
431
 
458
 
distclean-libtool:
459
 
        -rm -f libtool
460
 
uninstall-info-am:
461
 
 
462
432
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
463
433
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
464
434
        unique=`for i in $$list; do \
508
478
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
509
479
 
510
480
distdir: $(DISTFILES)
511
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
512
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
513
 
        list='$(DISTFILES)'; for file in $$list; do \
514
 
          case $$file in \
515
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
516
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
517
 
          esac; \
 
481
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
482
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
483
        list='$(DISTFILES)'; \
 
484
          dist_files=`for file in $$list; do echo $$file; done | \
 
485
          sed -e "s|^$$srcdirstrip/||;t" \
 
486
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
487
        case $$dist_files in \
 
488
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
489
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
490
                           sort -u` ;; \
 
491
        esac; \
 
492
        for file in $$dist_files; do \
518
493
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
519
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
520
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
521
 
            dir="/$$dir"; \
522
 
            $(mkdir_p) "$(distdir)$$dir"; \
523
 
          else \
524
 
            dir=''; \
525
 
          fi; \
526
494
          if test -d $$d/$$file; then \
 
495
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
527
496
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
528
497
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
529
498
            fi; \
571
540
        -rm -rf ./$(DEPDIR)
572
541
        -rm -f Makefile
573
542
distclean-am: clean-am distclean-compile distclean-generic \
574
 
        distclean-libtool distclean-tags
 
543
        distclean-tags
575
544
 
576
545
dvi: dvi-am
577
546
 
585
554
 
586
555
install-data-am:
587
556
 
 
557
install-dvi: install-dvi-am
 
558
 
588
559
install-exec-am:
589
560
 
 
561
install-html: install-html-am
 
562
 
590
563
install-info: install-info-am
591
564
 
592
565
install-man:
593
566
 
 
567
install-pdf: install-pdf-am
 
568
 
 
569
install-ps: install-ps-am
 
570
 
594
571
installcheck-am:
595
572
 
596
573
maintainer-clean: maintainer-clean-am
611
588
 
612
589
ps-am:
613
590
 
614
 
uninstall-am: uninstall-info-am
 
591
uninstall-am:
 
592
 
 
593
.MAKE: install-am install-strip
615
594
 
616
595
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
617
596
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
618
597
        distclean-compile distclean-generic distclean-libtool \
619
598
        distclean-tags distdir dvi dvi-am html html-am info info-am \
620
 
        install install-am install-data install-data-am install-exec \
621
 
        install-exec-am install-info install-info-am install-man \
 
599
        install install-am install-data install-data-am install-dvi \
 
600
        install-dvi-am install-exec install-exec-am install-html \
 
601
        install-html-am install-info install-info-am install-man \
 
602
        install-pdf install-pdf-am install-ps install-ps-am \
622
603
        install-strip installcheck installcheck-am installdirs \
623
604
        maintainer-clean maintainer-clean-generic mostlyclean \
624
605
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
625
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
626
 
        uninstall-info-am
 
606
        pdf pdf-am ps ps-am tags uninstall uninstall-am
627
607
 
628
608
# Tell versions [3.59,3.63) of GNU make to not export all variables.
629
609
# Otherwise a system limit (for SysV at least) may be exceeded.