~ubuntu-branches/ubuntu/jaunty/plotutils/jaunty

« back to all changes in this revision

Viewing changes to ode/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@
104
116
CPPFLAGS = @CPPFLAGS@
105
117
LDFLAGS = @LDFLAGS@
106
118
LIBS = @LIBS@
107
 
ode_OBJECTS =  am.o ama.o bessel.o eu.o expr.o float.o global.o main.o \
108
 
misc.o prt.o rk.o rka.o specfun.o stperr.o sym.o yywrap.o gram.o lex.o
 
119
ode_OBJECTS =  am.$(OBJEXT) ama.$(OBJEXT) bessel.$(OBJEXT) eu.$(OBJEXT) \
 
120
expr.$(OBJEXT) float.$(OBJEXT) global.$(OBJEXT) main.$(OBJEXT) \
 
121
misc.$(OBJEXT) prt.$(OBJEXT) rk.$(OBJEXT) rka.$(OBJEXT) \
 
122
specfun.$(OBJEXT) stperr.$(OBJEXT) sym.$(OBJEXT) yywrap.$(OBJEXT) \
 
123
gram.$(OBJEXT) lex.$(OBJEXT)
109
124
ode_DEPENDENCIES =  ../lib/libcommon.a
110
125
ode_LDFLAGS = 
111
126
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
122
137
 
123
138
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
124
139
 
125
 
TAR = gtar
 
140
TAR = tar
126
141
GZIP_ENV = --best
127
142
SOURCES = $(ode_SOURCES)
128
143
OBJECTS = $(ode_OBJECTS)
129
144
 
130
145
all: all-redirect
131
146
.SUFFIXES:
132
 
.SUFFIXES: .S .c .l .lo .o .s .y
133
 
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
147
.SUFFIXES: .S .c .l .lo .o .obj .s .y
 
148
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
134
149
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps ode/Makefile
135
150
 
136
151
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
166
181
.c.o:
167
182
        $(COMPILE) -c $<
168
183
 
 
184
# FIXME: We should only use cygpath when building on Windows,
 
185
# and only if it is available.
 
186
.c.obj:
 
187
        $(COMPILE) -c `cygpath -w $<`
 
188
 
169
189
.s.o:
170
190
        $(COMPILE) -c $<
171
191
 
174
194
 
175
195
mostlyclean-compile:
176
196
        -rm -f *.o core *.core
 
197
        -rm -f *.$(OBJEXT)
177
198
 
178
199
clean-compile:
179
200
 
232
253
          awk '    { files[$$0] = 1; } \
233
254
               END { for (i in files) print i; }'`; \
234
255
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
235
 
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
 
256
          || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
236
257
 
237
258
mostlyclean-tags:
238
259
 
251
272
        @for file in $(DISTFILES); do \
252
273
          d=$(srcdir); \
253
274
          if test -d $$d/$$file; then \
254
 
            cp -pr $$/$$file $(distdir)/$$file; \
 
275
            cp -pr $$d/$$file $(distdir)/$$file; \
255
276
          else \
256
277
            test -f $(distdir)/$$file \
257
278
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
258
279
            || cp -p $$d/$$file $(distdir)/$$file || :; \
259
280
          fi; \
260
281
        done
261
 
am.o: am.c ../include/sys-defines.h ../config.h ode.h extern.h
262
 
ama.o: ama.c ../include/sys-defines.h ../config.h ode.h extern.h num.h
263
 
bessel.o: bessel.c ../include/sys-defines.h ../config.h ode.h extern.h
264
 
eu.o: eu.c ../include/sys-defines.h ../config.h ode.h extern.h
265
 
expr.o: expr.c ../include/sys-defines.h ../config.h ode.h extern.h
266
 
float.o: float.c ../include/sys-defines.h ../config.h ode.h extern.h
267
 
global.o: global.c ../include/sys-defines.h ../config.h ode.h extern.h
268
 
gram.o: gram.c ../include/sys-defines.h ../config.h ode.h extern.h
269
 
lex.o: lex.c ../include/sys-defines.h ../config.h ode.h extern.h gram.h
270
 
main.o: main.c ../include/sys-defines.h ../config.h ode.h extern.h \
271
 
        ../include/getopt.h
272
 
misc.o: misc.c ../include/sys-defines.h ../config.h ode.h extern.h
273
 
prt.o: prt.c ../include/sys-defines.h ../config.h ode.h extern.h
274
 
rk.o: rk.c ../include/sys-defines.h ../config.h ode.h extern.h
275
 
rka.o: rka.c ../include/sys-defines.h ../config.h ode.h extern.h num.h
276
 
specfun.o: specfun.c ../include/sys-defines.h ../config.h ode.h extern.h
277
 
stperr.o: stperr.c ../include/sys-defines.h ../config.h ode.h extern.h
278
 
sym.o: sym.c ../include/sys-defines.h ../config.h ode.h extern.h
279
 
yywrap.o: yywrap.c ../include/sys-defines.h ../config.h ode.h extern.h
280
282
 
281
283
info-am:
282
284
info: info-am
314
316
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
315
317
 
316
318
maintainer-clean-generic:
317
 
        -test -z "lexlgramhgramc" || rm -f lexl gramh gramc
 
319
        -test -z "lexcgramhgramc" || rm -f lexc gramh gramc
318
320
mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-compile \
319
321
                mostlyclean-libtool mostlyclean-tags \
320
322
                mostlyclean-generic