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

« back to all changes in this revision

Viewing changes to doc/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
MAKEINFO = @MAKEINFO@
72
81
OBJDUMP = @OBJDUMP@
 
82
OBJEXT = @OBJEXT@
73
83
PACKAGE = @PACKAGE@
74
84
RANLIB = @RANLIB@
 
85
RC = @RC@
 
86
STRIP = @STRIP@
75
87
VERSION = @VERSION@
76
88
X_BASIC_LIBS = @X_BASIC_LIBS@
77
89
X_CFLAGS = @X_CFLAGS@
102
114
 
103
115
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
104
116
 
105
 
TAR = gtar
 
117
TAR = tar
106
118
GZIP_ENV = --best
107
119
all: all-redirect
108
120
.SUFFIXES:
109
 
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
121
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
110
122
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps doc/Makefile
111
123
 
112
124
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
144
156
        @for file in $(DISTFILES); do \
145
157
          d=$(srcdir); \
146
158
          if test -d $$d/$$file; then \
147
 
            cp -pr $$/$$file $(distdir)/$$file; \
 
159
            cp -pr $$d/$$file $(distdir)/$$file; \
148
160
          else \
149
161
            test -f $(distdir)/$$file \
150
162
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \