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

« back to all changes in this revision

Viewing changes to spline/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@
99
111
CPPFLAGS = @CPPFLAGS@
100
112
LDFLAGS = @LDFLAGS@
101
113
LIBS = @LIBS@
102
 
spline_OBJECTS =  spline.o
 
114
spline_OBJECTS =  spline.$(OBJEXT)
103
115
spline_DEPENDENCIES =  ../lib/libcommon.a
104
116
spline_LDFLAGS = 
105
117
CFLAGS = @CFLAGS@
112
124
 
113
125
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
114
126
 
115
 
TAR = gtar
 
127
TAR = tar
116
128
GZIP_ENV = --best
117
129
SOURCES = $(spline_SOURCES)
118
130
OBJECTS = $(spline_OBJECTS)
119
131
 
120
132
all: all-redirect
121
133
.SUFFIXES:
122
 
.SUFFIXES: .S .c .lo .o .s
123
 
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
134
.SUFFIXES: .S .c .lo .o .obj .s
 
135
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
124
136
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps spline/Makefile
125
137
 
126
138
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
156
168
.c.o:
157
169
        $(COMPILE) -c $<
158
170
 
 
171
# FIXME: We should only use cygpath when building on Windows,
 
172
# and only if it is available.
 
173
.c.obj:
 
174
        $(COMPILE) -c `cygpath -w $<`
 
175
 
159
176
.s.o:
160
177
        $(COMPILE) -c $<
161
178
 
164
181
 
165
182
mostlyclean-compile:
166
183
        -rm -f *.o core *.core
 
184
        -rm -f *.$(OBJEXT)
167
185
 
168
186
clean-compile:
169
187
 
213
231
          awk '    { files[$$0] = 1; } \
214
232
               END { for (i in files) print i; }'`; \
215
233
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
216
 
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
 
234
          || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
217
235
 
218
236
mostlyclean-tags:
219
237
 
232
250
        @for file in $(DISTFILES); do \
233
251
          d=$(srcdir); \
234
252
          if test -d $$d/$$file; then \
235
 
            cp -pr $$/$$file $(distdir)/$$file; \
 
253
            cp -pr $$d/$$file $(distdir)/$$file; \
236
254
          else \
237
255
            test -f $(distdir)/$$file \
238
256
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
239
257
            || cp -p $$d/$$file $(distdir)/$$file || :; \
240
258
          fi; \
241
259
        done
242
 
spline.o: spline.c ../include/sys-defines.h ../config.h \
243
 
        ../include/getopt.h
244
260
 
245
261
info-am:
246
262
info: info-am