~ubuntu-branches/ubuntu/gutsy/plotutils/gutsy

« back to all changes in this revision

Viewing changes to info/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Floris Bruynooghe
  • Date: 2007-05-10 19:48:54 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070510194854-mrr3lgwzpxd8hovo
Tags: 2.5-2
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated automatically by automake 1.4 from Makefile.am
 
1
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2
2
 
3
 
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
 
3
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4
4
# This Makefile.in is free software; the Free Software Foundation
5
5
# gives unlimited permission to copy and/or distribute it,
6
6
# with or without modifications, as long as this notice is preserved.
59
59
POST_UNINSTALL = :
60
60
host_alias = @host_alias@
61
61
host_triplet = @host@
 
62
AR = @AR@
62
63
AS = @AS@
63
64
CC = @CC@
64
65
CXX = @CXX@
 
66
CXXCPP = @CXXCPP@
65
67
DLLTOOL = @DLLTOOL@
 
68
ECHO = @ECHO@
 
69
EGREP = @EGREP@
66
70
EXEEXT = @EXEEXT@
 
71
F77 = @F77@
 
72
GCJ = @GCJ@
 
73
GCJFLAGS = @GCJFLAGS@
 
74
HAVE_LIB = @HAVE_LIB@
67
75
LEX = @LEX@
 
76
LIB = @LIB@
68
77
LIBTOOL = @LIBTOOL@
69
78
LN_S = @LN_S@
70
 
LTALLOCA = @LTALLOCA@
 
79
LTLIB = @LTLIB@
71
80
OBJDUMP = @OBJDUMP@
 
81
OBJEXT = @OBJEXT@
72
82
PACKAGE = @PACKAGE@
73
83
RANLIB = @RANLIB@
 
84
RC = @RC@
 
85
STRIP = @STRIP@
74
86
VERSION = @VERSION@
75
87
X_BASIC_LIBS = @X_BASIC_LIBS@
76
88
X_CFLAGS = @X_CFLAGS@
106
118
 
107
119
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
108
120
 
109
 
TAR = gtar
 
121
TAR = tar
110
122
GZIP_ENV = --best
111
123
all: all-redirect
112
124
.SUFFIXES:
113
125
.SUFFIXES: .dvi .info .ps .texi .texinfo .txi
114
 
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
126
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
115
127
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps info/Makefile
116
128
 
117
129
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
198
210
        else ii=; fi; \
199
211
        list='$(INFO_DEPS)'; \
200
212
        for file in $$list; do \
201
 
          test -z "$ii" \
 
213
          test -z "$$ii" \
202
214
            || install-info --info-dir=$(DESTDIR)$(infodir) --remove $$file; \
203
215
        done
204
216
        @$(NORMAL_UNINSTALL)
287
299
        @for file in $(DISTFILES); do \
288
300
          d=$(srcdir); \
289
301
          if test -d $$d/$$file; then \
290
 
            cp -pr $$/$$file $(distdir)/$$file; \
 
302
            cp -pr $$d/$$file $(distdir)/$$file; \
291
303
          else \
292
304
            test -f $(distdir)/$$file \
293
305
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \