Icons are changed
[gnuplot] / src / Makefile.in
1 # Makefile.in generated by automake 1.8.5 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004  Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 # makefile.all generated automatically by GNU make
18
19 SOURCES = $(bf_test_SOURCES) $(gnuplot_SOURCES) $(EXTRA_gnuplot_SOURCES) $(gnuplot_x11_SOURCES)
20
21 srcdir = @srcdir@
22 top_srcdir = @top_srcdir@
23 VPATH = @srcdir@
24 pkgdatadir = $(datadir)/@PACKAGE@
25 pkglibdir = $(libdir)/@PACKAGE@
26 pkgincludedir = $(includedir)/@PACKAGE@
27 top_builddir = ..
28 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
29 INSTALL = @INSTALL@
30 install_sh_DATA = $(install_sh) -c -m 644
31 install_sh_PROGRAM = $(install_sh) -c
32 install_sh_SCRIPT = $(install_sh) -c
33 INSTALL_HEADER = $(INSTALL_DATA)
34 transform = $(program_transform_name)
35 NORMAL_INSTALL = :
36 PRE_INSTALL = :
37 POST_INSTALL = :
38 NORMAL_UNINSTALL = :
39 PRE_UNINSTALL = :
40 POST_UNINSTALL = :
41 ANSI2KNR = @ANSI2KNR@
42 EXTRA_PROGRAMS = gnuplot_x11$(EXEEXT)
43 bin_PROGRAMS = gnuplot$(EXEEXT)
44 pkglibexec_PROGRAMS = $(am__EXEEXT_1)
45 noinst_PROGRAMS = bf_test$(EXEEXT)
46 @INCLUDE_BINARY_C_TRUE@am__append_1 = binary.c
47 @BUILD_WXWIDGETS_TRUE@am__append_2 = wxterminal/gp_cairo.c wxterminal/wxt_gui.cpp
48 DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
49         $(srcdir)/makefile.all ansi2knr.1 ansi2knr.c
50 subdir = src
51 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
52 am__aclocal_m4_deps = $(top_srcdir)/m4/alpha.m4 \
53         $(top_srcdir)/m4/apple.m4 $(top_srcdir)/m4/beos.m4 \
54         $(top_srcdir)/m4/msdos.m4 $(top_srcdir)/m4/next.m4 \
55         $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/configure.in
56 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
57         $(ACLOCAL_M4)
58 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
59 CONFIG_HEADER = $(top_builddir)/config.h
60 CONFIG_CLEAN_FILES =
61 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkglibexecdir)"
62 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
63 am__EXEEXT_1 = @GNUPLOT_X11@
64 pkglibexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
65 PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) $(pkglibexec_PROGRAMS)
66 am_bf_test_OBJECTS = bf_test$U.$(OBJEXT) binary$U.$(OBJEXT) \
67         alloc$U.$(OBJEXT)
68 bf_test_OBJECTS = $(am_bf_test_OBJECTS)
69 bf_test_LDADD = $(LDADD)
70 am__gnuplot_SOURCES_DIST = alloc.c alloc.h ansichek.h axis.c axis.h \
71         breaders.c breaders.h bitmap.c bitmap.h color.c color.h \
72         command.c command.h contour.c contour.h datafile.c datafile.h \
73         dynarray.c dynarray.h eval.c eval.h fit.c fit.h gadgets.c \
74         gadgets.h getcolor.c getcolor.h gp_hist.h gp_time.h gp_types.h \
75         gplt_x11.h graph3d.c graph3d.h graphics.c graphics.h help.c \
76         help.h hidden3d.c hidden3d.h history.c internal.c internal.h \
77         interpol.c interpol.h matrix.c matrix.h misc.c misc.h mouse.c \
78         mouse.h mousecmn.h national.h parse.c parse.h plot.c plot.h \
79         plot2d.c plot2d.h plot3d.c plot3d.h pm3d.c pm3d.h readline.c \
80         readline.h save.c save.h scanner.c scanner.h set.c setshow.h \
81         show.c specfun.c specfun.h standard.c standard.h stdfn.c \
82         stdfn.h syscfg.h tables.c tables.h template.h term_api.h \
83         term.c term.h time.c unset.c util.c util.h util3d.c util3d.h \
84         variable.c variable.h version.c version.h binary.c \
85         wxterminal/gp_cairo.c wxterminal/wxt_gui.cpp
86 @INCLUDE_BINARY_C_TRUE@am__objects_1 = binary$U.$(OBJEXT)
87 @BUILD_WXWIDGETS_TRUE@am__objects_2 = gp_cairo$U.$(OBJEXT) \
88 @BUILD_WXWIDGETS_TRUE@  wxt_gui.$(OBJEXT)
89 am_gnuplot_OBJECTS = alloc$U.$(OBJEXT) axis$U.$(OBJEXT) \
90         breaders$U.$(OBJEXT) bitmap$U.$(OBJEXT) color$U.$(OBJEXT) \
91         command$U.$(OBJEXT) contour$U.$(OBJEXT) datafile$U.$(OBJEXT) \
92         dynarray$U.$(OBJEXT) eval$U.$(OBJEXT) fit$U.$(OBJEXT) \
93         gadgets$U.$(OBJEXT) getcolor$U.$(OBJEXT) graph3d$U.$(OBJEXT) \
94         graphics$U.$(OBJEXT) help$U.$(OBJEXT) hidden3d$U.$(OBJEXT) \
95         history$U.$(OBJEXT) internal$U.$(OBJEXT) interpol$U.$(OBJEXT) \
96         matrix$U.$(OBJEXT) misc$U.$(OBJEXT) mouse$U.$(OBJEXT) \
97         parse$U.$(OBJEXT) plot$U.$(OBJEXT) plot2d$U.$(OBJEXT) \
98         plot3d$U.$(OBJEXT) pm3d$U.$(OBJEXT) readline$U.$(OBJEXT) \
99         save$U.$(OBJEXT) scanner$U.$(OBJEXT) set$U.$(OBJEXT) \
100         show$U.$(OBJEXT) specfun$U.$(OBJEXT) standard$U.$(OBJEXT) \
101         stdfn$U.$(OBJEXT) tables$U.$(OBJEXT) term$U.$(OBJEXT) \
102         time$U.$(OBJEXT) unset$U.$(OBJEXT) util$U.$(OBJEXT) \
103         util3d$U.$(OBJEXT) variable$U.$(OBJEXT) version$U.$(OBJEXT) \
104         $(am__objects_1) $(am__objects_2)
105 gnuplot_OBJECTS = $(am_gnuplot_OBJECTS)
106 am__DEPENDENCIES_1 =
107 gnuplot_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
108         $(am__DEPENDENCIES_1)
109 am_gnuplot_x11_OBJECTS = gplt_x11$U.$(OBJEXT) gpexecute$U.$(OBJEXT)
110 gnuplot_x11_OBJECTS = $(am_gnuplot_x11_OBJECTS)
111 gnuplot_x11_DEPENDENCIES = getcolor_x11.o $(am__DEPENDENCIES_1)
112 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
113 depcomp = $(SHELL) $(top_srcdir)/depcomp
114 am__depfiles_maybe = depfiles
115 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/alloc$U.Po ./$(DEPDIR)/amiga$U.Po \
116 @AMDEP_TRUE@    ./$(DEPDIR)/axis$U.Po ./$(DEPDIR)/bf_test$U.Po \
117 @AMDEP_TRUE@    ./$(DEPDIR)/binary$U.Po ./$(DEPDIR)/bitmap$U.Po \
118 @AMDEP_TRUE@    ./$(DEPDIR)/breaders$U.Po ./$(DEPDIR)/color$U.Po \
119 @AMDEP_TRUE@    ./$(DEPDIR)/command$U.Po ./$(DEPDIR)/contour$U.Po \
120 @AMDEP_TRUE@    ./$(DEPDIR)/corplot$U.Po ./$(DEPDIR)/datafile$U.Po \
121 @AMDEP_TRUE@    ./$(DEPDIR)/dynarray$U.Po ./$(DEPDIR)/eval$U.Po \
122 @AMDEP_TRUE@    ./$(DEPDIR)/fit$U.Po ./$(DEPDIR)/gadgets$U.Po \
123 @AMDEP_TRUE@    ./$(DEPDIR)/getcolor$U.Po \
124 @AMDEP_TRUE@    ./$(DEPDIR)/gp_cairo$U.Po \
125 @AMDEP_TRUE@    ./$(DEPDIR)/gpexecute$U.Po \
126 @AMDEP_TRUE@    ./$(DEPDIR)/gplt_x11$U.Po ./$(DEPDIR)/graph3d$U.Po \
127 @AMDEP_TRUE@    ./$(DEPDIR)/graphics$U.Po ./$(DEPDIR)/help$U.Po \
128 @AMDEP_TRUE@    ./$(DEPDIR)/hidden3d$U.Po ./$(DEPDIR)/history$U.Po \
129 @AMDEP_TRUE@    ./$(DEPDIR)/internal$U.Po \
130 @AMDEP_TRUE@    ./$(DEPDIR)/interpol$U.Po ./$(DEPDIR)/matrix$U.Po \
131 @AMDEP_TRUE@    ./$(DEPDIR)/misc$U.Po ./$(DEPDIR)/mouse$U.Po \
132 @AMDEP_TRUE@    ./$(DEPDIR)/os9$U.Po ./$(DEPDIR)/parse$U.Po \
133 @AMDEP_TRUE@    ./$(DEPDIR)/plot$U.Po ./$(DEPDIR)/plot2d$U.Po \
134 @AMDEP_TRUE@    ./$(DEPDIR)/plot3d$U.Po ./$(DEPDIR)/pm3d$U.Po \
135 @AMDEP_TRUE@    ./$(DEPDIR)/readline$U.Po ./$(DEPDIR)/save$U.Po \
136 @AMDEP_TRUE@    ./$(DEPDIR)/scanner$U.Po ./$(DEPDIR)/set$U.Po \
137 @AMDEP_TRUE@    ./$(DEPDIR)/show$U.Po ./$(DEPDIR)/specfun$U.Po \
138 @AMDEP_TRUE@    ./$(DEPDIR)/standard$U.Po ./$(DEPDIR)/stdfn$U.Po \
139 @AMDEP_TRUE@    ./$(DEPDIR)/strftime$U.Po ./$(DEPDIR)/tables$U.Po \
140 @AMDEP_TRUE@    ./$(DEPDIR)/term$U.Po ./$(DEPDIR)/time$U.Po \
141 @AMDEP_TRUE@    ./$(DEPDIR)/unset$U.Po ./$(DEPDIR)/util$U.Po \
142 @AMDEP_TRUE@    ./$(DEPDIR)/util3d$U.Po ./$(DEPDIR)/variable$U.Po \
143 @AMDEP_TRUE@    ./$(DEPDIR)/version$U.Po ./$(DEPDIR)/vms$U.Po \
144 @AMDEP_TRUE@    ./$(DEPDIR)/wxt_gui.Po
145 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
146         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
147 CCLD = $(CC)
148 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
149 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
150         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
151 CXXLD = $(CXX)
152 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
153         -o $@
154 SOURCES = $(bf_test_SOURCES) $(gnuplot_SOURCES) \
155         $(EXTRA_gnuplot_SOURCES) $(gnuplot_x11_SOURCES)
156 DIST_SOURCES = $(bf_test_SOURCES) $(am__gnuplot_SOURCES_DIST) \
157         $(EXTRA_gnuplot_SOURCES) $(gnuplot_x11_SOURCES)
158 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
159         html-recursive info-recursive install-data-recursive \
160         install-exec-recursive install-info-recursive \
161         install-recursive installcheck-recursive installdirs-recursive \
162         pdf-recursive ps-recursive uninstall-info-recursive \
163         uninstall-recursive
164 ETAGS = etags
165 CTAGS = ctags
166 DIST_SUBDIRS = beos wxterminal
167 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
168 ACLOCAL = @ACLOCAL@
169 AMDEP_FALSE = @AMDEP_FALSE@
170 AMDEP_TRUE = @AMDEP_TRUE@
171 AMTAR = @AMTAR@
172 AUTOCONF = @AUTOCONF@
173 AUTOHEADER = @AUTOHEADER@
174 AUTOMAKE = @AUTOMAKE@
175 AWK = @AWK@
176 BUILD_SRC_BEOS_SUBDIR_FALSE = @BUILD_SRC_BEOS_SUBDIR_FALSE@
177 BUILD_SRC_BEOS_SUBDIR_TRUE = @BUILD_SRC_BEOS_SUBDIR_TRUE@
178 BUILD_WXWIDGETS_FALSE = @BUILD_WXWIDGETS_FALSE@
179 BUILD_WXWIDGETS_TRUE = @BUILD_WXWIDGETS_TRUE@
180 CAIROPANGO_CFLAGS = @CAIROPANGO_CFLAGS@
181 CAIROPANGO_LIBS = @CAIROPANGO_LIBS@
182 CC = @CC@
183 CCDEPMODE = @CCDEPMODE@
184 CFLAGS = @CFLAGS@
185 CPP = @CPP@
186 CPPFLAGS = @CPPFLAGS@
187 CXX = @CXX@
188 CXXCPP = @CXXCPP@
189 CXXDEPMODE = @CXXDEPMODE@
190 CXXFLAGS = @CXXFLAGS@
191 CYGPATH_W = @CYGPATH_W@
192 DEFS = @DEFS@
193 DEPDIR = @DEPDIR@
194 DVIPS = @DVIPS@
195 ECHO_C = @ECHO_C@
196 ECHO_N = @ECHO_N@
197 ECHO_T = @ECHO_T@
198 EGREP = @EGREP@
199 EMACS = @EMACS@
200 EXEEXT = @EXEEXT@
201 GDLIB_CONFIG = @GDLIB_CONFIG@
202 GIHDIR = @GIHDIR@
203
204 # There is probably no need to edit anything below this line
205 GNUPLOT_X11 = @GNUPLOT_X11@
206 GREP = @GREP@
207 GTK28_CFLAGS = @GTK28_CFLAGS@
208 GTK28_LIBS = @GTK28_LIBS@
209 GTK_CFLAGS = @GTK_CFLAGS@
210 GTK_LIBS = @GTK_LIBS@
211 INCLUDE_BINARY_C_FALSE = @INCLUDE_BINARY_C_FALSE@
212 INCLUDE_BINARY_C_TRUE = @INCLUDE_BINARY_C_TRUE@
213 INSTALL_DATA = @INSTALL_DATA@
214 INSTALL_PROGRAM = @INSTALL_PROGRAM@
215 INSTALL_SCRIPT = @INSTALL_SCRIPT@
216 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
217 LASERGNU = @LASERGNU@
218 LATEX = @LATEX@
219 LDFLAGS = @LDFLAGS@
220 LIBOBJS = @LIBOBJS@
221 LIBRARIES_FOR_X = @LIBRARIES_FOR_X@
222 LIBS = @LIBS@
223 LINUXSUID = @LINUXSUID@
224 LISPDIR = @LISPDIR@
225 LTLIBOBJS = @LTLIBOBJS@
226 MAKEINFO = @MAKEINFO@
227 OBJEXT = @OBJEXT@
228 PACKAGE = @PACKAGE@
229 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
230 PACKAGE_NAME = @PACKAGE_NAME@
231 PACKAGE_STRING = @PACKAGE_STRING@
232 PACKAGE_TARNAME = @PACKAGE_TARNAME@
233 PACKAGE_VERSION = @PACKAGE_VERSION@
234 PANGO_1_10_2_CFLAGS = @PANGO_1_10_2_CFLAGS@
235 PANGO_1_10_2_LIBS = @PANGO_1_10_2_LIBS@
236 PATH_SEPARATOR = @PATH_SEPARATOR@
237 PDFLATEX = @PDFLATEX@
238 PDFLIB_CONFIG = @PDFLIB_CONFIG@
239 PKG_CONFIG = @PKG_CONFIG@
240 PLAINTEX = @PLAINTEX@
241 SET_MAKE = @SET_MAKE@
242 SHELL = @SHELL@
243 STRIP = @STRIP@
244 TERMLIBS = @TERMLIBS@
245 TERMXLIBS = @TERMXLIBS@
246 TROFF = @TROFF@
247 TUTORIAL = @TUTORIAL@
248 U = @U@
249 VERSION = @VERSION@
250 VERSION_MAJOR = @VERSION_MAJOR@
251 WX_CONFIG = @WX_CONFIG@
252 WX_LIBS = @WX_LIBS@
253 XMKMF = @XMKMF@
254 X_CFLAGS = @X_CFLAGS@
255 X_EXTRA_LIBS = @X_EXTRA_LIBS@
256 X_LIBS = @X_LIBS@
257 X_PRE_LIBS = @X_PRE_LIBS@
258 ac_ct_CC = @ac_ct_CC@
259 ac_ct_CXX = @ac_ct_CXX@
260 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
261 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
262 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
263 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
264 am__include = @am__include@
265 am__leading_dot = @am__leading_dot@
266 am__quote = @am__quote@
267 bindir = @bindir@
268 build_alias = @build_alias@
269 datadir = @datadir@
270 datarootdir = @datarootdir@
271 docdir = @docdir@
272 dvidir = @dvidir@
273 exec_prefix = @exec_prefix@
274 host_alias = @host_alias@
275 htmldir = @htmldir@
276 includedir = @includedir@
277 infodir = @infodir@
278 install_sh = @install_sh@
279 libdir = @libdir@
280 libexecdir = @libexecdir@
281 localedir = @localedir@
282 localstatedir = @localstatedir@
283 mandir = @mandir@
284 mkdir_p = @mkdir_p@
285 oldincludedir = @oldincludedir@
286 pdfdir = @pdfdir@
287 prefix = @prefix@
288 program_transform_name = @program_transform_name@
289 psdir = @psdir@
290 sbindir = @sbindir@
291 sharedstatedir = @sharedstatedir@
292 subdirs = @subdirs@
293 sysconfdir = @sysconfdir@
294 target_alias = @target_alias@
295 AUTOMAKE_OPTIONS = ansi2knr foreign 1.2h
296
297 # in the spirit of automake ...
298 pkglibexecdir = $(libexecdir)/@PACKAGE@/@VERSION_MAJOR@
299
300 # Where to send bug reports and comments
301 EMAIL = http://sourceforge.net/projects/gnuplot
302
303 # Default help file location
304 HELPFILE = @GIHDIR@/gnuplot.gih
305
306 # Default X11 driver location
307 X11_DRIVER_DIR = $(pkglibexecdir)
308
309 # Default Postscript prologues location
310 GNUPLOT_PS_DIR = $(pkgdatadir)/$(VERSION_MAJOR)/PostScript
311 XLIBS = @LIBRARIES_FOR_X@
312 AM_CPPFLAGS = -I../term -I$(top_srcdir)/term -DBINDIR=\"$(bindir)\" -DX11_DRIVER_DIR=\"$(X11_DRIVER_DIR)\" -DGNUPLOT_PS_DIR=\"$(GNUPLOT_PS_DIR)\" -DCONTACT=\"$(EMAIL)\" -DHELPFILE=\"$(HELPFILE)\"
313 gnuplot_SOURCES = alloc.c alloc.h ansichek.h axis.c axis.h \
314 breaders.c breaders.h bitmap.c bitmap.h color.c color.h command.c \
315 command.h contour.c contour.h datafile.c datafile.h dynarray.c dynarray.h \
316 eval.c eval.h fit.c fit.h gadgets.c gadgets.h getcolor.c getcolor.h gp_hist.h \
317 gp_time.h gp_types.h gplt_x11.h graph3d.c graph3d.h graphics.c graphics.h \
318 help.c help.h hidden3d.c hidden3d.h history.c internal.c internal.h \
319 interpol.c interpol.h matrix.c matrix.h misc.c misc.h mouse.c mouse.h \
320 mousecmn.h national.h parse.c parse.h plot.c plot.h plot2d.c plot2d.h \
321 plot3d.c plot3d.h pm3d.c pm3d.h readline.c readline.h save.c \
322 save.h scanner.c scanner.h set.c setshow.h show.c specfun.c specfun.h \
323 standard.c standard.h stdfn.c stdfn.h syscfg.h tables.c tables.h \
324 template.h term_api.h term.c term.h time.c unset.c util.c util.h \
325 util3d.c util3d.h variable.c variable.h version.c version.h\
326 $(am__append_1) $(am__append_2)
327 gnuplot_LDADD = $(TERMLIBS) $(TERMXLIBS) $(WX_LIBS)
328 gnuplot_x11_SOURCES = gplt_x11.c gplt_x11.h gpexecute.c gpexecute.h mousecmn.h
329 gnuplot_x11_LDADD = getcolor_x11.o $(XLIBS)
330 bf_test_SOURCES = bf_test.c binary.c binary.h alloc.c
331 @BUILD_SRC_BEOS_SUBDIR_TRUE@d_beos = beos
332 SUBDIRS = $(d_beos) wxterminal
333 EXTRA_gnuplot_SOURCES = amiga.c corplot.c os9.c strftime.c vms.c
334 EXTRA_DIST = GNUmakefile Makefile.maint NeXT OpenStep README \
335 corgraph.asm genopt.com gnuplot.def gnuplot.opt gnuplot.prj header.mac \
336 hrcgraph.asm intergra.x11 lasergnu lineproc.mac linkopt.vms linkopt.ztc \
337 makefile.all makefile.awc os2 pcgraph.asm rgipgnu win x11.opt \
338 $(EXTRA_gnuplot_SOURCES)
339
340 O = o
341 T = $(top_srcdir)/term/
342
343 # List of core object files except version.$(O)
344 COREOBJS = alloc.$(O) axis.$(O) binary.$(O) bitmap.$(O) breaders.$(O) \
345 color.$(O) command.$(O) contour.$(O) datafile.$(O) dynarray.$(O) eval.$(O) \
346 fit.$(O) gadgets.$(O) getcolor.$(O) graph3d.$(O) graphics.$(O) help.$(O) \
347 hidden3d.$(O) history.$(O) internal.$(O) interpol.$(O) matrix.$(O) \
348 misc.$(O) mouse.$(O) parse.$(O) plot.$(O) plot2d.$(O) plot3d.$(O) \
349 pm3d.$(O) readline.$(O) save.$(O) scanner.$(O) set.$(O) show.$(O) \
350 specfun.$(O) standard.$(O) stdfn.$(O) tables.$(O) term.$(O) time.$(O) \
351 unset.$(O) util.$(O) util3d.$(O) variable.$(O)
352
353
354 # List of terminal driver sources
355 CORETERM = $(T)aed.trm $(T)ai.trm $(T)amiga.trm $(T)apollo.trm \
356 $(T)aquaterm.trm $(T)atariaes.trm $(T)atarivdi.trm $(T)be.trm $(T)cgi.trm \
357 $(T)cgm.trm $(T)corel.trm $(T)debug.trm $(T)djsvga.trm $(T)dumb.trm \
358 $(T)dxf.trm $(T)dxy.trm $(T)eepic.trm $(T)emf.trm $(T)emxvga.trm \
359 $(T)epson.trm $(T)estimate.trm $(T)excl.trm $(T)fg.trm $(T)fig.trm \
360 $(T)gd.trm $(T)ggi.trm $(T)gnugraph.trm $(T)gpic.trm $(T)gpr.trm \
361 $(T)grass.trm $(T)hp26.trm $(T)hp2648.trm $(T)hp500c.trm $(T)hpgl.trm \
362 $(T)hpljii.trm $(T)hppj.trm $(T)imagen.trm $(T)iris4d.trm $(T)kyo.trm \
363 $(T)latex.trm $(T)linux.trm $(T)mac.trm $(T)metafont.trm $(T)metapost.trm \
364 $(T)mgr.trm $(T)mif.trm $(T)multitos.trm $(T)next.trm $(T)openstep.trm \
365 $(T)pbm.trm $(T)pc.trm $(T)pdf.trm $(T)pm.trm $(T)post.trm $(T)pslatex.trm \
366 $(T)pstricks.trm $(T)qms.trm $(T)regis.trm $(T)rgip.trm $(T)sun.trm \
367 $(T)svg.trm $(T)t410x.trm $(T)tek.trm $(T)texdraw.trm $(T)tgif.trm \
368 $(T)tkcanvas.trm $(T)tpic.trm $(T)unixpc.trm $(T)unixplot.trm $(T)v384.trm \
369 $(T)vgagl.trm $(T)vws.trm $(T)win.trm $(T)wxt.trm $(T)x11.trm $(T)xlib.trm
370
371 all: all-recursive
372
373 .SUFFIXES:
374 .SUFFIXES: .c .cpp .o .obj
375 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/makefile.all $(am__configure_deps)
376         @for dep in $?; do \
377           case '$(am__configure_deps)' in \
378             *$$dep*) \
379               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
380                 && exit 0; \
381               exit 1;; \
382           esac; \
383         done; \
384         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/Makefile'; \
385         cd $(top_srcdir) && \
386           $(AUTOMAKE) --foreign  src/Makefile
387 .PRECIOUS: Makefile
388 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
389         @case '$?' in \
390           *config.status*) \
391             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
392           *) \
393             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
394             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
395         esac;
396
397 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
398         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
399
400 $(top_srcdir)/configure:  $(am__configure_deps)
401         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
402 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
403         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
404 install-binPROGRAMS: $(bin_PROGRAMS)
405         @$(NORMAL_INSTALL)
406         test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
407         @list='$(bin_PROGRAMS)'; for p in $$list; do \
408           p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
409           if test -f $$p \
410           ; then \
411             f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
412            echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
413            $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
414           else :; fi; \
415         done
416
417 uninstall-binPROGRAMS:
418         @$(NORMAL_UNINSTALL)
419         @list='$(bin_PROGRAMS)'; for p in $$list; do \
420           f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
421           echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
422           rm -f "$(DESTDIR)$(bindir)/$$f"; \
423         done
424
425 clean-binPROGRAMS:
426         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
427
428 clean-noinstPROGRAMS:
429         -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
430 install-pkglibexecPROGRAMS: $(pkglibexec_PROGRAMS)
431         @$(NORMAL_INSTALL)
432         test -z "$(pkglibexecdir)" || $(mkdir_p) "$(DESTDIR)$(pkglibexecdir)"
433         @list='$(pkglibexec_PROGRAMS)'; for p in $$list; do \
434           p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
435           if test -f $$p \
436           ; then \
437             f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
438            echo " $(INSTALL_PROGRAM_ENV) $(pkglibexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(pkglibexecdir)/$$f'"; \
439            $(INSTALL_PROGRAM_ENV) $(pkglibexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(pkglibexecdir)/$$f" || exit 1; \
440           else :; fi; \
441         done
442
443 uninstall-pkglibexecPROGRAMS:
444         @$(NORMAL_UNINSTALL)
445         @list='$(pkglibexec_PROGRAMS)'; for p in $$list; do \
446           f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
447           echo " rm -f '$(DESTDIR)$(pkglibexecdir)/$$f'"; \
448           rm -f "$(DESTDIR)$(pkglibexecdir)/$$f"; \
449         done
450
451 clean-pkglibexecPROGRAMS:
452         -test -z "$(pkglibexec_PROGRAMS)" || rm -f $(pkglibexec_PROGRAMS)
453 bf_test$(EXEEXT): $(bf_test_OBJECTS) $(bf_test_DEPENDENCIES) 
454         @rm -f bf_test$(EXEEXT)
455         $(LINK) $(bf_test_LDFLAGS) $(bf_test_OBJECTS) $(bf_test_LDADD) $(LIBS)
456 gnuplot$(EXEEXT): $(gnuplot_OBJECTS) $(gnuplot_DEPENDENCIES) 
457         @rm -f gnuplot$(EXEEXT)
458         $(CXXLINK) $(gnuplot_LDFLAGS) $(gnuplot_OBJECTS) $(gnuplot_LDADD) $(LIBS)
459 gnuplot_x11$(EXEEXT): $(gnuplot_x11_OBJECTS) $(gnuplot_x11_DEPENDENCIES) 
460         @rm -f gnuplot_x11$(EXEEXT)
461         $(LINK) $(gnuplot_x11_LDFLAGS) $(gnuplot_x11_OBJECTS) $(gnuplot_x11_LDADD) $(LIBS)
462
463 mostlyclean-compile:
464         -rm -f *.$(OBJEXT)
465
466 distclean-compile:
467         -rm -f *.tab.c
468 ansi2knr: ansi2knr.$(OBJEXT)
469         $(LINK) ansi2knr.$(OBJEXT) $(LIBS)
470 ansi2knr.$(OBJEXT): $(CONFIG_HEADER)
471
472 clean-krextra:
473         -rm -f ansi2knr
474
475 mostlyclean-kr:
476         -test "$U" = "" || rm -f *_.c
477
478 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloc$U.Po@am__quote@
479 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amiga$U.Po@am__quote@
480 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/axis$U.Po@am__quote@
481 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bf_test$U.Po@am__quote@
482 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/binary$U.Po@am__quote@
483 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bitmap$U.Po@am__quote@
484 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/breaders$U.Po@am__quote@
485 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/color$U.Po@am__quote@
486 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/command$U.Po@am__quote@
487 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/contour$U.Po@am__quote@
488 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/corplot$U.Po@am__quote@
489 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/datafile$U.Po@am__quote@
490 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dynarray$U.Po@am__quote@
491 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eval$U.Po@am__quote@
492 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fit$U.Po@am__quote@
493 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gadgets$U.Po@am__quote@
494 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getcolor$U.Po@am__quote@
495 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gp_cairo$U.Po@am__quote@
496 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpexecute$U.Po@am__quote@
497 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gplt_x11$U.Po@am__quote@
498 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/graph3d$U.Po@am__quote@
499 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/graphics$U.Po@am__quote@
500 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/help$U.Po@am__quote@
501 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hidden3d$U.Po@am__quote@
502 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/history$U.Po@am__quote@
503 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/internal$U.Po@am__quote@
504 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interpol$U.Po@am__quote@
505 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/matrix$U.Po@am__quote@
506 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc$U.Po@am__quote@
507 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mouse$U.Po@am__quote@
508 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os9$U.Po@am__quote@
509 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse$U.Po@am__quote@
510 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plot$U.Po@am__quote@
511 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plot2d$U.Po@am__quote@
512 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plot3d$U.Po@am__quote@
513 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pm3d$U.Po@am__quote@
514 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readline$U.Po@am__quote@
515 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/save$U.Po@am__quote@
516 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scanner$U.Po@am__quote@
517 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set$U.Po@am__quote@
518 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/show$U.Po@am__quote@
519 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/specfun$U.Po@am__quote@
520 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/standard$U.Po@am__quote@
521 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stdfn$U.Po@am__quote@
522 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strftime$U.Po@am__quote@
523 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tables$U.Po@am__quote@
524 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/term$U.Po@am__quote@
525 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time$U.Po@am__quote@
526 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unset$U.Po@am__quote@
527 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util$U.Po@am__quote@
528 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util3d$U.Po@am__quote@
529 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/variable$U.Po@am__quote@
530 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version$U.Po@am__quote@
531 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vms$U.Po@am__quote@
532 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wxt_gui.Po@am__quote@
533
534 .c.o:
535 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
536 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
537 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
538 @AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
539 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
540 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
541
542 .c.obj:
543 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
544 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
545 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
546 @AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
547 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
548 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
549
550 gp_cairo_.o: gp_cairo_.c
551 @am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gp_cairo_.o -MD -MP -MF "$(DEPDIR)/gp_cairo_.Tpo" -c -o gp_cairo_.o `test -f 'gp_cairo_.c' || echo '$(srcdir)/'`gp_cairo_.c; \
552 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/gp_cairo_.Tpo" "$(DEPDIR)/gp_cairo_.Po"; else rm -f "$(DEPDIR)/gp_cairo_.Tpo"; exit 1; fi
553 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gp_cairo_.c' object='gp_cairo_.o' libtool=no @AMDEPBACKSLASH@
554 @AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/gp_cairo_.Po' tmpdepfile='$(DEPDIR)/gp_cairo_.TPo' @AMDEPBACKSLASH@
555 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
556 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gp_cairo_.o `test -f 'gp_cairo_.c' || echo '$(srcdir)/'`gp_cairo_.c
557
558 gp_cairo_.obj: gp_cairo_.c
559 @am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gp_cairo_.obj -MD -MP -MF "$(DEPDIR)/gp_cairo_.Tpo" -c -o gp_cairo_.obj `if test -f 'gp_cairo_.c'; then $(CYGPATH_W) 'gp_cairo_.c'; else $(CYGPATH_W) '$(srcdir)/gp_cairo_.c'; fi`; \
560 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/gp_cairo_.Tpo" "$(DEPDIR)/gp_cairo_.Po"; else rm -f "$(DEPDIR)/gp_cairo_.Tpo"; exit 1; fi
561 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gp_cairo_.c' object='gp_cairo_.obj' libtool=no @AMDEPBACKSLASH@
562 @AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/gp_cairo_.Po' tmpdepfile='$(DEPDIR)/gp_cairo_.TPo' @AMDEPBACKSLASH@
563 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
564 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gp_cairo_.obj `if test -f 'gp_cairo_.c'; then $(CYGPATH_W) 'gp_cairo_.c'; else $(CYGPATH_W) '$(srcdir)/gp_cairo_.c'; fi`
565
566 gp_cairo.o: wxterminal/gp_cairo.c
567 @am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gp_cairo.o -MD -MP -MF "$(DEPDIR)/gp_cairo.Tpo" -c -o gp_cairo.o `test -f 'wxterminal/gp_cairo.c' || echo '$(srcdir)/'`wxterminal/gp_cairo.c; \
568 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/gp_cairo.Tpo" "$(DEPDIR)/gp_cairo.Po"; else rm -f "$(DEPDIR)/gp_cairo.Tpo"; exit 1; fi
569 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='wxterminal/gp_cairo.c' object='gp_cairo.o' libtool=no @AMDEPBACKSLASH@
570 @AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/gp_cairo.Po' tmpdepfile='$(DEPDIR)/gp_cairo.TPo' @AMDEPBACKSLASH@
571 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
572 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gp_cairo.o `test -f 'wxterminal/gp_cairo.c' || echo '$(srcdir)/'`wxterminal/gp_cairo.c
573
574 gp_cairo.obj: wxterminal/gp_cairo.c
575 @am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gp_cairo.obj -MD -MP -MF "$(DEPDIR)/gp_cairo.Tpo" -c -o gp_cairo.obj `if test -f 'wxterminal/gp_cairo.c'; then $(CYGPATH_W) 'wxterminal/gp_cairo.c'; else $(CYGPATH_W) '$(srcdir)/wxterminal/gp_cairo.c'; fi`; \
576 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/gp_cairo.Tpo" "$(DEPDIR)/gp_cairo.Po"; else rm -f "$(DEPDIR)/gp_cairo.Tpo"; exit 1; fi
577 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='wxterminal/gp_cairo.c' object='gp_cairo.obj' libtool=no @AMDEPBACKSLASH@
578 @AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/gp_cairo.Po' tmpdepfile='$(DEPDIR)/gp_cairo.TPo' @AMDEPBACKSLASH@
579 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
580 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gp_cairo.obj `if test -f 'wxterminal/gp_cairo.c'; then $(CYGPATH_W) 'wxterminal/gp_cairo.c'; else $(CYGPATH_W) '$(srcdir)/wxterminal/gp_cairo.c'; fi`
581 alloc_.c: alloc.c $(ANSI2KNR)
582         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/alloc.c; then echo $(srcdir)/alloc.c; else echo alloc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
583 amiga_.c: amiga.c $(ANSI2KNR)
584         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/amiga.c; then echo $(srcdir)/amiga.c; else echo amiga.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
585 axis_.c: axis.c $(ANSI2KNR)
586         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/axis.c; then echo $(srcdir)/axis.c; else echo axis.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
587 bf_test_.c: bf_test.c $(ANSI2KNR)
588         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/bf_test.c; then echo $(srcdir)/bf_test.c; else echo bf_test.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
589 binary_.c: binary.c $(ANSI2KNR)
590         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/binary.c; then echo $(srcdir)/binary.c; else echo binary.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
591 bitmap_.c: bitmap.c $(ANSI2KNR)
592         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/bitmap.c; then echo $(srcdir)/bitmap.c; else echo bitmap.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
593 breaders_.c: breaders.c $(ANSI2KNR)
594         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/breaders.c; then echo $(srcdir)/breaders.c; else echo breaders.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
595 color_.c: color.c $(ANSI2KNR)
596         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/color.c; then echo $(srcdir)/color.c; else echo color.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
597 command_.c: command.c $(ANSI2KNR)
598         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/command.c; then echo $(srcdir)/command.c; else echo command.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
599 contour_.c: contour.c $(ANSI2KNR)
600         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/contour.c; then echo $(srcdir)/contour.c; else echo contour.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
601 corplot_.c: corplot.c $(ANSI2KNR)
602         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/corplot.c; then echo $(srcdir)/corplot.c; else echo corplot.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
603 datafile_.c: datafile.c $(ANSI2KNR)
604         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/datafile.c; then echo $(srcdir)/datafile.c; else echo datafile.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
605 dynarray_.c: dynarray.c $(ANSI2KNR)
606         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/dynarray.c; then echo $(srcdir)/dynarray.c; else echo dynarray.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
607 eval_.c: eval.c $(ANSI2KNR)
608         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/eval.c; then echo $(srcdir)/eval.c; else echo eval.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
609 fit_.c: fit.c $(ANSI2KNR)
610         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/fit.c; then echo $(srcdir)/fit.c; else echo fit.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
611 gadgets_.c: gadgets.c $(ANSI2KNR)
612         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/gadgets.c; then echo $(srcdir)/gadgets.c; else echo gadgets.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
613 getcolor_.c: getcolor.c $(ANSI2KNR)
614         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/getcolor.c; then echo $(srcdir)/getcolor.c; else echo getcolor.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
615 gp_cairo_.c: wxterminal/gp_cairo.c $(ANSI2KNR)
616         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/wxterminal/gp_cairo.c; then echo $(srcdir)/wxterminal/gp_cairo.c; else echo wxterminal/gp_cairo.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
617 gpexecute_.c: gpexecute.c $(ANSI2KNR)
618         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/gpexecute.c; then echo $(srcdir)/gpexecute.c; else echo gpexecute.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
619 gplt_x11_.c: gplt_x11.c $(ANSI2KNR)
620         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/gplt_x11.c; then echo $(srcdir)/gplt_x11.c; else echo gplt_x11.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
621 graph3d_.c: graph3d.c $(ANSI2KNR)
622         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/graph3d.c; then echo $(srcdir)/graph3d.c; else echo graph3d.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
623 graphics_.c: graphics.c $(ANSI2KNR)
624         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/graphics.c; then echo $(srcdir)/graphics.c; else echo graphics.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
625 help_.c: help.c $(ANSI2KNR)
626         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/help.c; then echo $(srcdir)/help.c; else echo help.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
627 hidden3d_.c: hidden3d.c $(ANSI2KNR)
628         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/hidden3d.c; then echo $(srcdir)/hidden3d.c; else echo hidden3d.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
629 history_.c: history.c $(ANSI2KNR)
630         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/history.c; then echo $(srcdir)/history.c; else echo history.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
631 internal_.c: internal.c $(ANSI2KNR)
632         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/internal.c; then echo $(srcdir)/internal.c; else echo internal.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
633 interpol_.c: interpol.c $(ANSI2KNR)
634         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/interpol.c; then echo $(srcdir)/interpol.c; else echo interpol.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
635 matrix_.c: matrix.c $(ANSI2KNR)
636         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/matrix.c; then echo $(srcdir)/matrix.c; else echo matrix.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
637 misc_.c: misc.c $(ANSI2KNR)
638         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/misc.c; then echo $(srcdir)/misc.c; else echo misc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
639 mouse_.c: mouse.c $(ANSI2KNR)
640         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/mouse.c; then echo $(srcdir)/mouse.c; else echo mouse.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
641 os9_.c: os9.c $(ANSI2KNR)
642         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/os9.c; then echo $(srcdir)/os9.c; else echo os9.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
643 parse_.c: parse.c $(ANSI2KNR)
644         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/parse.c; then echo $(srcdir)/parse.c; else echo parse.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
645 plot_.c: plot.c $(ANSI2KNR)
646         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/plot.c; then echo $(srcdir)/plot.c; else echo plot.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
647 plot2d_.c: plot2d.c $(ANSI2KNR)
648         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/plot2d.c; then echo $(srcdir)/plot2d.c; else echo plot2d.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
649 plot3d_.c: plot3d.c $(ANSI2KNR)
650         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/plot3d.c; then echo $(srcdir)/plot3d.c; else echo plot3d.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
651 pm3d_.c: pm3d.c $(ANSI2KNR)
652         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/pm3d.c; then echo $(srcdir)/pm3d.c; else echo pm3d.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
653 readline_.c: readline.c $(ANSI2KNR)
654         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/readline.c; then echo $(srcdir)/readline.c; else echo readline.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
655 save_.c: save.c $(ANSI2KNR)
656         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/save.c; then echo $(srcdir)/save.c; else echo save.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
657 scanner_.c: scanner.c $(ANSI2KNR)
658         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/scanner.c; then echo $(srcdir)/scanner.c; else echo scanner.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
659 set_.c: set.c $(ANSI2KNR)
660         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/set.c; then echo $(srcdir)/set.c; else echo set.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
661 show_.c: show.c $(ANSI2KNR)
662         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/show.c; then echo $(srcdir)/show.c; else echo show.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
663 specfun_.c: specfun.c $(ANSI2KNR)
664         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/specfun.c; then echo $(srcdir)/specfun.c; else echo specfun.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
665 standard_.c: standard.c $(ANSI2KNR)
666         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/standard.c; then echo $(srcdir)/standard.c; else echo standard.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
667 stdfn_.c: stdfn.c $(ANSI2KNR)
668         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/stdfn.c; then echo $(srcdir)/stdfn.c; else echo stdfn.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
669 strftime_.c: strftime.c $(ANSI2KNR)
670         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strftime.c; then echo $(srcdir)/strftime.c; else echo strftime.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
671 tables_.c: tables.c $(ANSI2KNR)
672         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/tables.c; then echo $(srcdir)/tables.c; else echo tables.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
673 term_.c: term.c $(ANSI2KNR)
674         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/term.c; then echo $(srcdir)/term.c; else echo term.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
675 time_.c: time.c $(ANSI2KNR)
676         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/time.c; then echo $(srcdir)/time.c; else echo time.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
677 unset_.c: unset.c $(ANSI2KNR)
678         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/unset.c; then echo $(srcdir)/unset.c; else echo unset.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
679 util_.c: util.c $(ANSI2KNR)
680         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/util.c; then echo $(srcdir)/util.c; else echo util.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
681 util3d_.c: util3d.c $(ANSI2KNR)
682         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/util3d.c; then echo $(srcdir)/util3d.c; else echo util3d.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
683 variable_.c: variable.c $(ANSI2KNR)
684         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/variable.c; then echo $(srcdir)/variable.c; else echo variable.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
685 version_.c: version.c $(ANSI2KNR)
686         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/version.c; then echo $(srcdir)/version.c; else echo version.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
687 vms_.c: vms.c $(ANSI2KNR)
688         $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/vms.c; then echo $(srcdir)/vms.c; else echo vms.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
689 alloc_.$(OBJEXT) amiga_.$(OBJEXT) axis_.$(OBJEXT) bf_test_.$(OBJEXT) \
690 binary_.$(OBJEXT) bitmap_.$(OBJEXT) breaders_.$(OBJEXT) \
691 color_.$(OBJEXT) command_.$(OBJEXT) contour_.$(OBJEXT) \
692 corplot_.$(OBJEXT) datafile_.$(OBJEXT) dynarray_.$(OBJEXT) \
693 eval_.$(OBJEXT) fit_.$(OBJEXT) gadgets_.$(OBJEXT) getcolor_.$(OBJEXT) \
694 gp_cairo_.$(OBJEXT) gpexecute_.$(OBJEXT) gplt_x11_.$(OBJEXT) \
695 graph3d_.$(OBJEXT) graphics_.$(OBJEXT) help_.$(OBJEXT) \
696 hidden3d_.$(OBJEXT) history_.$(OBJEXT) internal_.$(OBJEXT) \
697 interpol_.$(OBJEXT) matrix_.$(OBJEXT) misc_.$(OBJEXT) mouse_.$(OBJEXT) \
698 os9_.$(OBJEXT) parse_.$(OBJEXT) plot_.$(OBJEXT) plot2d_.$(OBJEXT) \
699 plot3d_.$(OBJEXT) pm3d_.$(OBJEXT) readline_.$(OBJEXT) save_.$(OBJEXT) \
700 scanner_.$(OBJEXT) set_.$(OBJEXT) show_.$(OBJEXT) specfun_.$(OBJEXT) \
701 standard_.$(OBJEXT) stdfn_.$(OBJEXT) strftime_.$(OBJEXT) \
702 tables_.$(OBJEXT) term_.$(OBJEXT) time_.$(OBJEXT) unset_.$(OBJEXT) \
703 util_.$(OBJEXT) util3d_.$(OBJEXT) variable_.$(OBJEXT) \
704 version_.$(OBJEXT) vms_.$(OBJEXT) : $(ANSI2KNR)
705
706 .cpp.o:
707 @am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
708 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
709 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
710 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
711 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
712 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
713
714 .cpp.obj:
715 @am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
716 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
717 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
718 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
719 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
720 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
721
722 wxt_gui.o: wxterminal/wxt_gui.cpp
723 @am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wxt_gui.o -MD -MP -MF "$(DEPDIR)/wxt_gui.Tpo" -c -o wxt_gui.o `test -f 'wxterminal/wxt_gui.cpp' || echo '$(srcdir)/'`wxterminal/wxt_gui.cpp; \
724 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/wxt_gui.Tpo" "$(DEPDIR)/wxt_gui.Po"; else rm -f "$(DEPDIR)/wxt_gui.Tpo"; exit 1; fi
725 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='wxterminal/wxt_gui.cpp' object='wxt_gui.o' libtool=no @AMDEPBACKSLASH@
726 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/wxt_gui.Po' tmpdepfile='$(DEPDIR)/wxt_gui.TPo' @AMDEPBACKSLASH@
727 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
728 @am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wxt_gui.o `test -f 'wxterminal/wxt_gui.cpp' || echo '$(srcdir)/'`wxterminal/wxt_gui.cpp
729
730 wxt_gui.obj: wxterminal/wxt_gui.cpp
731 @am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wxt_gui.obj -MD -MP -MF "$(DEPDIR)/wxt_gui.Tpo" -c -o wxt_gui.obj `if test -f 'wxterminal/wxt_gui.cpp'; then $(CYGPATH_W) 'wxterminal/wxt_gui.cpp'; else $(CYGPATH_W) '$(srcdir)/wxterminal/wxt_gui.cpp'; fi`; \
732 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/wxt_gui.Tpo" "$(DEPDIR)/wxt_gui.Po"; else rm -f "$(DEPDIR)/wxt_gui.Tpo"; exit 1; fi
733 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='wxterminal/wxt_gui.cpp' object='wxt_gui.obj' libtool=no @AMDEPBACKSLASH@
734 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/wxt_gui.Po' tmpdepfile='$(DEPDIR)/wxt_gui.TPo' @AMDEPBACKSLASH@
735 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
736 @am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wxt_gui.obj `if test -f 'wxterminal/wxt_gui.cpp'; then $(CYGPATH_W) 'wxterminal/wxt_gui.cpp'; else $(CYGPATH_W) '$(srcdir)/wxterminal/wxt_gui.cpp'; fi`
737 uninstall-info-am:
738
739 # This directory's subdirectories are mostly independent; you can cd
740 # into them and run `make' without going through this Makefile.
741 # To change the values of `make' variables: instead of editing Makefiles,
742 # (1) if the variable is set in `config.status', edit `config.status'
743 #     (which will cause the Makefiles to be regenerated when you run `make');
744 # (2) otherwise, pass the desired values on the `make' command line.
745 $(RECURSIVE_TARGETS):
746         @set fnord $$MAKEFLAGS; amf=$$2; \
747         dot_seen=no; \
748         target=`echo $@ | sed s/-recursive//`; \
749         list='$(SUBDIRS)'; for subdir in $$list; do \
750           echo "Making $$target in $$subdir"; \
751           if test "$$subdir" = "."; then \
752             dot_seen=yes; \
753             local_target="$$target-am"; \
754           else \
755             local_target="$$target"; \
756           fi; \
757           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
758            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
759         done; \
760         if test "$$dot_seen" = "no"; then \
761           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
762         fi; test -z "$$fail"
763
764 mostlyclean-recursive clean-recursive distclean-recursive \
765 maintainer-clean-recursive:
766         @set fnord $$MAKEFLAGS; amf=$$2; \
767         dot_seen=no; \
768         case "$@" in \
769           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
770           *) list='$(SUBDIRS)' ;; \
771         esac; \
772         rev=''; for subdir in $$list; do \
773           if test "$$subdir" = "."; then :; else \
774             rev="$$subdir $$rev"; \
775           fi; \
776         done; \
777         rev="$$rev ."; \
778         target=`echo $@ | sed s/-recursive//`; \
779         for subdir in $$rev; do \
780           echo "Making $$target in $$subdir"; \
781           if test "$$subdir" = "."; then \
782             local_target="$$target-am"; \
783           else \
784             local_target="$$target"; \
785           fi; \
786           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
787            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
788         done && test -z "$$fail"
789 tags-recursive:
790         list='$(SUBDIRS)'; for subdir in $$list; do \
791           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
792         done
793 ctags-recursive:
794         list='$(SUBDIRS)'; for subdir in $$list; do \
795           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
796         done
797
798 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
799         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
800         unique=`for i in $$list; do \
801             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
802           done | \
803           $(AWK) '    { files[$$0] = 1; } \
804                END { for (i in files) print i; }'`; \
805         mkid -fID $$unique
806 tags: TAGS
807
808 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
809                 $(TAGS_FILES) $(LISP)
810         tags=; \
811         here=`pwd`; \
812         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
813           include_option=--etags-include; \
814           empty_fix=.; \
815         else \
816           include_option=--include; \
817           empty_fix=; \
818         fi; \
819         list='$(SUBDIRS)'; for subdir in $$list; do \
820           if test "$$subdir" = .; then :; else \
821             test ! -f $$subdir/TAGS || \
822               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
823           fi; \
824         done; \
825         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
826         unique=`for i in $$list; do \
827             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
828           done | \
829           $(AWK) '    { files[$$0] = 1; } \
830                END { for (i in files) print i; }'`; \
831         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
832           test -n "$$unique" || unique=$$empty_fix; \
833           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
834             $$tags $$unique; \
835         fi
836 ctags: CTAGS
837 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
838                 $(TAGS_FILES) $(LISP)
839         tags=; \
840         here=`pwd`; \
841         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
842         unique=`for i in $$list; do \
843             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
844           done | \
845           $(AWK) '    { files[$$0] = 1; } \
846                END { for (i in files) print i; }'`; \
847         test -z "$(CTAGS_ARGS)$$tags$$unique" \
848           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
849              $$tags $$unique
850
851 GTAGS:
852         here=`$(am__cd) $(top_builddir) && pwd` \
853           && cd $(top_srcdir) \
854           && gtags -i $(GTAGS_ARGS) $$here
855
856 distclean-tags:
857         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
858
859 distdir: $(DISTFILES)
860         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
861         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
862         list='$(DISTFILES)'; for file in $$list; do \
863           case $$file in \
864             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
865             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
866           esac; \
867           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
868           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
869           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
870             dir="/$$dir"; \
871             $(mkdir_p) "$(distdir)$$dir"; \
872           else \
873             dir=''; \
874           fi; \
875           if test -d $$d/$$file; then \
876             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
877               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
878             fi; \
879             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
880           else \
881             test -f $(distdir)/$$file \
882             || cp -p $$d/$$file $(distdir)/$$file \
883             || exit 1; \
884           fi; \
885         done
886         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
887           if test "$$subdir" = .; then :; else \
888             test -d "$(distdir)/$$subdir" \
889             || mkdir "$(distdir)/$$subdir" \
890             || exit 1; \
891             (cd $$subdir && \
892               $(MAKE) $(AM_MAKEFLAGS) \
893                 top_distdir="../$(top_distdir)" \
894                 distdir="../$(distdir)/$$subdir" \
895                 distdir) \
896               || exit 1; \
897           fi; \
898         done
899 check-am: all-am
900 check: check-recursive
901 all-am: Makefile $(ANSI2KNR) $(PROGRAMS)
902 installdirs: installdirs-recursive
903 installdirs-am:
904         for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkglibexecdir)"; do \
905           test -z "$$dir" || $(mkdir_p) "$$dir"; \
906         done
907 install: install-recursive
908 install-exec: install-exec-recursive
909 install-data: install-data-recursive
910 uninstall: uninstall-recursive
911
912 install-am: all-am
913         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
914
915 installcheck: installcheck-recursive
916 install-strip:
917         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
918           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
919           `test -z '$(STRIP)' || \
920             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
921 mostlyclean-generic:
922
923 clean-generic:
924
925 distclean-generic:
926         -rm -f $(CONFIG_CLEAN_FILES)
927
928 maintainer-clean-generic:
929         @echo "This command is intended for maintainers to use"
930         @echo "it deletes files that may require special tools to rebuild."
931 clean: clean-recursive
932
933 clean-am: clean-binPROGRAMS clean-generic clean-krextra \
934         clean-noinstPROGRAMS clean-pkglibexecPROGRAMS mostlyclean-am
935
936 distclean: distclean-recursive
937         -rm -rf ./$(DEPDIR)
938         -rm -f Makefile
939 distclean-am: clean-am distclean-compile distclean-generic \
940         distclean-tags
941
942 dvi: dvi-recursive
943
944 dvi-am:
945
946 html: html-recursive
947
948 info: info-recursive
949
950 info-am:
951
952 install-data-am:
953
954 install-exec-am: install-binPROGRAMS install-pkglibexecPROGRAMS
955
956 install-info: install-info-recursive
957
958 install-man:
959
960 installcheck-am:
961
962 maintainer-clean: maintainer-clean-recursive
963         -rm -rf ./$(DEPDIR)
964         -rm -f Makefile
965 maintainer-clean-am: distclean-am maintainer-clean-generic
966
967 mostlyclean: mostlyclean-recursive
968
969 mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr
970
971 pdf: pdf-recursive
972
973 pdf-am:
974
975 ps: ps-recursive
976
977 ps-am:
978
979 uninstall-am: uninstall-binPROGRAMS uninstall-info-am \
980         uninstall-pkglibexecPROGRAMS
981
982 uninstall-info: uninstall-info-recursive
983
984 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
985         clean clean-binPROGRAMS clean-generic clean-krextra \
986         clean-noinstPROGRAMS clean-pkglibexecPROGRAMS clean-recursive \
987         ctags ctags-recursive distclean distclean-compile \
988         distclean-generic distclean-recursive distclean-tags distdir \
989         dvi dvi-am html html-am info info-am install install-am \
990         install-binPROGRAMS install-data install-data-am install-exec \
991         install-exec-am install-info install-info-am install-man \
992         install-pkglibexecPROGRAMS install-strip installcheck \
993         installcheck-am installdirs installdirs-am maintainer-clean \
994         maintainer-clean-generic maintainer-clean-recursive \
995         mostlyclean mostlyclean-compile mostlyclean-generic \
996         mostlyclean-kr mostlyclean-recursive pdf pdf-am ps ps-am tags \
997         tags-recursive uninstall uninstall-am uninstall-binPROGRAMS \
998         uninstall-info-am uninstall-pkglibexecPROGRAMS
999
1000
1001 getcolor_x11.o: getcolor.c
1002         $(COMPILE) -c -DGPLT_X11_MODE -o getcolor_x11.o $(srcdir)/getcolor.c
1003 # begin makefile.all
1004 # end makefile.all
1005 term$U.o: $(CORETERM)
1006 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1007 # Otherwise a system limit (for SysV at least) may be exceeded.
1008 .NOEXPORT: