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

« back to all changes in this revision

Viewing changes to libplot/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Floris Bruynooghe
  • Date: 2006-06-10 22:30:09 UTC
  • mfrom: (3.1.1 dapper)
  • Revision ID: james.westby@ubuntu.com-20060610223009-lfgb9ceyzjykj3z1
Tags: 2.4.1-15
* 14_manpage_spline.dpatch: correct long option of -n (Closes: #247208).
* debian/control: changed maintainer email address, old will expire soon.
* Changed libpng12-0-dev (virtual) to libpng12-dev (real) in Build-Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.7.3 from Makefile.am.
2
 
# @configure_input@
 
1
# Makefile.in generated automatically by automake 1.4 from Makefile.am
3
2
 
4
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5
 
# Free Software Foundation, Inc.
 
3
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
6
4
# This Makefile.in is free software; the Free Software Foundation
7
5
# gives unlimited permission to copy and/or distribute it,
8
6
# with or without modifications, as long as this notice is preserved.
12
10
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
11
# PARTICULAR PURPOSE.
14
12
 
15
 
@SET_MAKE@
 
13
 
 
14
SHELL = @SHELL@
16
15
 
17
16
srcdir = @srcdir@
18
17
top_srcdir = @top_srcdir@
19
18
VPATH = @srcdir@
 
19
prefix = @prefix@
 
20
exec_prefix = @exec_prefix@
 
21
 
 
22
bindir = @bindir@
 
23
sbindir = @sbindir@
 
24
libexecdir = @libexecdir@
 
25
datadir = @datadir@
 
26
sysconfdir = @sysconfdir@
 
27
sharedstatedir = @sharedstatedir@
 
28
localstatedir = @localstatedir@
 
29
libdir = @libdir@
 
30
infodir = @infodir@
 
31
mandir = @mandir@
 
32
includedir = @includedir@
 
33
oldincludedir = /usr/include
 
34
 
 
35
DESTDIR =
 
36
 
20
37
pkgdatadir = $(datadir)/@PACKAGE@
21
38
pkglibdir = $(libdir)/@PACKAGE@
22
39
pkgincludedir = $(includedir)/@PACKAGE@
 
40
 
23
41
top_builddir = ..
24
42
 
25
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
43
ACLOCAL = @ACLOCAL@
 
44
AUTOCONF = @AUTOCONF@
 
45
AUTOMAKE = @AUTOMAKE@
 
46
AUTOHEADER = @AUTOHEADER@
 
47
 
26
48
INSTALL = @INSTALL@
27
 
install_sh_DATA = $(install_sh) -c -m 644
28
 
install_sh_PROGRAM = $(install_sh) -c
29
 
install_sh_SCRIPT = $(install_sh) -c
30
 
INSTALL_HEADER = $(INSTALL_DATA)
31
 
transform = $(program_transform_name)
 
49
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
 
50
INSTALL_DATA = @INSTALL_DATA@
 
51
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
52
transform = @program_transform_name@
 
53
 
32
54
NORMAL_INSTALL = :
33
55
PRE_INSTALL = :
34
56
POST_INSTALL = :
35
57
NORMAL_UNINSTALL = :
36
58
PRE_UNINSTALL = :
37
59
POST_UNINSTALL = :
 
60
host_alias = @host_alias@
38
61
host_triplet = @host@
39
 
ACLOCAL = @ACLOCAL@
40
 
ALLOCA = @ALLOCA@
41
 
AMDEP_FALSE = @AMDEP_FALSE@
42
 
AMDEP_TRUE = @AMDEP_TRUE@
43
 
AMTAR = @AMTAR@
44
 
AUTOCONF = @AUTOCONF@
45
 
AUTOHEADER = @AUTOHEADER@
46
 
AUTOMAKE = @AUTOMAKE@
47
 
AWK = @AWK@
 
62
AS = @AS@
48
63
CC = @CC@
49
 
CCDEPMODE = @CCDEPMODE@
50
 
CFLAGS = @CFLAGS@
51
 
CPP = @CPP@
52
 
CPPFLAGS = @CPPFLAGS@
53
64
CXX = @CXX@
54
 
CXXDEPMODE = @CXXDEPMODE@
55
 
CXXFLAGS = @CXXFLAGS@
56
 
CYGPATH_W = @CYGPATH_W@
57
 
DEFS = @DEFS@
58
 
DEPDIR = @DEPDIR@
59
 
ECHO = @ECHO@
60
 
ECHO_C = @ECHO_C@
61
 
ECHO_N = @ECHO_N@
62
 
ECHO_T = @ECHO_T@
63
 
EGREP = @EGREP@
64
 
ENABLE_LIBPLOTTER_FALSE = @ENABLE_LIBPLOTTER_FALSE@
65
 
ENABLE_LIBPLOTTER_TRUE = @ENABLE_LIBPLOTTER_TRUE@
66
 
ENABLE_LIBXMI_FALSE = @ENABLE_LIBXMI_FALSE@
67
 
ENABLE_LIBXMI_TRUE = @ENABLE_LIBXMI_TRUE@
 
65
DLLTOOL = @DLLTOOL@
68
66
EXEEXT = @EXEEXT@
69
 
INSTALL_DATA = @INSTALL_DATA@
70
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
71
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
72
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
73
 
LDFLAGS = @LDFLAGS@
74
67
LEX = @LEX@
75
 
LEXLIB = @LEXLIB@
76
 
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
77
 
LIBOBJS = @LIBOBJS@
78
 
LIBS = @LIBS@
79
68
LIBTOOL = @LIBTOOL@
80
69
LN_S = @LN_S@
81
70
LTALLOCA = @LTALLOCA@
82
 
LTLIBOBJS = @LTLIBOBJS@
83
 
MAINT = @MAINT@
84
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
85
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
86
71
MAKEINFO = @MAKEINFO@
87
 
NO_PNG_FALSE = @NO_PNG_FALSE@
88
 
NO_PNG_TRUE = @NO_PNG_TRUE@
89
 
NO_X_FALSE = @NO_X_FALSE@
90
 
NO_X_TRUE = @NO_X_TRUE@
91
 
OBJEXT = @OBJEXT@
 
72
OBJDUMP = @OBJDUMP@
92
73
PACKAGE = @PACKAGE@
93
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
94
 
PACKAGE_NAME = @PACKAGE_NAME@
95
 
PACKAGE_STRING = @PACKAGE_STRING@
96
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
97
 
PACKAGE_VERSION = @PACKAGE_VERSION@
98
 
PATH_SEPARATOR = @PATH_SEPARATOR@
99
74
RANLIB = @RANLIB@
100
 
SET_MAKE = @SET_MAKE@
101
 
SHELL = @SHELL@
102
 
STRIP = @STRIP@
103
75
VERSION = @VERSION@
104
76
X_BASIC_LIBS = @X_BASIC_LIBS@
105
77
X_CFLAGS = @X_CFLAGS@
108
80
X_PRE_LIBS = @X_PRE_LIBS@
109
81
X_TOOLKIT_LIBS = @X_TOOLKIT_LIBS@
110
82
YACC = @YACC@
111
 
ac_ct_CC = @ac_ct_CC@
112
 
ac_ct_CXX = @ac_ct_CXX@
113
 
ac_ct_RANLIB = @ac_ct_RANLIB@
114
 
ac_ct_STRIP = @ac_ct_STRIP@
115
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
116
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
117
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
118
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
119
 
am__include = @am__include@
120
 
am__leading_dot = @am__leading_dot@
121
 
am__quote = @am__quote@
122
 
bindir = @bindir@
123
 
build = @build@
124
 
build_alias = @build_alias@
125
 
build_cpu = @build_cpu@
126
 
build_os = @build_os@
127
 
build_vendor = @build_vendor@
128
 
datadir = @datadir@
129
 
exec_prefix = @exec_prefix@
130
 
host = @host@
131
 
host_alias = @host_alias@
132
 
host_cpu = @host_cpu@
133
 
host_os = @host_os@
134
 
host_vendor = @host_vendor@
135
 
includedir = @includedir@
136
 
infodir = @infodir@
137
 
install_sh = @install_sh@
138
 
libdir = @libdir@
139
 
libexecdir = @libexecdir@
140
 
localstatedir = @localstatedir@
141
 
mandir = @mandir@
142
 
oldincludedir = @oldincludedir@
143
 
prefix = @prefix@
144
 
program_transform_name = @program_transform_name@
145
83
ps_fonts_in_pcl = @ps_fonts_in_pcl@
146
 
sbindir = @sbindir@
147
 
sharedstatedir = @sharedstatedir@
148
 
sysconfdir = @sysconfdir@
149
 
target_alias = @target_alias@
150
84
 
151
85
lib_LTLIBRARIES = libplot.la
152
86
 
156
90
 
157
91
INCLUDES = $(X_CFLAGS) -I$(srcdir)/../include -DLIBPLOT
158
92
 
159
 
MISRC = mi_alloc.c mi_api.c mi_arc.c mi_canvas.c mi_fllarc.c mi_fllrct.c \
160
 
mi_fplycon.c mi_gc.c mi_ply.c mi_plycon.c mi_plygen.c mi_plypnt.c        \
161
 
mi_plyutil.c mi_spans.c mi_widelin.c mi_zerarc.c mi_zerolin.c mi_version.c
162
 
 
163
 
 
164
 
GSRC = g_affine.c g_alabel.c g_alab_her.c g_arc.c g_attrib.c g_bez.c       \
165
 
g_box.c g_circ.c g_clipper.c g_closepl.c g_colors.c g_cntrlify.c g_dash.c  \
166
 
g_dash2.c g_defplot.c g_defstate.c g_ellipse.c g_endpath.c g_error.c       \
167
 
g_erase.c g_flushpl.c g_font.c g_fontdb.c g_fontd2.c g_havecap.c           \
168
 
g_her_glyph.c g_integer.c g_line.c g_linewidth.c g_mark.c g_matrix.c       \
169
 
g_miscmi.c g_move.c g_openpl.c g_outbuf.c g_outfile.c g_pagetype.c         \
170
 
g_param.c g_param2.c g_path.c g_pentype.c g_point.c g_relative.c g_range.c \
171
 
g_retrieve.c g_savestate.c g_space.c g_subpaths.c g_vector.c g_version.c   \
172
 
g_write.c g_xmalloc.c g_xstring.c
173
 
 
174
 
 
175
 
MSRC = m_attribs.c m_closepl.c m_defplot.c m_emit.c m_erase.c m_mark.c  \
176
 
m_openpl.c m_path.c m_point.c m_text.c
 
93
MISRC = mi_alloc.c mi_api.c mi_arc.c mi_canvas.c mi_fllarc.c mi_fllrct.c mi_fplycon.c mi_gc.c mi_ply.c mi_plycon.c mi_plygen.c mi_plypnt.c       mi_plyutil.c mi_spans.c mi_widelin.c mi_zerarc.c mi_zerolin.c mi_version.c
 
94
 
 
95
 
 
96
GSRC = g_affine.c g_alabel.c g_alab_her.c g_arc.c g_attrib.c g_bez.c       g_box.c g_circ.c g_clipper.c g_closepl.c g_colors.c g_cntrlify.c g_dash.c  g_dash2.c g_defplot.c g_defstate.c g_ellipse.c g_endpath.c g_error.c         g_erase.c g_flushpl.c g_font.c g_fontdb.c g_fontd2.c g_havecap.c        g_her_glyph.c g_integer.c g_line.c g_linewidth.c g_mark.c g_matrix.c    g_miscmi.c g_move.c g_openpl.c g_outbuf.c g_outfile.c g_pagetype.c      g_param.c g_param2.c g_path.c g_pentype.c g_point.c g_relative.c g_range.c g_retrieve.c g_savestate.c g_space.c g_subpaths.c g_vector.c g_version.c   g_write.c g_xmalloc.c g_xstring.c
 
97
 
 
98
 
 
99
MSRC = m_attribs.c m_closepl.c m_defplot.c m_emit.c m_erase.c m_mark.c  m_openpl.c m_path.c m_point.c m_text.c
177
100
 
178
101
 
179
102
BSRC = b_closepl.c b_defplot.c b_erase.c b_openpl.c b_path.c b_point.c
180
103
 
181
 
RSRC = r_attribs.c r_closepl.c r_color.c r_defplot.c r_erase.c r_openpl.c \
182
 
r_path.c r_point.c
183
 
 
184
 
 
185
 
TSRC = t_attribs.c t_closepl.c t_color.c t_color2.c t_defplot.c t_erase.c \
186
 
t_openpl.c t_path.c t_point.c t_tek_md.c t_tek_mv.c t_tek_vec.c
187
 
 
188
 
 
189
 
HSRC = h_attribs.c h_closepl.c h_color.c h_defplot.c h_erase.c h_font.c \
190
 
h_openpl.c h_path.c h_point.c h_text.c
191
 
 
192
 
 
193
 
FSRC = f_closepl.c f_color.c f_color2.c f_defplot.c f_erase.c f_openpl.c \
194
 
f_path.c f_point.c f_retrieve.c f_text.c
195
 
 
196
 
 
197
 
CSRC = c_attribs.c c_closepl.c c_color.c c_defplot.c c_emit.c c_erase.c \
198
 
c_mark.c c_openpl.c c_path.c c_point.c c_text.c
199
 
 
200
 
 
201
 
PSRC = p_closepl.c p_color.c p_color2.c p_defplot.c p_erase.c p_openpl.c \
202
 
p_path.c p_point.c p_text.c
203
 
 
204
 
 
205
 
ASRC = a_attribs.c a_color.c a_closepl.c a_defplot.c a_erase.c a_openpl.c \
206
 
a_path.c a_point.c a_text.c
207
 
 
208
 
 
209
 
SSRC = s_closepl.c s_color.c s_defplot.c s_erase.c s_openpl.c s_path.c  \
210
 
s_point.c s_text.c
211
 
 
212
 
 
213
 
ISRC = i_closepl.c i_color.c i_defplot.c i_erase.c i_openpl.c i_path.c  \
214
 
i_point.c i_rle.c
 
104
RSRC = r_attribs.c r_closepl.c r_color.c r_defplot.c r_erase.c r_openpl.c r_path.c r_point.c
 
105
 
 
106
 
 
107
TSRC = t_attribs.c t_closepl.c t_color.c t_color2.c t_defplot.c t_erase.c t_openpl.c t_path.c t_point.c t_tek_md.c t_tek_mv.c t_tek_vec.c
 
108
 
 
109
 
 
110
HSRC = h_attribs.c h_closepl.c h_color.c h_defplot.c h_erase.c h_font.c h_openpl.c h_path.c h_point.c h_text.c
 
111
 
 
112
 
 
113
FSRC = f_closepl.c f_color.c f_color2.c f_defplot.c f_erase.c f_openpl.c f_path.c f_point.c f_retrieve.c f_text.c
 
114
 
 
115
 
 
116
CSRC = c_attribs.c c_closepl.c c_color.c c_defplot.c c_emit.c c_erase.c c_mark.c c_openpl.c c_path.c c_point.c c_text.c
 
117
 
 
118
 
 
119
PSRC = p_closepl.c p_color.c p_color2.c p_defplot.c p_erase.c p_openpl.c p_path.c p_point.c p_text.c
 
120
 
 
121
 
 
122
ASRC = a_attribs.c a_color.c a_closepl.c a_defplot.c a_erase.c a_openpl.c a_path.c a_point.c a_text.c
 
123
 
 
124
 
 
125
SSRC = s_closepl.c s_color.c s_defplot.c s_erase.c s_openpl.c s_path.c  s_point.c s_text.c
 
126
 
 
127
 
 
128
ISRC = i_closepl.c i_color.c i_defplot.c i_erase.c i_openpl.c i_path.c  i_point.c i_rle.c
215
129
 
216
130
 
217
131
NSRC = n_defplot.c n_write.c
218
132
 
219
133
ZSRC = z_defplot.c z_write.c
220
134
 
221
 
XSRC = x_attribs.c x_closepl.c x_color.c x_defplot.c x_erase.c x_flushpl.c \
222
 
x_openpl.c x_path.c x_point.c x_retrieve.c x_savestate.c x_text.c
 
135
XSRC = x_attribs.c x_closepl.c x_color.c x_defplot.c x_erase.c x_flushpl.c x_openpl.c x_path.c x_point.c x_retrieve.c x_savestate.c x_text.c
223
136
 
224
137
 
225
138
YSRC = y_closepl.c y_defplot.c y_erase.c y_openpl.c
226
 
@NO_PNG_TRUE@@NO_X_FALSE@ALLSRC = $(MISRC) $(GSRC) $(BSRC) $(MSRC) $(TSRC) $(RSRC) $(HSRC) $(FSRC) $(CSRC) $(PSRC) \
227
 
@NO_PNG_TRUE@@NO_X_FALSE@$(ASRC) $(SSRC) $(ISRC) $(NSRC) $(XSRC) $(YSRC)
228
 
 
229
 
 
230
 
@NO_PNG_TRUE@@NO_X_TRUE@ALLSRC = $(MISRC) $(GSRC) $(BSRC) $(MSRC) $(TSRC) $(RSRC) $(HSRC) $(FSRC) $(CSRC) $(PSRC) \
231
 
@NO_PNG_TRUE@@NO_X_TRUE@$(ASRC) $(SSRC) $(ISRC) $(NSRC)
232
 
 
233
 
@NO_PNG_FALSE@@NO_X_TRUE@ALLSRC = $(MISRC) $(GSRC) $(BSRC) $(MSRC) $(TSRC) $(RSRC) $(HSRC) $(FSRC) $(CSRC) $(PSRC) \
234
 
@NO_PNG_FALSE@@NO_X_TRUE@$(ASRC) $(SSRC) $(ISRC) $(NSRC) $(ZSRC)
235
 
 
236
 
@NO_PNG_FALSE@@NO_X_FALSE@ALLSRC = $(MISRC) $(GSRC) $(BSRC) $(MSRC) $(TSRC) $(RSRC) $(HSRC) $(FSRC) $(CSRC) $(PSRC) \
237
 
@NO_PNG_FALSE@@NO_X_FALSE@$(ASRC) $(SSRC) $(ISRC) $(NSRC) $(ZSRC) $(XSRC) $(YSRC)
238
 
 
239
 
 
240
 
EXTRA_libplot_la_SOURCES = x_attribs.c x_closepl.c x_color.c x_defplot.c \
241
 
x_erase.c x_flushpl.c x_openpl.c x_path.c x_point.c x_retrieve.c         \
242
 
x_savestate.c x_text.c y_closepl.c y_defplot.c y_erase.c y_openpl.c
 
139
@NO_PNG_TRUE@@NO_X_TRUE@ALLSRC = $(MISRC) $(GSRC) $(BSRC) $(MSRC) $(TSRC) $(RSRC) $(HSRC) $(FSRC) $(CSRC) $(PSRC) $(ASRC) $(SSRC) $(ISRC) $(NSRC)
 
140
@NO_PNG_TRUE@@NO_X_FALSE@ALLSRC = $(MISRC) $(GSRC) $(BSRC) $(MSRC) $(TSRC) $(RSRC) $(HSRC) $(FSRC) $(CSRC) $(PSRC) $(ASRC) $(SSRC) $(ISRC) $(NSRC) $(XSRC) $(YSRC)
 
141
@NO_PNG_FALSE@@NO_X_TRUE@ALLSRC = $(MISRC) $(GSRC) $(BSRC) $(MSRC) $(TSRC) $(RSRC) $(HSRC) $(FSRC) $(CSRC) $(PSRC) $(ASRC) $(SSRC) $(ISRC) $(NSRC) $(ZSRC)
 
142
@NO_PNG_FALSE@@NO_X_FALSE@ALLSRC = $(MISRC) $(GSRC) $(BSRC) $(MSRC) $(TSRC) $(RSRC) $(HSRC) $(FSRC) $(CSRC) $(PSRC) $(ASRC) $(SSRC) $(ISRC) $(NSRC) $(ZSRC) $(XSRC) $(YSRC)
 
143
 
 
144
EXTRA_libplot_la_SOURCES = x_attribs.c x_closepl.c x_color.c x_defplot.c x_erase.c x_flushpl.c x_openpl.c x_path.c x_point.c x_retrieve.c        x_savestate.c x_text.c y_closepl.c y_defplot.c y_erase.c y_openpl.c
243
145
 
244
146
 
245
147
libplot_la_SOURCES = apinewc.c apioldc.c apioldcc.c $(ALLSRC)
246
148
 
247
 
MIHEADERS = xmi.h mi_api.h mi_arc.h mi_fllarc.h mi_fply.h mi_gc.h mi_line.h \
248
 
mi_ply.h mi_scanfill.h mi_spans.h mi_widelin.h mi_zerarc.h
249
 
 
250
 
 
251
 
noinst_HEADERS = extern.h g_arc.h g_colorname.h g_control.h g_cntrlify.h \
252
 
g_her_metr.h g_jis.h g_pagetype.h h_roman8.h i_rle.h p_header.h          \
253
 
$(MIHEADERS)
 
149
MIHEADERS = xmi.h mi_api.h mi_arc.h mi_fllarc.h mi_fply.h mi_gc.h mi_line.h mi_ply.h mi_scanfill.h mi_spans.h mi_widelin.h mi_zerarc.h
 
150
 
 
151
 
 
152
noinst_HEADERS = extern.h g_arc.h g_colorname.h g_control.h g_cntrlify.h g_her_metr.h g_jis.h g_pagetype.h h_roman8.h i_rle.h p_header.h                 $(MIHEADERS)
254
153
 
255
154
 
256
155
CLEANFILES = $(MISRC) $(MIHEADERS)
 
156
@NO_PNG_TRUE@@NO_X_TRUE@libplot_la_LIBADD = 
257
157
@NO_PNG_TRUE@@NO_X_FALSE@libplot_la_LIBADD = $(X_LIBS) $(X_TOOLKIT_LIBS) $(X_PRE_LIBS) $(X_BASIC_LIBS) $(X_EXTRA_LIBS)
258
 
 
259
 
@NO_PNG_TRUE@@NO_X_TRUE@libplot_la_LIBADD = 
260
158
@NO_PNG_FALSE@@NO_X_TRUE@libplot_la_LIBADD = -lpng -lz
261
159
@NO_PNG_FALSE@@NO_X_FALSE@libplot_la_LIBADD = $(X_LIBS) $(X_TOOLKIT_LIBS) $(X_PRE_LIBS) $(X_BASIC_LIBS) $(X_EXTRA_LIBS) -lpng -lz
262
 
subdir = libplot
263
160
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
264
 
CONFIG_HEADER = $(top_builddir)/config.h
265
 
CONFIG_CLEAN_FILES =
266
 
LTLIBRARIES = $(lib_LTLIBRARIES)
267
 
 
268
 
@NO_PNG_FALSE@@NO_X_TRUE@libplot_la_DEPENDENCIES =
269
 
@NO_PNG_FALSE@@NO_X_FALSE@libplot_la_DEPENDENCIES =
270
 
@NO_PNG_TRUE@@NO_X_TRUE@libplot_la_DEPENDENCIES =
271
 
@NO_PNG_TRUE@@NO_X_FALSE@libplot_la_DEPENDENCIES =
272
 
am__libplot_la_SOURCES_DIST = apinewc.c apioldc.c apioldcc.c mi_alloc.c \
273
 
        mi_api.c mi_arc.c mi_canvas.c mi_fllarc.c mi_fllrct.c \
274
 
        mi_fplycon.c mi_gc.c mi_ply.c mi_plycon.c mi_plygen.c \
275
 
        mi_plypnt.c mi_plyutil.c mi_spans.c mi_widelin.c mi_zerarc.c \
276
 
        mi_zerolin.c mi_version.c g_affine.c g_alabel.c g_alab_her.c \
277
 
        g_arc.c g_attrib.c g_bez.c g_box.c g_circ.c g_clipper.c \
278
 
        g_closepl.c g_colors.c g_cntrlify.c g_dash.c g_dash2.c \
279
 
        g_defplot.c g_defstate.c g_ellipse.c g_endpath.c g_error.c \
280
 
        g_erase.c g_flushpl.c g_font.c g_fontdb.c g_fontd2.c \
281
 
        g_havecap.c g_her_glyph.c g_integer.c g_line.c g_linewidth.c \
282
 
        g_mark.c g_matrix.c g_miscmi.c g_move.c g_openpl.c g_outbuf.c \
283
 
        g_outfile.c g_pagetype.c g_param.c g_param2.c g_path.c \
284
 
        g_pentype.c g_point.c g_relative.c g_range.c g_retrieve.c \
285
 
        g_savestate.c g_space.c g_subpaths.c g_vector.c g_version.c \
286
 
        g_write.c g_xmalloc.c g_xstring.c b_closepl.c b_defplot.c \
287
 
        b_erase.c b_openpl.c b_path.c b_point.c m_attribs.c m_closepl.c \
288
 
        m_defplot.c m_emit.c m_erase.c m_mark.c m_openpl.c m_path.c \
289
 
        m_point.c m_text.c t_attribs.c t_closepl.c t_color.c t_color2.c \
290
 
        t_defplot.c t_erase.c t_openpl.c t_path.c t_point.c t_tek_md.c \
291
 
        t_tek_mv.c t_tek_vec.c r_attribs.c r_closepl.c r_color.c \
292
 
        r_defplot.c r_erase.c r_openpl.c r_path.c r_point.c h_attribs.c \
293
 
        h_closepl.c h_color.c h_defplot.c h_erase.c h_font.c h_openpl.c \
294
 
        h_path.c h_point.c h_text.c f_closepl.c f_color.c f_color2.c \
295
 
        f_defplot.c f_erase.c f_openpl.c f_path.c f_point.c \
296
 
        f_retrieve.c f_text.c c_attribs.c c_closepl.c c_color.c \
297
 
        c_defplot.c c_emit.c c_erase.c c_mark.c c_openpl.c c_path.c \
298
 
        c_point.c c_text.c p_closepl.c p_color.c p_color2.c p_defplot.c \
299
 
        p_erase.c p_openpl.c p_path.c p_point.c p_text.c a_attribs.c \
300
 
        a_color.c a_closepl.c a_defplot.c a_erase.c a_openpl.c a_path.c \
301
 
        a_point.c a_text.c s_closepl.c s_color.c s_defplot.c s_erase.c \
302
 
        s_openpl.c s_path.c s_point.c s_text.c i_closepl.c i_color.c \
303
 
        i_defplot.c i_erase.c i_openpl.c i_path.c i_point.c i_rle.c \
304
 
        n_defplot.c n_write.c x_attribs.c x_closepl.c x_color.c \
305
 
        x_defplot.c x_erase.c x_flushpl.c x_openpl.c x_path.c x_point.c \
306
 
        x_retrieve.c x_savestate.c x_text.c y_closepl.c y_defplot.c \
307
 
        y_erase.c y_openpl.c z_defplot.c z_write.c
308
 
am__objects_1 = mi_alloc.lo mi_api.lo mi_arc.lo mi_canvas.lo \
309
 
        mi_fllarc.lo mi_fllrct.lo mi_fplycon.lo mi_gc.lo mi_ply.lo \
310
 
        mi_plycon.lo mi_plygen.lo mi_plypnt.lo mi_plyutil.lo \
311
 
        mi_spans.lo mi_widelin.lo mi_zerarc.lo mi_zerolin.lo \
312
 
        mi_version.lo
313
 
am__objects_2 = g_affine.lo g_alabel.lo g_alab_her.lo g_arc.lo \
314
 
        g_attrib.lo g_bez.lo g_box.lo g_circ.lo g_clipper.lo \
315
 
        g_closepl.lo g_colors.lo g_cntrlify.lo g_dash.lo g_dash2.lo \
316
 
        g_defplot.lo g_defstate.lo g_ellipse.lo g_endpath.lo g_error.lo \
317
 
        g_erase.lo g_flushpl.lo g_font.lo g_fontdb.lo g_fontd2.lo \
318
 
        g_havecap.lo g_her_glyph.lo g_integer.lo g_line.lo \
319
 
        g_linewidth.lo g_mark.lo g_matrix.lo g_miscmi.lo g_move.lo \
320
 
        g_openpl.lo g_outbuf.lo g_outfile.lo g_pagetype.lo g_param.lo \
321
 
        g_param2.lo g_path.lo g_pentype.lo g_point.lo g_relative.lo \
322
 
        g_range.lo g_retrieve.lo g_savestate.lo g_space.lo \
323
 
        g_subpaths.lo g_vector.lo g_version.lo g_write.lo g_xmalloc.lo \
324
 
        g_xstring.lo
325
 
am__objects_3 = b_closepl.lo b_defplot.lo b_erase.lo b_openpl.lo \
326
 
        b_path.lo b_point.lo
327
 
am__objects_4 = m_attribs.lo m_closepl.lo m_defplot.lo m_emit.lo \
328
 
        m_erase.lo m_mark.lo m_openpl.lo m_path.lo m_point.lo m_text.lo
329
 
am__objects_5 = t_attribs.lo t_closepl.lo t_color.lo t_color2.lo \
330
 
        t_defplot.lo t_erase.lo t_openpl.lo t_path.lo t_point.lo \
331
 
        t_tek_md.lo t_tek_mv.lo t_tek_vec.lo
332
 
am__objects_6 = r_attribs.lo r_closepl.lo r_color.lo r_defplot.lo \
333
 
        r_erase.lo r_openpl.lo r_path.lo r_point.lo
334
 
am__objects_7 = h_attribs.lo h_closepl.lo h_color.lo h_defplot.lo \
335
 
        h_erase.lo h_font.lo h_openpl.lo h_path.lo h_point.lo h_text.lo
336
 
am__objects_8 = f_closepl.lo f_color.lo f_color2.lo f_defplot.lo \
337
 
        f_erase.lo f_openpl.lo f_path.lo f_point.lo f_retrieve.lo \
338
 
        f_text.lo
339
 
am__objects_9 = c_attribs.lo c_closepl.lo c_color.lo c_defplot.lo \
340
 
        c_emit.lo c_erase.lo c_mark.lo c_openpl.lo c_path.lo c_point.lo \
341
 
        c_text.lo
342
 
am__objects_10 = p_closepl.lo p_color.lo p_color2.lo p_defplot.lo \
343
 
        p_erase.lo p_openpl.lo p_path.lo p_point.lo p_text.lo
344
 
am__objects_11 = a_attribs.lo a_color.lo a_closepl.lo a_defplot.lo \
345
 
        a_erase.lo a_openpl.lo a_path.lo a_point.lo a_text.lo
346
 
am__objects_12 = s_closepl.lo s_color.lo s_defplot.lo s_erase.lo \
347
 
        s_openpl.lo s_path.lo s_point.lo s_text.lo
348
 
am__objects_13 = i_closepl.lo i_color.lo i_defplot.lo i_erase.lo \
349
 
        i_openpl.lo i_path.lo i_point.lo i_rle.lo
350
 
am__objects_14 = n_defplot.lo n_write.lo
351
 
am__objects_15 = z_defplot.lo z_write.lo
352
 
am__objects_16 = x_attribs.lo x_closepl.lo x_color.lo x_defplot.lo \
353
 
        x_erase.lo x_flushpl.lo x_openpl.lo x_path.lo x_point.lo \
354
 
        x_retrieve.lo x_savestate.lo x_text.lo
355
 
am__objects_17 = y_closepl.lo y_defplot.lo y_erase.lo y_openpl.lo
356
 
@NO_PNG_FALSE@@NO_X_TRUE@am__objects_18 = $(am__objects_1) \
357
 
@NO_PNG_FALSE@@NO_X_TRUE@       $(am__objects_2) $(am__objects_3) \
358
 
@NO_PNG_FALSE@@NO_X_TRUE@       $(am__objects_4) $(am__objects_5) \
359
 
@NO_PNG_FALSE@@NO_X_TRUE@       $(am__objects_6) $(am__objects_7) \
360
 
@NO_PNG_FALSE@@NO_X_TRUE@       $(am__objects_8) $(am__objects_9) \
361
 
@NO_PNG_FALSE@@NO_X_TRUE@       $(am__objects_10) $(am__objects_11) \
362
 
@NO_PNG_FALSE@@NO_X_TRUE@       $(am__objects_12) $(am__objects_13) \
363
 
@NO_PNG_FALSE@@NO_X_TRUE@       $(am__objects_14) $(am__objects_15)
364
 
@NO_PNG_FALSE@@NO_X_FALSE@am__objects_18 = $(am__objects_1) \
365
 
@NO_PNG_FALSE@@NO_X_FALSE@      $(am__objects_2) $(am__objects_3) \
366
 
@NO_PNG_FALSE@@NO_X_FALSE@      $(am__objects_4) $(am__objects_5) \
367
 
@NO_PNG_FALSE@@NO_X_FALSE@      $(am__objects_6) $(am__objects_7) \
368
 
@NO_PNG_FALSE@@NO_X_FALSE@      $(am__objects_8) $(am__objects_9) \
369
 
@NO_PNG_FALSE@@NO_X_FALSE@      $(am__objects_10) $(am__objects_11) \
370
 
@NO_PNG_FALSE@@NO_X_FALSE@      $(am__objects_12) $(am__objects_13) \
371
 
@NO_PNG_FALSE@@NO_X_FALSE@      $(am__objects_14) $(am__objects_15) \
372
 
@NO_PNG_FALSE@@NO_X_FALSE@      $(am__objects_16) $(am__objects_17)
373
 
@NO_PNG_TRUE@@NO_X_TRUE@am__objects_18 = $(am__objects_1) \
374
 
@NO_PNG_TRUE@@NO_X_TRUE@        $(am__objects_2) $(am__objects_3) \
375
 
@NO_PNG_TRUE@@NO_X_TRUE@        $(am__objects_4) $(am__objects_5) \
376
 
@NO_PNG_TRUE@@NO_X_TRUE@        $(am__objects_6) $(am__objects_7) \
377
 
@NO_PNG_TRUE@@NO_X_TRUE@        $(am__objects_8) $(am__objects_9) \
378
 
@NO_PNG_TRUE@@NO_X_TRUE@        $(am__objects_10) $(am__objects_11) \
379
 
@NO_PNG_TRUE@@NO_X_TRUE@        $(am__objects_12) $(am__objects_13) \
380
 
@NO_PNG_TRUE@@NO_X_TRUE@        $(am__objects_14)
381
 
@NO_PNG_TRUE@@NO_X_FALSE@am__objects_18 = $(am__objects_1) \
382
 
@NO_PNG_TRUE@@NO_X_FALSE@       $(am__objects_2) $(am__objects_3) \
383
 
@NO_PNG_TRUE@@NO_X_FALSE@       $(am__objects_4) $(am__objects_5) \
384
 
@NO_PNG_TRUE@@NO_X_FALSE@       $(am__objects_6) $(am__objects_7) \
385
 
@NO_PNG_TRUE@@NO_X_FALSE@       $(am__objects_8) $(am__objects_9) \
386
 
@NO_PNG_TRUE@@NO_X_FALSE@       $(am__objects_10) $(am__objects_11) \
387
 
@NO_PNG_TRUE@@NO_X_FALSE@       $(am__objects_12) $(am__objects_13) \
388
 
@NO_PNG_TRUE@@NO_X_FALSE@       $(am__objects_14) $(am__objects_16) \
389
 
@NO_PNG_TRUE@@NO_X_FALSE@       $(am__objects_17)
390
 
am_libplot_la_OBJECTS = apinewc.lo apioldc.lo apioldcc.lo \
391
 
        $(am__objects_18)
392
 
libplot_la_OBJECTS = $(am_libplot_la_OBJECTS)
393
 
 
394
 
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
395
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
396
 
am__depfiles_maybe = depfiles
397
 
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/a_attribs.Plo \
398
 
@AMDEP_TRUE@    ./$(DEPDIR)/a_closepl.Plo ./$(DEPDIR)/a_color.Plo \
399
 
@AMDEP_TRUE@    ./$(DEPDIR)/a_defplot.Plo ./$(DEPDIR)/a_erase.Plo \
400
 
@AMDEP_TRUE@    ./$(DEPDIR)/a_openpl.Plo ./$(DEPDIR)/a_path.Plo \
401
 
@AMDEP_TRUE@    ./$(DEPDIR)/a_point.Plo ./$(DEPDIR)/a_text.Plo \
402
 
@AMDEP_TRUE@    ./$(DEPDIR)/apinewc.Plo ./$(DEPDIR)/apioldc.Plo \
403
 
@AMDEP_TRUE@    ./$(DEPDIR)/apioldcc.Plo ./$(DEPDIR)/b_closepl.Plo \
404
 
@AMDEP_TRUE@    ./$(DEPDIR)/b_defplot.Plo ./$(DEPDIR)/b_erase.Plo \
405
 
@AMDEP_TRUE@    ./$(DEPDIR)/b_openpl.Plo ./$(DEPDIR)/b_path.Plo \
406
 
@AMDEP_TRUE@    ./$(DEPDIR)/b_point.Plo ./$(DEPDIR)/c_attribs.Plo \
407
 
@AMDEP_TRUE@    ./$(DEPDIR)/c_closepl.Plo ./$(DEPDIR)/c_color.Plo \
408
 
@AMDEP_TRUE@    ./$(DEPDIR)/c_defplot.Plo ./$(DEPDIR)/c_emit.Plo \
409
 
@AMDEP_TRUE@    ./$(DEPDIR)/c_erase.Plo ./$(DEPDIR)/c_mark.Plo \
410
 
@AMDEP_TRUE@    ./$(DEPDIR)/c_openpl.Plo ./$(DEPDIR)/c_path.Plo \
411
 
@AMDEP_TRUE@    ./$(DEPDIR)/c_point.Plo ./$(DEPDIR)/c_text.Plo \
412
 
@AMDEP_TRUE@    ./$(DEPDIR)/f_closepl.Plo ./$(DEPDIR)/f_color.Plo \
413
 
@AMDEP_TRUE@    ./$(DEPDIR)/f_color2.Plo ./$(DEPDIR)/f_defplot.Plo \
414
 
@AMDEP_TRUE@    ./$(DEPDIR)/f_erase.Plo ./$(DEPDIR)/f_openpl.Plo \
415
 
@AMDEP_TRUE@    ./$(DEPDIR)/f_path.Plo ./$(DEPDIR)/f_point.Plo \
416
 
@AMDEP_TRUE@    ./$(DEPDIR)/f_retrieve.Plo ./$(DEPDIR)/f_text.Plo \
417
 
@AMDEP_TRUE@    ./$(DEPDIR)/g_affine.Plo ./$(DEPDIR)/g_alab_her.Plo \
418
 
@AMDEP_TRUE@    ./$(DEPDIR)/g_alabel.Plo ./$(DEPDIR)/g_arc.Plo \
419
 
@AMDEP_TRUE@    ./$(DEPDIR)/g_attrib.Plo ./$(DEPDIR)/g_bez.Plo \
420
 
@AMDEP_TRUE@    ./$(DEPDIR)/g_box.Plo ./$(DEPDIR)/g_circ.Plo \
421
 
@AMDEP_TRUE@    ./$(DEPDIR)/g_clipper.Plo ./$(DEPDIR)/g_closepl.Plo \
422
 
@AMDEP_TRUE@    ./$(DEPDIR)/g_cntrlify.Plo ./$(DEPDIR)/g_colors.Plo \
423
 
@AMDEP_TRUE@    ./$(DEPDIR)/g_dash.Plo ./$(DEPDIR)/g_dash2.Plo \
424
 
@AMDEP_TRUE@    ./$(DEPDIR)/g_defplot.Plo \
425
 
@AMDEP_TRUE@    ./$(DEPDIR)/g_defstate.Plo \
426
 
@AMDEP_TRUE@    ./$(DEPDIR)/g_ellipse.Plo ./$(DEPDIR)/g_endpath.Plo \
427
 
@AMDEP_TRUE@    ./$(DEPDIR)/g_erase.Plo ./$(DEPDIR)/g_error.Plo \
428
 
@AMDEP_TRUE@    ./$(DEPDIR)/g_flushpl.Plo ./$(DEPDIR)/g_font.Plo \
429
 
@AMDEP_TRUE@    ./$(DEPDIR)/g_fontd2.Plo ./$(DEPDIR)/g_fontdb.Plo \
430
 
@AMDEP_TRUE@    ./$(DEPDIR)/g_havecap.Plo \
431
 
@AMDEP_TRUE@    ./$(DEPDIR)/g_her_glyph.Plo \
432
 
@AMDEP_TRUE@    ./$(DEPDIR)/g_integer.Plo ./$(DEPDIR)/g_line.Plo \
433
 
@AMDEP_TRUE@    ./$(DEPDIR)/g_linewidth.Plo ./$(DEPDIR)/g_mark.Plo \
434
 
@AMDEP_TRUE@    ./$(DEPDIR)/g_matrix.Plo ./$(DEPDIR)/g_miscmi.Plo \
435
 
@AMDEP_TRUE@    ./$(DEPDIR)/g_move.Plo ./$(DEPDIR)/g_openpl.Plo \
436
 
@AMDEP_TRUE@    ./$(DEPDIR)/g_outbuf.Plo ./$(DEPDIR)/g_outfile.Plo \
437
 
@AMDEP_TRUE@    ./$(DEPDIR)/g_pagetype.Plo ./$(DEPDIR)/g_param.Plo \
438
 
@AMDEP_TRUE@    ./$(DEPDIR)/g_param2.Plo ./$(DEPDIR)/g_path.Plo \
439
 
@AMDEP_TRUE@    ./$(DEPDIR)/g_pentype.Plo ./$(DEPDIR)/g_point.Plo \
440
 
@AMDEP_TRUE@    ./$(DEPDIR)/g_range.Plo ./$(DEPDIR)/g_relative.Plo \
441
 
@AMDEP_TRUE@    ./$(DEPDIR)/g_retrieve.Plo \
442
 
@AMDEP_TRUE@    ./$(DEPDIR)/g_savestate.Plo ./$(DEPDIR)/g_space.Plo \
443
 
@AMDEP_TRUE@    ./$(DEPDIR)/g_subpaths.Plo ./$(DEPDIR)/g_vector.Plo \
444
 
@AMDEP_TRUE@    ./$(DEPDIR)/g_version.Plo ./$(DEPDIR)/g_write.Plo \
445
 
@AMDEP_TRUE@    ./$(DEPDIR)/g_xmalloc.Plo ./$(DEPDIR)/g_xstring.Plo \
446
 
@AMDEP_TRUE@    ./$(DEPDIR)/h_attribs.Plo ./$(DEPDIR)/h_closepl.Plo \
447
 
@AMDEP_TRUE@    ./$(DEPDIR)/h_color.Plo ./$(DEPDIR)/h_defplot.Plo \
448
 
@AMDEP_TRUE@    ./$(DEPDIR)/h_erase.Plo ./$(DEPDIR)/h_font.Plo \
449
 
@AMDEP_TRUE@    ./$(DEPDIR)/h_openpl.Plo ./$(DEPDIR)/h_path.Plo \
450
 
@AMDEP_TRUE@    ./$(DEPDIR)/h_point.Plo ./$(DEPDIR)/h_text.Plo \
451
 
@AMDEP_TRUE@    ./$(DEPDIR)/i_closepl.Plo ./$(DEPDIR)/i_color.Plo \
452
 
@AMDEP_TRUE@    ./$(DEPDIR)/i_defplot.Plo ./$(DEPDIR)/i_erase.Plo \
453
 
@AMDEP_TRUE@    ./$(DEPDIR)/i_openpl.Plo ./$(DEPDIR)/i_path.Plo \
454
 
@AMDEP_TRUE@    ./$(DEPDIR)/i_point.Plo ./$(DEPDIR)/i_rle.Plo \
455
 
@AMDEP_TRUE@    ./$(DEPDIR)/m_attribs.Plo ./$(DEPDIR)/m_closepl.Plo \
456
 
@AMDEP_TRUE@    ./$(DEPDIR)/m_defplot.Plo ./$(DEPDIR)/m_emit.Plo \
457
 
@AMDEP_TRUE@    ./$(DEPDIR)/m_erase.Plo ./$(DEPDIR)/m_mark.Plo \
458
 
@AMDEP_TRUE@    ./$(DEPDIR)/m_openpl.Plo ./$(DEPDIR)/m_path.Plo \
459
 
@AMDEP_TRUE@    ./$(DEPDIR)/m_point.Plo ./$(DEPDIR)/m_text.Plo \
460
 
@AMDEP_TRUE@    ./$(DEPDIR)/mi_alloc.Plo ./$(DEPDIR)/mi_api.Plo \
461
 
@AMDEP_TRUE@    ./$(DEPDIR)/mi_arc.Plo ./$(DEPDIR)/mi_canvas.Plo \
462
 
@AMDEP_TRUE@    ./$(DEPDIR)/mi_fllarc.Plo ./$(DEPDIR)/mi_fllrct.Plo \
463
 
@AMDEP_TRUE@    ./$(DEPDIR)/mi_fplycon.Plo ./$(DEPDIR)/mi_gc.Plo \
464
 
@AMDEP_TRUE@    ./$(DEPDIR)/mi_ply.Plo ./$(DEPDIR)/mi_plycon.Plo \
465
 
@AMDEP_TRUE@    ./$(DEPDIR)/mi_plygen.Plo ./$(DEPDIR)/mi_plypnt.Plo \
466
 
@AMDEP_TRUE@    ./$(DEPDIR)/mi_plyutil.Plo ./$(DEPDIR)/mi_spans.Plo \
467
 
@AMDEP_TRUE@    ./$(DEPDIR)/mi_version.Plo \
468
 
@AMDEP_TRUE@    ./$(DEPDIR)/mi_widelin.Plo \
469
 
@AMDEP_TRUE@    ./$(DEPDIR)/mi_zerarc.Plo \
470
 
@AMDEP_TRUE@    ./$(DEPDIR)/mi_zerolin.Plo \
471
 
@AMDEP_TRUE@    ./$(DEPDIR)/n_defplot.Plo ./$(DEPDIR)/n_write.Plo \
472
 
@AMDEP_TRUE@    ./$(DEPDIR)/p_closepl.Plo ./$(DEPDIR)/p_color.Plo \
473
 
@AMDEP_TRUE@    ./$(DEPDIR)/p_color2.Plo ./$(DEPDIR)/p_defplot.Plo \
474
 
@AMDEP_TRUE@    ./$(DEPDIR)/p_erase.Plo ./$(DEPDIR)/p_openpl.Plo \
475
 
@AMDEP_TRUE@    ./$(DEPDIR)/p_path.Plo ./$(DEPDIR)/p_point.Plo \
476
 
@AMDEP_TRUE@    ./$(DEPDIR)/p_text.Plo ./$(DEPDIR)/r_attribs.Plo \
477
 
@AMDEP_TRUE@    ./$(DEPDIR)/r_closepl.Plo ./$(DEPDIR)/r_color.Plo \
478
 
@AMDEP_TRUE@    ./$(DEPDIR)/r_defplot.Plo ./$(DEPDIR)/r_erase.Plo \
479
 
@AMDEP_TRUE@    ./$(DEPDIR)/r_openpl.Plo ./$(DEPDIR)/r_path.Plo \
480
 
@AMDEP_TRUE@    ./$(DEPDIR)/r_point.Plo ./$(DEPDIR)/s_closepl.Plo \
481
 
@AMDEP_TRUE@    ./$(DEPDIR)/s_color.Plo ./$(DEPDIR)/s_defplot.Plo \
482
 
@AMDEP_TRUE@    ./$(DEPDIR)/s_erase.Plo ./$(DEPDIR)/s_openpl.Plo \
483
 
@AMDEP_TRUE@    ./$(DEPDIR)/s_path.Plo ./$(DEPDIR)/s_point.Plo \
484
 
@AMDEP_TRUE@    ./$(DEPDIR)/s_text.Plo ./$(DEPDIR)/t_attribs.Plo \
485
 
@AMDEP_TRUE@    ./$(DEPDIR)/t_closepl.Plo ./$(DEPDIR)/t_color.Plo \
486
 
@AMDEP_TRUE@    ./$(DEPDIR)/t_color2.Plo ./$(DEPDIR)/t_defplot.Plo \
487
 
@AMDEP_TRUE@    ./$(DEPDIR)/t_erase.Plo ./$(DEPDIR)/t_openpl.Plo \
488
 
@AMDEP_TRUE@    ./$(DEPDIR)/t_path.Plo ./$(DEPDIR)/t_point.Plo \
489
 
@AMDEP_TRUE@    ./$(DEPDIR)/t_tek_md.Plo ./$(DEPDIR)/t_tek_mv.Plo \
490
 
@AMDEP_TRUE@    ./$(DEPDIR)/t_tek_vec.Plo ./$(DEPDIR)/x_attribs.Plo \
491
 
@AMDEP_TRUE@    ./$(DEPDIR)/x_closepl.Plo ./$(DEPDIR)/x_color.Plo \
492
 
@AMDEP_TRUE@    ./$(DEPDIR)/x_defplot.Plo ./$(DEPDIR)/x_erase.Plo \
493
 
@AMDEP_TRUE@    ./$(DEPDIR)/x_flushpl.Plo ./$(DEPDIR)/x_openpl.Plo \
494
 
@AMDEP_TRUE@    ./$(DEPDIR)/x_path.Plo ./$(DEPDIR)/x_point.Plo \
495
 
@AMDEP_TRUE@    ./$(DEPDIR)/x_retrieve.Plo \
496
 
@AMDEP_TRUE@    ./$(DEPDIR)/x_savestate.Plo ./$(DEPDIR)/x_text.Plo \
497
 
@AMDEP_TRUE@    ./$(DEPDIR)/y_closepl.Plo ./$(DEPDIR)/y_defplot.Plo \
498
 
@AMDEP_TRUE@    ./$(DEPDIR)/y_erase.Plo ./$(DEPDIR)/y_openpl.Plo \
499
 
@AMDEP_TRUE@    ./$(DEPDIR)/z_defplot.Plo ./$(DEPDIR)/z_write.Plo
500
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
501
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
502
 
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
503
 
        $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
161
CONFIG_HEADER = ../config.h
 
162
CONFIG_CLEAN_FILES = 
 
163
LTLIBRARIES =  $(lib_LTLIBRARIES)
 
164
 
 
165
 
 
166
DEFS = @DEFS@ -I. -I$(srcdir) -I..
 
167
CPPFLAGS = @CPPFLAGS@
 
168
LDFLAGS = @LDFLAGS@
 
169
LIBS = @LIBS@
 
170
@NO_PNG_FALSE@@NO_X_FALSE@libplot_la_DEPENDENCIES = 
 
171
@NO_PNG_TRUE@@NO_X_TRUE@libplot_la_DEPENDENCIES = 
 
172
@NO_PNG_FALSE@@NO_X_TRUE@libplot_la_DEPENDENCIES = 
 
173
@NO_PNG_TRUE@@NO_X_FALSE@libplot_la_DEPENDENCIES = 
 
174
@NO_PNG_FALSE@@NO_X_FALSE@libplot_la_OBJECTS =  apinewc.lo apioldc.lo \
 
175
@NO_PNG_FALSE@@NO_X_FALSE@apioldcc.lo mi_alloc.lo mi_api.lo mi_arc.lo \
 
176
@NO_PNG_FALSE@@NO_X_FALSE@mi_canvas.lo mi_fllarc.lo mi_fllrct.lo \
 
177
@NO_PNG_FALSE@@NO_X_FALSE@mi_fplycon.lo mi_gc.lo mi_ply.lo mi_plycon.lo \
 
178
@NO_PNG_FALSE@@NO_X_FALSE@mi_plygen.lo mi_plypnt.lo mi_plyutil.lo \
 
179
@NO_PNG_FALSE@@NO_X_FALSE@mi_spans.lo mi_widelin.lo mi_zerarc.lo \
 
180
@NO_PNG_FALSE@@NO_X_FALSE@mi_zerolin.lo mi_version.lo g_affine.lo \
 
181
@NO_PNG_FALSE@@NO_X_FALSE@g_alabel.lo g_alab_her.lo g_arc.lo \
 
182
@NO_PNG_FALSE@@NO_X_FALSE@g_attrib.lo g_bez.lo g_box.lo g_circ.lo \
 
183
@NO_PNG_FALSE@@NO_X_FALSE@g_clipper.lo g_closepl.lo g_colors.lo \
 
184
@NO_PNG_FALSE@@NO_X_FALSE@g_cntrlify.lo g_dash.lo g_dash2.lo \
 
185
@NO_PNG_FALSE@@NO_X_FALSE@g_defplot.lo g_defstate.lo g_ellipse.lo \
 
186
@NO_PNG_FALSE@@NO_X_FALSE@g_endpath.lo g_error.lo g_erase.lo \
 
187
@NO_PNG_FALSE@@NO_X_FALSE@g_flushpl.lo g_font.lo g_fontdb.lo \
 
188
@NO_PNG_FALSE@@NO_X_FALSE@g_fontd2.lo g_havecap.lo g_her_glyph.lo \
 
189
@NO_PNG_FALSE@@NO_X_FALSE@g_integer.lo g_line.lo g_linewidth.lo \
 
190
@NO_PNG_FALSE@@NO_X_FALSE@g_mark.lo g_matrix.lo g_miscmi.lo g_move.lo \
 
191
@NO_PNG_FALSE@@NO_X_FALSE@g_openpl.lo g_outbuf.lo g_outfile.lo \
 
192
@NO_PNG_FALSE@@NO_X_FALSE@g_pagetype.lo g_param.lo g_param2.lo \
 
193
@NO_PNG_FALSE@@NO_X_FALSE@g_path.lo g_pentype.lo g_point.lo \
 
194
@NO_PNG_FALSE@@NO_X_FALSE@g_relative.lo g_range.lo g_retrieve.lo \
 
195
@NO_PNG_FALSE@@NO_X_FALSE@g_savestate.lo g_space.lo g_subpaths.lo \
 
196
@NO_PNG_FALSE@@NO_X_FALSE@g_vector.lo g_version.lo g_write.lo \
 
197
@NO_PNG_FALSE@@NO_X_FALSE@g_xmalloc.lo g_xstring.lo b_closepl.lo \
 
198
@NO_PNG_FALSE@@NO_X_FALSE@b_defplot.lo b_erase.lo b_openpl.lo b_path.lo \
 
199
@NO_PNG_FALSE@@NO_X_FALSE@b_point.lo m_attribs.lo m_closepl.lo \
 
200
@NO_PNG_FALSE@@NO_X_FALSE@m_defplot.lo m_emit.lo m_erase.lo m_mark.lo \
 
201
@NO_PNG_FALSE@@NO_X_FALSE@m_openpl.lo m_path.lo m_point.lo m_text.lo \
 
202
@NO_PNG_FALSE@@NO_X_FALSE@t_attribs.lo t_closepl.lo t_color.lo \
 
203
@NO_PNG_FALSE@@NO_X_FALSE@t_color2.lo t_defplot.lo t_erase.lo \
 
204
@NO_PNG_FALSE@@NO_X_FALSE@t_openpl.lo t_path.lo t_point.lo t_tek_md.lo \
 
205
@NO_PNG_FALSE@@NO_X_FALSE@t_tek_mv.lo t_tek_vec.lo r_attribs.lo \
 
206
@NO_PNG_FALSE@@NO_X_FALSE@r_closepl.lo r_color.lo r_defplot.lo \
 
207
@NO_PNG_FALSE@@NO_X_FALSE@r_erase.lo r_openpl.lo r_path.lo r_point.lo \
 
208
@NO_PNG_FALSE@@NO_X_FALSE@h_attribs.lo h_closepl.lo h_color.lo \
 
209
@NO_PNG_FALSE@@NO_X_FALSE@h_defplot.lo h_erase.lo h_font.lo h_openpl.lo \
 
210
@NO_PNG_FALSE@@NO_X_FALSE@h_path.lo h_point.lo h_text.lo f_closepl.lo \
 
211
@NO_PNG_FALSE@@NO_X_FALSE@f_color.lo f_color2.lo f_defplot.lo \
 
212
@NO_PNG_FALSE@@NO_X_FALSE@f_erase.lo f_openpl.lo f_path.lo f_point.lo \
 
213
@NO_PNG_FALSE@@NO_X_FALSE@f_retrieve.lo f_text.lo c_attribs.lo \
 
214
@NO_PNG_FALSE@@NO_X_FALSE@c_closepl.lo c_color.lo c_defplot.lo \
 
215
@NO_PNG_FALSE@@NO_X_FALSE@c_emit.lo c_erase.lo c_mark.lo c_openpl.lo \
 
216
@NO_PNG_FALSE@@NO_X_FALSE@c_path.lo c_point.lo c_text.lo p_closepl.lo \
 
217
@NO_PNG_FALSE@@NO_X_FALSE@p_color.lo p_color2.lo p_defplot.lo \
 
218
@NO_PNG_FALSE@@NO_X_FALSE@p_erase.lo p_openpl.lo p_path.lo p_point.lo \
 
219
@NO_PNG_FALSE@@NO_X_FALSE@p_text.lo a_attribs.lo a_color.lo \
 
220
@NO_PNG_FALSE@@NO_X_FALSE@a_closepl.lo a_defplot.lo a_erase.lo \
 
221
@NO_PNG_FALSE@@NO_X_FALSE@a_openpl.lo a_path.lo a_point.lo a_text.lo \
 
222
@NO_PNG_FALSE@@NO_X_FALSE@s_closepl.lo s_color.lo s_defplot.lo \
 
223
@NO_PNG_FALSE@@NO_X_FALSE@s_erase.lo s_openpl.lo s_path.lo s_point.lo \
 
224
@NO_PNG_FALSE@@NO_X_FALSE@s_text.lo i_closepl.lo i_color.lo \
 
225
@NO_PNG_FALSE@@NO_X_FALSE@i_defplot.lo i_erase.lo i_openpl.lo i_path.lo \
 
226
@NO_PNG_FALSE@@NO_X_FALSE@i_point.lo i_rle.lo n_defplot.lo n_write.lo \
 
227
@NO_PNG_FALSE@@NO_X_FALSE@z_defplot.lo z_write.lo x_attribs.lo \
 
228
@NO_PNG_FALSE@@NO_X_FALSE@x_closepl.lo x_color.lo x_defplot.lo \
 
229
@NO_PNG_FALSE@@NO_X_FALSE@x_erase.lo x_flushpl.lo x_openpl.lo x_path.lo \
 
230
@NO_PNG_FALSE@@NO_X_FALSE@x_point.lo x_retrieve.lo x_savestate.lo \
 
231
@NO_PNG_FALSE@@NO_X_FALSE@x_text.lo y_closepl.lo y_defplot.lo \
 
232
@NO_PNG_FALSE@@NO_X_FALSE@y_erase.lo y_openpl.lo
 
233
@NO_PNG_TRUE@@NO_X_TRUE@libplot_la_OBJECTS =  apinewc.lo apioldc.lo \
 
234
@NO_PNG_TRUE@@NO_X_TRUE@apioldcc.lo mi_alloc.lo mi_api.lo mi_arc.lo \
 
235
@NO_PNG_TRUE@@NO_X_TRUE@mi_canvas.lo mi_fllarc.lo mi_fllrct.lo \
 
236
@NO_PNG_TRUE@@NO_X_TRUE@mi_fplycon.lo mi_gc.lo mi_ply.lo mi_plycon.lo \
 
237
@NO_PNG_TRUE@@NO_X_TRUE@mi_plygen.lo mi_plypnt.lo mi_plyutil.lo \
 
238
@NO_PNG_TRUE@@NO_X_TRUE@mi_spans.lo mi_widelin.lo mi_zerarc.lo \
 
239
@NO_PNG_TRUE@@NO_X_TRUE@mi_zerolin.lo mi_version.lo g_affine.lo \
 
240
@NO_PNG_TRUE@@NO_X_TRUE@g_alabel.lo g_alab_her.lo g_arc.lo g_attrib.lo \
 
241
@NO_PNG_TRUE@@NO_X_TRUE@g_bez.lo g_box.lo g_circ.lo g_clipper.lo \
 
242
@NO_PNG_TRUE@@NO_X_TRUE@g_closepl.lo g_colors.lo g_cntrlify.lo \
 
243
@NO_PNG_TRUE@@NO_X_TRUE@g_dash.lo g_dash2.lo g_defplot.lo g_defstate.lo \
 
244
@NO_PNG_TRUE@@NO_X_TRUE@g_ellipse.lo g_endpath.lo g_error.lo g_erase.lo \
 
245
@NO_PNG_TRUE@@NO_X_TRUE@g_flushpl.lo g_font.lo g_fontdb.lo g_fontd2.lo \
 
246
@NO_PNG_TRUE@@NO_X_TRUE@g_havecap.lo g_her_glyph.lo g_integer.lo \
 
247
@NO_PNG_TRUE@@NO_X_TRUE@g_line.lo g_linewidth.lo g_mark.lo g_matrix.lo \
 
248
@NO_PNG_TRUE@@NO_X_TRUE@g_miscmi.lo g_move.lo g_openpl.lo g_outbuf.lo \
 
249
@NO_PNG_TRUE@@NO_X_TRUE@g_outfile.lo g_pagetype.lo g_param.lo \
 
250
@NO_PNG_TRUE@@NO_X_TRUE@g_param2.lo g_path.lo g_pentype.lo g_point.lo \
 
251
@NO_PNG_TRUE@@NO_X_TRUE@g_relative.lo g_range.lo g_retrieve.lo \
 
252
@NO_PNG_TRUE@@NO_X_TRUE@g_savestate.lo g_space.lo g_subpaths.lo \
 
253
@NO_PNG_TRUE@@NO_X_TRUE@g_vector.lo g_version.lo g_write.lo \
 
254
@NO_PNG_TRUE@@NO_X_TRUE@g_xmalloc.lo g_xstring.lo b_closepl.lo \
 
255
@NO_PNG_TRUE@@NO_X_TRUE@b_defplot.lo b_erase.lo b_openpl.lo b_path.lo \
 
256
@NO_PNG_TRUE@@NO_X_TRUE@b_point.lo m_attribs.lo m_closepl.lo \
 
257
@NO_PNG_TRUE@@NO_X_TRUE@m_defplot.lo m_emit.lo m_erase.lo m_mark.lo \
 
258
@NO_PNG_TRUE@@NO_X_TRUE@m_openpl.lo m_path.lo m_point.lo m_text.lo \
 
259
@NO_PNG_TRUE@@NO_X_TRUE@t_attribs.lo t_closepl.lo t_color.lo \
 
260
@NO_PNG_TRUE@@NO_X_TRUE@t_color2.lo t_defplot.lo t_erase.lo t_openpl.lo \
 
261
@NO_PNG_TRUE@@NO_X_TRUE@t_path.lo t_point.lo t_tek_md.lo t_tek_mv.lo \
 
262
@NO_PNG_TRUE@@NO_X_TRUE@t_tek_vec.lo r_attribs.lo r_closepl.lo \
 
263
@NO_PNG_TRUE@@NO_X_TRUE@r_color.lo r_defplot.lo r_erase.lo r_openpl.lo \
 
264
@NO_PNG_TRUE@@NO_X_TRUE@r_path.lo r_point.lo h_attribs.lo h_closepl.lo \
 
265
@NO_PNG_TRUE@@NO_X_TRUE@h_color.lo h_defplot.lo h_erase.lo h_font.lo \
 
266
@NO_PNG_TRUE@@NO_X_TRUE@h_openpl.lo h_path.lo h_point.lo h_text.lo \
 
267
@NO_PNG_TRUE@@NO_X_TRUE@f_closepl.lo f_color.lo f_color2.lo \
 
268
@NO_PNG_TRUE@@NO_X_TRUE@f_defplot.lo f_erase.lo f_openpl.lo f_path.lo \
 
269
@NO_PNG_TRUE@@NO_X_TRUE@f_point.lo f_retrieve.lo f_text.lo c_attribs.lo \
 
270
@NO_PNG_TRUE@@NO_X_TRUE@c_closepl.lo c_color.lo c_defplot.lo c_emit.lo \
 
271
@NO_PNG_TRUE@@NO_X_TRUE@c_erase.lo c_mark.lo c_openpl.lo c_path.lo \
 
272
@NO_PNG_TRUE@@NO_X_TRUE@c_point.lo c_text.lo p_closepl.lo p_color.lo \
 
273
@NO_PNG_TRUE@@NO_X_TRUE@p_color2.lo p_defplot.lo p_erase.lo p_openpl.lo \
 
274
@NO_PNG_TRUE@@NO_X_TRUE@p_path.lo p_point.lo p_text.lo a_attribs.lo \
 
275
@NO_PNG_TRUE@@NO_X_TRUE@a_color.lo a_closepl.lo a_defplot.lo a_erase.lo \
 
276
@NO_PNG_TRUE@@NO_X_TRUE@a_openpl.lo a_path.lo a_point.lo a_text.lo \
 
277
@NO_PNG_TRUE@@NO_X_TRUE@s_closepl.lo s_color.lo s_defplot.lo s_erase.lo \
 
278
@NO_PNG_TRUE@@NO_X_TRUE@s_openpl.lo s_path.lo s_point.lo s_text.lo \
 
279
@NO_PNG_TRUE@@NO_X_TRUE@i_closepl.lo i_color.lo i_defplot.lo i_erase.lo \
 
280
@NO_PNG_TRUE@@NO_X_TRUE@i_openpl.lo i_path.lo i_point.lo i_rle.lo \
 
281
@NO_PNG_TRUE@@NO_X_TRUE@n_defplot.lo n_write.lo
 
282
@NO_PNG_TRUE@@NO_X_FALSE@libplot_la_OBJECTS =  apinewc.lo apioldc.lo \
 
283
@NO_PNG_TRUE@@NO_X_FALSE@apioldcc.lo mi_alloc.lo mi_api.lo mi_arc.lo \
 
284
@NO_PNG_TRUE@@NO_X_FALSE@mi_canvas.lo mi_fllarc.lo mi_fllrct.lo \
 
285
@NO_PNG_TRUE@@NO_X_FALSE@mi_fplycon.lo mi_gc.lo mi_ply.lo mi_plycon.lo \
 
286
@NO_PNG_TRUE@@NO_X_FALSE@mi_plygen.lo mi_plypnt.lo mi_plyutil.lo \
 
287
@NO_PNG_TRUE@@NO_X_FALSE@mi_spans.lo mi_widelin.lo mi_zerarc.lo \
 
288
@NO_PNG_TRUE@@NO_X_FALSE@mi_zerolin.lo mi_version.lo g_affine.lo \
 
289
@NO_PNG_TRUE@@NO_X_FALSE@g_alabel.lo g_alab_her.lo g_arc.lo g_attrib.lo \
 
290
@NO_PNG_TRUE@@NO_X_FALSE@g_bez.lo g_box.lo g_circ.lo g_clipper.lo \
 
291
@NO_PNG_TRUE@@NO_X_FALSE@g_closepl.lo g_colors.lo g_cntrlify.lo \
 
292
@NO_PNG_TRUE@@NO_X_FALSE@g_dash.lo g_dash2.lo g_defplot.lo \
 
293
@NO_PNG_TRUE@@NO_X_FALSE@g_defstate.lo g_ellipse.lo g_endpath.lo \
 
294
@NO_PNG_TRUE@@NO_X_FALSE@g_error.lo g_erase.lo g_flushpl.lo g_font.lo \
 
295
@NO_PNG_TRUE@@NO_X_FALSE@g_fontdb.lo g_fontd2.lo g_havecap.lo \
 
296
@NO_PNG_TRUE@@NO_X_FALSE@g_her_glyph.lo g_integer.lo g_line.lo \
 
297
@NO_PNG_TRUE@@NO_X_FALSE@g_linewidth.lo g_mark.lo g_matrix.lo \
 
298
@NO_PNG_TRUE@@NO_X_FALSE@g_miscmi.lo g_move.lo g_openpl.lo g_outbuf.lo \
 
299
@NO_PNG_TRUE@@NO_X_FALSE@g_outfile.lo g_pagetype.lo g_param.lo \
 
300
@NO_PNG_TRUE@@NO_X_FALSE@g_param2.lo g_path.lo g_pentype.lo g_point.lo \
 
301
@NO_PNG_TRUE@@NO_X_FALSE@g_relative.lo g_range.lo g_retrieve.lo \
 
302
@NO_PNG_TRUE@@NO_X_FALSE@g_savestate.lo g_space.lo g_subpaths.lo \
 
303
@NO_PNG_TRUE@@NO_X_FALSE@g_vector.lo g_version.lo g_write.lo \
 
304
@NO_PNG_TRUE@@NO_X_FALSE@g_xmalloc.lo g_xstring.lo b_closepl.lo \
 
305
@NO_PNG_TRUE@@NO_X_FALSE@b_defplot.lo b_erase.lo b_openpl.lo b_path.lo \
 
306
@NO_PNG_TRUE@@NO_X_FALSE@b_point.lo m_attribs.lo m_closepl.lo \
 
307
@NO_PNG_TRUE@@NO_X_FALSE@m_defplot.lo m_emit.lo m_erase.lo m_mark.lo \
 
308
@NO_PNG_TRUE@@NO_X_FALSE@m_openpl.lo m_path.lo m_point.lo m_text.lo \
 
309
@NO_PNG_TRUE@@NO_X_FALSE@t_attribs.lo t_closepl.lo t_color.lo \
 
310
@NO_PNG_TRUE@@NO_X_FALSE@t_color2.lo t_defplot.lo t_erase.lo \
 
311
@NO_PNG_TRUE@@NO_X_FALSE@t_openpl.lo t_path.lo t_point.lo t_tek_md.lo \
 
312
@NO_PNG_TRUE@@NO_X_FALSE@t_tek_mv.lo t_tek_vec.lo r_attribs.lo \
 
313
@NO_PNG_TRUE@@NO_X_FALSE@r_closepl.lo r_color.lo r_defplot.lo \
 
314
@NO_PNG_TRUE@@NO_X_FALSE@r_erase.lo r_openpl.lo r_path.lo r_point.lo \
 
315
@NO_PNG_TRUE@@NO_X_FALSE@h_attribs.lo h_closepl.lo h_color.lo \
 
316
@NO_PNG_TRUE@@NO_X_FALSE@h_defplot.lo h_erase.lo h_font.lo h_openpl.lo \
 
317
@NO_PNG_TRUE@@NO_X_FALSE@h_path.lo h_point.lo h_text.lo f_closepl.lo \
 
318
@NO_PNG_TRUE@@NO_X_FALSE@f_color.lo f_color2.lo f_defplot.lo f_erase.lo \
 
319
@NO_PNG_TRUE@@NO_X_FALSE@f_openpl.lo f_path.lo f_point.lo f_retrieve.lo \
 
320
@NO_PNG_TRUE@@NO_X_FALSE@f_text.lo c_attribs.lo c_closepl.lo c_color.lo \
 
321
@NO_PNG_TRUE@@NO_X_FALSE@c_defplot.lo c_emit.lo c_erase.lo c_mark.lo \
 
322
@NO_PNG_TRUE@@NO_X_FALSE@c_openpl.lo c_path.lo c_point.lo c_text.lo \
 
323
@NO_PNG_TRUE@@NO_X_FALSE@p_closepl.lo p_color.lo p_color2.lo \
 
324
@NO_PNG_TRUE@@NO_X_FALSE@p_defplot.lo p_erase.lo p_openpl.lo p_path.lo \
 
325
@NO_PNG_TRUE@@NO_X_FALSE@p_point.lo p_text.lo a_attribs.lo a_color.lo \
 
326
@NO_PNG_TRUE@@NO_X_FALSE@a_closepl.lo a_defplot.lo a_erase.lo \
 
327
@NO_PNG_TRUE@@NO_X_FALSE@a_openpl.lo a_path.lo a_point.lo a_text.lo \
 
328
@NO_PNG_TRUE@@NO_X_FALSE@s_closepl.lo s_color.lo s_defplot.lo \
 
329
@NO_PNG_TRUE@@NO_X_FALSE@s_erase.lo s_openpl.lo s_path.lo s_point.lo \
 
330
@NO_PNG_TRUE@@NO_X_FALSE@s_text.lo i_closepl.lo i_color.lo i_defplot.lo \
 
331
@NO_PNG_TRUE@@NO_X_FALSE@i_erase.lo i_openpl.lo i_path.lo i_point.lo \
 
332
@NO_PNG_TRUE@@NO_X_FALSE@i_rle.lo n_defplot.lo n_write.lo x_attribs.lo \
 
333
@NO_PNG_TRUE@@NO_X_FALSE@x_closepl.lo x_color.lo x_defplot.lo \
 
334
@NO_PNG_TRUE@@NO_X_FALSE@x_erase.lo x_flushpl.lo x_openpl.lo x_path.lo \
 
335
@NO_PNG_TRUE@@NO_X_FALSE@x_point.lo x_retrieve.lo x_savestate.lo \
 
336
@NO_PNG_TRUE@@NO_X_FALSE@x_text.lo y_closepl.lo y_defplot.lo y_erase.lo \
 
337
@NO_PNG_TRUE@@NO_X_FALSE@y_openpl.lo
 
338
@NO_PNG_FALSE@@NO_X_TRUE@libplot_la_OBJECTS =  apinewc.lo apioldc.lo \
 
339
@NO_PNG_FALSE@@NO_X_TRUE@apioldcc.lo mi_alloc.lo mi_api.lo mi_arc.lo \
 
340
@NO_PNG_FALSE@@NO_X_TRUE@mi_canvas.lo mi_fllarc.lo mi_fllrct.lo \
 
341
@NO_PNG_FALSE@@NO_X_TRUE@mi_fplycon.lo mi_gc.lo mi_ply.lo mi_plycon.lo \
 
342
@NO_PNG_FALSE@@NO_X_TRUE@mi_plygen.lo mi_plypnt.lo mi_plyutil.lo \
 
343
@NO_PNG_FALSE@@NO_X_TRUE@mi_spans.lo mi_widelin.lo mi_zerarc.lo \
 
344
@NO_PNG_FALSE@@NO_X_TRUE@mi_zerolin.lo mi_version.lo g_affine.lo \
 
345
@NO_PNG_FALSE@@NO_X_TRUE@g_alabel.lo g_alab_her.lo g_arc.lo g_attrib.lo \
 
346
@NO_PNG_FALSE@@NO_X_TRUE@g_bez.lo g_box.lo g_circ.lo g_clipper.lo \
 
347
@NO_PNG_FALSE@@NO_X_TRUE@g_closepl.lo g_colors.lo g_cntrlify.lo \
 
348
@NO_PNG_FALSE@@NO_X_TRUE@g_dash.lo g_dash2.lo g_defplot.lo \
 
349
@NO_PNG_FALSE@@NO_X_TRUE@g_defstate.lo g_ellipse.lo g_endpath.lo \
 
350
@NO_PNG_FALSE@@NO_X_TRUE@g_error.lo g_erase.lo g_flushpl.lo g_font.lo \
 
351
@NO_PNG_FALSE@@NO_X_TRUE@g_fontdb.lo g_fontd2.lo g_havecap.lo \
 
352
@NO_PNG_FALSE@@NO_X_TRUE@g_her_glyph.lo g_integer.lo g_line.lo \
 
353
@NO_PNG_FALSE@@NO_X_TRUE@g_linewidth.lo g_mark.lo g_matrix.lo \
 
354
@NO_PNG_FALSE@@NO_X_TRUE@g_miscmi.lo g_move.lo g_openpl.lo g_outbuf.lo \
 
355
@NO_PNG_FALSE@@NO_X_TRUE@g_outfile.lo g_pagetype.lo g_param.lo \
 
356
@NO_PNG_FALSE@@NO_X_TRUE@g_param2.lo g_path.lo g_pentype.lo g_point.lo \
 
357
@NO_PNG_FALSE@@NO_X_TRUE@g_relative.lo g_range.lo g_retrieve.lo \
 
358
@NO_PNG_FALSE@@NO_X_TRUE@g_savestate.lo g_space.lo g_subpaths.lo \
 
359
@NO_PNG_FALSE@@NO_X_TRUE@g_vector.lo g_version.lo g_write.lo \
 
360
@NO_PNG_FALSE@@NO_X_TRUE@g_xmalloc.lo g_xstring.lo b_closepl.lo \
 
361
@NO_PNG_FALSE@@NO_X_TRUE@b_defplot.lo b_erase.lo b_openpl.lo b_path.lo \
 
362
@NO_PNG_FALSE@@NO_X_TRUE@b_point.lo m_attribs.lo m_closepl.lo \
 
363
@NO_PNG_FALSE@@NO_X_TRUE@m_defplot.lo m_emit.lo m_erase.lo m_mark.lo \
 
364
@NO_PNG_FALSE@@NO_X_TRUE@m_openpl.lo m_path.lo m_point.lo m_text.lo \
 
365
@NO_PNG_FALSE@@NO_X_TRUE@t_attribs.lo t_closepl.lo t_color.lo \
 
366
@NO_PNG_FALSE@@NO_X_TRUE@t_color2.lo t_defplot.lo t_erase.lo \
 
367
@NO_PNG_FALSE@@NO_X_TRUE@t_openpl.lo t_path.lo t_point.lo t_tek_md.lo \
 
368
@NO_PNG_FALSE@@NO_X_TRUE@t_tek_mv.lo t_tek_vec.lo r_attribs.lo \
 
369
@NO_PNG_FALSE@@NO_X_TRUE@r_closepl.lo r_color.lo r_defplot.lo \
 
370
@NO_PNG_FALSE@@NO_X_TRUE@r_erase.lo r_openpl.lo r_path.lo r_point.lo \
 
371
@NO_PNG_FALSE@@NO_X_TRUE@h_attribs.lo h_closepl.lo h_color.lo \
 
372
@NO_PNG_FALSE@@NO_X_TRUE@h_defplot.lo h_erase.lo h_font.lo h_openpl.lo \
 
373
@NO_PNG_FALSE@@NO_X_TRUE@h_path.lo h_point.lo h_text.lo f_closepl.lo \
 
374
@NO_PNG_FALSE@@NO_X_TRUE@f_color.lo f_color2.lo f_defplot.lo f_erase.lo \
 
375
@NO_PNG_FALSE@@NO_X_TRUE@f_openpl.lo f_path.lo f_point.lo f_retrieve.lo \
 
376
@NO_PNG_FALSE@@NO_X_TRUE@f_text.lo c_attribs.lo c_closepl.lo c_color.lo \
 
377
@NO_PNG_FALSE@@NO_X_TRUE@c_defplot.lo c_emit.lo c_erase.lo c_mark.lo \
 
378
@NO_PNG_FALSE@@NO_X_TRUE@c_openpl.lo c_path.lo c_point.lo c_text.lo \
 
379
@NO_PNG_FALSE@@NO_X_TRUE@p_closepl.lo p_color.lo p_color2.lo \
 
380
@NO_PNG_FALSE@@NO_X_TRUE@p_defplot.lo p_erase.lo p_openpl.lo p_path.lo \
 
381
@NO_PNG_FALSE@@NO_X_TRUE@p_point.lo p_text.lo a_attribs.lo a_color.lo \
 
382
@NO_PNG_FALSE@@NO_X_TRUE@a_closepl.lo a_defplot.lo a_erase.lo \
 
383
@NO_PNG_FALSE@@NO_X_TRUE@a_openpl.lo a_path.lo a_point.lo a_text.lo \
 
384
@NO_PNG_FALSE@@NO_X_TRUE@s_closepl.lo s_color.lo s_defplot.lo \
 
385
@NO_PNG_FALSE@@NO_X_TRUE@s_erase.lo s_openpl.lo s_path.lo s_point.lo \
 
386
@NO_PNG_FALSE@@NO_X_TRUE@s_text.lo i_closepl.lo i_color.lo i_defplot.lo \
 
387
@NO_PNG_FALSE@@NO_X_TRUE@i_erase.lo i_openpl.lo i_path.lo i_point.lo \
 
388
@NO_PNG_FALSE@@NO_X_TRUE@i_rle.lo n_defplot.lo n_write.lo z_defplot.lo \
 
389
@NO_PNG_FALSE@@NO_X_TRUE@z_write.lo
 
390
CFLAGS = @CFLAGS@
 
391
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
392
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
504
393
CCLD = $(CC)
505
 
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
506
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
507
 
DIST_SOURCES = $(am__libplot_la_SOURCES_DIST) \
508
 
        $(EXTRA_libplot_la_SOURCES)
509
 
HEADERS = $(noinst_HEADERS)
510
 
 
511
 
DIST_COMMON = README $(noinst_HEADERS) COPYING Makefile.am Makefile.in
 
394
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
 
395
HEADERS =  $(noinst_HEADERS)
 
396
 
 
397
DIST_COMMON =  README COPYING Makefile.am Makefile.in
 
398
 
 
399
 
 
400
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
401
 
 
402
TAR = gtar
 
403
GZIP_ENV = --best
512
404
SOURCES = $(libplot_la_SOURCES) $(EXTRA_libplot_la_SOURCES)
513
 
 
514
 
all: all-am
515
 
 
 
405
OBJECTS = $(libplot_la_OBJECTS)
 
406
 
 
407
all: all-redirect
516
408
.SUFFIXES:
517
 
.SUFFIXES: .c .lo .o .obj
518
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
519
 
        cd $(top_srcdir) && \
520
 
          $(AUTOMAKE) --foreign  libplot/Makefile
521
 
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
522
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
523
 
libLTLIBRARIES_INSTALL = $(INSTALL)
 
409
.SUFFIXES: .S .c .lo .o .s
 
410
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
411
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps libplot/Makefile
 
412
 
 
413
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
414
        cd $(top_builddir) \
 
415
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
416
 
 
417
 
 
418
mostlyclean-libLTLIBRARIES:
 
419
 
 
420
clean-libLTLIBRARIES:
 
421
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
 
422
 
 
423
distclean-libLTLIBRARIES:
 
424
 
 
425
maintainer-clean-libLTLIBRARIES:
 
426
 
524
427
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
525
428
        @$(NORMAL_INSTALL)
526
429
        $(mkinstalldirs) $(DESTDIR)$(libdir)
527
430
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
528
431
          if test -f $$p; then \
529
 
            f="`echo $$p | sed -e 's|^.*/||'`"; \
530
 
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
531
 
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
 
432
            echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
 
433
            $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
532
434
          else :; fi; \
533
435
        done
534
436
 
535
437
uninstall-libLTLIBRARIES:
536
438
        @$(NORMAL_UNINSTALL)
537
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
538
 
            p="`echo $$p | sed -e 's|^.*/||'`"; \
539
 
          echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
540
 
          $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
541
 
        done
542
 
 
543
 
clean-libLTLIBRARIES:
544
 
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
545
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
546
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
547
 
          test "$$dir" = "$$p" && dir=.; \
548
 
          echo "rm -f \"$${dir}/so_locations\""; \
549
 
          rm -f "$${dir}/so_locations"; \
550
 
        done
551
 
libplot.la: $(libplot_la_OBJECTS) $(libplot_la_DEPENDENCIES) 
552
 
        $(LINK) -rpath $(libdir) $(libplot_la_LDFLAGS) $(libplot_la_OBJECTS) $(libplot_la_LIBADD) $(LIBS)
 
439
        list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
440
          $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
 
441
        done
 
442
 
 
443
.c.o:
 
444
        $(COMPILE) -c $<
 
445
 
 
446
.s.o:
 
447
        $(COMPILE) -c $<
 
448
 
 
449
.S.o:
 
450
        $(COMPILE) -c $<
553
451
 
554
452
mostlyclean-compile:
555
 
        -rm -f *.$(OBJEXT) core *.core
 
453
        -rm -f *.o core *.core
 
454
 
 
455
clean-compile:
556
456
 
557
457
distclean-compile:
558
458
        -rm -f *.tab.c
559
459
 
560
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/a_attribs.Plo@am__quote@
561
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/a_closepl.Plo@am__quote@
562
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/a_color.Plo@am__quote@
563
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/a_defplot.Plo@am__quote@
564
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/a_erase.Plo@am__quote@
565
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/a_openpl.Plo@am__quote@
566
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/a_path.Plo@am__quote@
567
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/a_point.Plo@am__quote@
568
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/a_text.Plo@am__quote@
569
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/apinewc.Plo@am__quote@
570
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/apioldc.Plo@am__quote@
571
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/apioldcc.Plo@am__quote@
572
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/b_closepl.Plo@am__quote@
573
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/b_defplot.Plo@am__quote@
574
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/b_erase.Plo@am__quote@
575
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/b_openpl.Plo@am__quote@
576
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/b_path.Plo@am__quote@
577
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/b_point.Plo@am__quote@
578
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c_attribs.Plo@am__quote@
579
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c_closepl.Plo@am__quote@
580
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c_color.Plo@am__quote@
581
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c_defplot.Plo@am__quote@
582
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c_emit.Plo@am__quote@
583
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c_erase.Plo@am__quote@
584
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c_mark.Plo@am__quote@
585
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c_openpl.Plo@am__quote@
586
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c_path.Plo@am__quote@
587
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c_point.Plo@am__quote@
588
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c_text.Plo@am__quote@
589
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/f_closepl.Plo@am__quote@
590
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/f_color.Plo@am__quote@
591
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/f_color2.Plo@am__quote@
592
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/f_defplot.Plo@am__quote@
593
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/f_erase.Plo@am__quote@
594
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/f_openpl.Plo@am__quote@
595
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/f_path.Plo@am__quote@
596
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/f_point.Plo@am__quote@
597
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/f_retrieve.Plo@am__quote@
598
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/f_text.Plo@am__quote@
599
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_affine.Plo@am__quote@
600
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_alab_her.Plo@am__quote@
601
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_alabel.Plo@am__quote@
602
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_arc.Plo@am__quote@
603
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_attrib.Plo@am__quote@
604
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_bez.Plo@am__quote@
605
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_box.Plo@am__quote@
606
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_circ.Plo@am__quote@
607
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_clipper.Plo@am__quote@
608
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_closepl.Plo@am__quote@
609
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_cntrlify.Plo@am__quote@
610
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_colors.Plo@am__quote@
611
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_dash.Plo@am__quote@
612
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_dash2.Plo@am__quote@
613
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_defplot.Plo@am__quote@
614
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_defstate.Plo@am__quote@
615
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_ellipse.Plo@am__quote@
616
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_endpath.Plo@am__quote@
617
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_erase.Plo@am__quote@
618
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_error.Plo@am__quote@
619
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_flushpl.Plo@am__quote@
620
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_font.Plo@am__quote@
621
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_fontd2.Plo@am__quote@
622
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_fontdb.Plo@am__quote@
623
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_havecap.Plo@am__quote@
624
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_her_glyph.Plo@am__quote@
625
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_integer.Plo@am__quote@
626
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_line.Plo@am__quote@
627
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_linewidth.Plo@am__quote@
628
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_mark.Plo@am__quote@
629
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_matrix.Plo@am__quote@
630
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_miscmi.Plo@am__quote@
631
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_move.Plo@am__quote@
632
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_openpl.Plo@am__quote@
633
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_outbuf.Plo@am__quote@
634
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_outfile.Plo@am__quote@
635
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_pagetype.Plo@am__quote@
636
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_param.Plo@am__quote@
637
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_param2.Plo@am__quote@
638
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_path.Plo@am__quote@
639
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_pentype.Plo@am__quote@
640
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_point.Plo@am__quote@
641
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_range.Plo@am__quote@
642
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_relative.Plo@am__quote@
643
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_retrieve.Plo@am__quote@
644
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_savestate.Plo@am__quote@
645
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_space.Plo@am__quote@
646
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_subpaths.Plo@am__quote@
647
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_vector.Plo@am__quote@
648
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_version.Plo@am__quote@
649
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_write.Plo@am__quote@
650
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_xmalloc.Plo@am__quote@
651
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g_xstring.Plo@am__quote@
652
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/h_attribs.Plo@am__quote@
653
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/h_closepl.Plo@am__quote@
654
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/h_color.Plo@am__quote@
655
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/h_defplot.Plo@am__quote@
656
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/h_erase.Plo@am__quote@
657
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/h_font.Plo@am__quote@
658
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/h_openpl.Plo@am__quote@
659
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/h_path.Plo@am__quote@
660
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/h_point.Plo@am__quote@
661
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/h_text.Plo@am__quote@
662
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i_closepl.Plo@am__quote@
663
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i_color.Plo@am__quote@
664
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i_defplot.Plo@am__quote@
665
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i_erase.Plo@am__quote@
666
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i_openpl.Plo@am__quote@
667
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i_path.Plo@am__quote@
668
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i_point.Plo@am__quote@
669
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i_rle.Plo@am__quote@
670
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m_attribs.Plo@am__quote@
671
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m_closepl.Plo@am__quote@
672
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m_defplot.Plo@am__quote@
673
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m_emit.Plo@am__quote@
674
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m_erase.Plo@am__quote@
675
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m_mark.Plo@am__quote@
676
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m_openpl.Plo@am__quote@
677
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m_path.Plo@am__quote@
678
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m_point.Plo@am__quote@
679
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m_text.Plo@am__quote@
680
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mi_alloc.Plo@am__quote@
681
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mi_api.Plo@am__quote@
682
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mi_arc.Plo@am__quote@
683
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mi_canvas.Plo@am__quote@
684
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mi_fllarc.Plo@am__quote@
685
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mi_fllrct.Plo@am__quote@
686
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mi_fplycon.Plo@am__quote@
687
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mi_gc.Plo@am__quote@
688
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mi_ply.Plo@am__quote@
689
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mi_plycon.Plo@am__quote@
690
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mi_plygen.Plo@am__quote@
691
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mi_plypnt.Plo@am__quote@
692
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mi_plyutil.Plo@am__quote@
693
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mi_spans.Plo@am__quote@
694
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mi_version.Plo@am__quote@
695
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mi_widelin.Plo@am__quote@
696
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mi_zerarc.Plo@am__quote@
697
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mi_zerolin.Plo@am__quote@
698
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n_defplot.Plo@am__quote@
699
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/n_write.Plo@am__quote@
700
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/p_closepl.Plo@am__quote@
701
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/p_color.Plo@am__quote@
702
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/p_color2.Plo@am__quote@
703
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/p_defplot.Plo@am__quote@
704
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/p_erase.Plo@am__quote@
705
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/p_openpl.Plo@am__quote@
706
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/p_path.Plo@am__quote@
707
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/p_point.Plo@am__quote@
708
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/p_text.Plo@am__quote@
709
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r_attribs.Plo@am__quote@
710
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r_closepl.Plo@am__quote@
711
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r_color.Plo@am__quote@
712
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r_defplot.Plo@am__quote@
713
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r_erase.Plo@am__quote@
714
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r_openpl.Plo@am__quote@
715
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r_path.Plo@am__quote@
716
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r_point.Plo@am__quote@
717
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_closepl.Plo@am__quote@
718
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_color.Plo@am__quote@
719
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_defplot.Plo@am__quote@
720
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_erase.Plo@am__quote@
721
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_openpl.Plo@am__quote@
722
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_path.Plo@am__quote@
723
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_point.Plo@am__quote@
724
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_text.Plo@am__quote@
725
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_attribs.Plo@am__quote@
726
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_closepl.Plo@am__quote@
727
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_color.Plo@am__quote@
728
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_color2.Plo@am__quote@
729
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_defplot.Plo@am__quote@
730
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_erase.Plo@am__quote@
731
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_openpl.Plo@am__quote@
732
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_path.Plo@am__quote@
733
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_point.Plo@am__quote@
734
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_tek_md.Plo@am__quote@
735
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_tek_mv.Plo@am__quote@
736
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_tek_vec.Plo@am__quote@
737
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/x_attribs.Plo@am__quote@
738
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/x_closepl.Plo@am__quote@
739
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/x_color.Plo@am__quote@
740
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/x_defplot.Plo@am__quote@
741
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/x_erase.Plo@am__quote@
742
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/x_flushpl.Plo@am__quote@
743
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/x_openpl.Plo@am__quote@
744
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/x_path.Plo@am__quote@
745
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/x_point.Plo@am__quote@
746
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/x_retrieve.Plo@am__quote@
747
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/x_savestate.Plo@am__quote@
748
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/x_text.Plo@am__quote@
749
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/y_closepl.Plo@am__quote@
750
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/y_defplot.Plo@am__quote@
751
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/y_erase.Plo@am__quote@
752
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/y_openpl.Plo@am__quote@
753
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/z_defplot.Plo@am__quote@
754
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/z_write.Plo@am__quote@
755
 
 
756
 
distclean-depend:
757
 
        -rm -rf ./$(DEPDIR)
758
 
 
759
 
.c.o:
760
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
761
 
@am__fastdepCC_TRUE@      -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
762
 
@am__fastdepCC_TRUE@    then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
763
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
764
 
@am__fastdepCC_TRUE@    fi
765
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
766
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
767
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
768
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
769
 
 
770
 
.c.obj:
771
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
772
 
@am__fastdepCC_TRUE@      -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
773
 
@am__fastdepCC_TRUE@    then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
774
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
775
 
@am__fastdepCC_TRUE@    fi
776
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
777
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
778
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
779
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
 
460
maintainer-clean-compile:
780
461
 
781
462
.c.lo:
782
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
783
 
@am__fastdepCC_TRUE@      -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
784
 
@am__fastdepCC_TRUE@    then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
785
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
786
 
@am__fastdepCC_TRUE@    fi
787
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
788
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
789
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
790
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
 
463
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
464
 
 
465
.s.lo:
 
466
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
467
 
 
468
.S.lo:
 
469
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
791
470
 
792
471
mostlyclean-libtool:
793
472
        -rm -f *.lo
796
475
        -rm -rf .libs _libs
797
476
 
798
477
distclean-libtool:
799
 
        -rm -f libtool
800
 
uninstall-info-am:
801
 
 
802
 
ETAGS = etags
803
 
ETAGSFLAGS =
804
 
 
805
 
CTAGS = ctags
806
 
CTAGSFLAGS =
 
478
 
 
479
maintainer-clean-libtool:
 
480
 
 
481
libplot.la: $(libplot_la_OBJECTS) $(libplot_la_DEPENDENCIES)
 
482
        $(LINK) -rpath $(libdir) $(libplot_la_LDFLAGS) $(libplot_la_OBJECTS) $(libplot_la_LIBADD) $(LIBS)
807
483
 
808
484
tags: TAGS
809
485
 
810
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
811
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
812
 
        unique=`for i in $$list; do \
813
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
814
 
          done | \
815
 
          $(AWK) '    { files[$$0] = 1; } \
816
 
               END { for (i in files) print i; }'`; \
817
 
        mkid -fID $$unique
818
 
 
819
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
820
 
                $(TAGS_FILES) $(LISP)
821
 
        tags=; \
822
 
        here=`pwd`; \
823
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
824
 
        unique=`for i in $$list; do \
825
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
826
 
          done | \
827
 
          $(AWK) '    { files[$$0] = 1; } \
828
 
               END { for (i in files) print i; }'`; \
829
 
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
830
 
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
831
 
             $$tags $$unique
832
 
 
833
 
ctags: CTAGS
834
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
835
 
                $(TAGS_FILES) $(LISP)
836
 
        tags=; \
837
 
        here=`pwd`; \
838
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
839
 
        unique=`for i in $$list; do \
840
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
841
 
          done | \
842
 
          $(AWK) '    { files[$$0] = 1; } \
843
 
               END { for (i in files) print i; }'`; \
844
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
845
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
846
 
             $$tags $$unique
847
 
 
848
 
GTAGS:
849
 
        here=`$(am__cd) $(top_builddir) && pwd` \
850
 
          && cd $(top_srcdir) \
851
 
          && gtags -i $(GTAGS_ARGS) $$here
 
486
ID: $(HEADERS) $(SOURCES) $(LISP)
 
487
        list='$(SOURCES) $(HEADERS)'; \
 
488
        unique=`for i in $$list; do echo $$i; done | \
 
489
          awk '    { files[$$0] = 1; } \
 
490
               END { for (i in files) print i; }'`; \
 
491
        here=`pwd` && cd $(srcdir) \
 
492
          && mkid -f$$here/ID $$unique $(LISP)
 
493
 
 
494
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
 
495
        tags=; \
 
496
        here=`pwd`; \
 
497
        list='$(SOURCES) $(HEADERS)'; \
 
498
        unique=`for i in $$list; do echo $$i; done | \
 
499
          awk '    { files[$$0] = 1; } \
 
500
               END { for (i in files) print i; }'`; \
 
501
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
 
502
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
 
503
 
 
504
mostlyclean-tags:
 
505
 
 
506
clean-tags:
852
507
 
853
508
distclean-tags:
854
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
855
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
856
 
 
857
 
top_distdir = ..
858
 
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
509
        -rm -f TAGS ID
 
510
 
 
511
maintainer-clean-tags:
 
512
 
 
513
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
 
514
 
 
515
subdir = libplot
859
516
 
860
517
distdir: $(DISTFILES)
861
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
862
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
863
 
        list='$(DISTFILES)'; for file in $$list; do \
864
 
          case $$file in \
865
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
866
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
867
 
          esac; \
868
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
869
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
870
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
871
 
            dir="/$$dir"; \
872
 
            $(mkinstalldirs) "$(distdir)$$dir"; \
873
 
          else \
874
 
            dir=''; \
875
 
          fi; \
 
518
        @for file in $(DISTFILES); do \
 
519
          d=$(srcdir); \
876
520
          if test -d $$d/$$file; then \
877
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
878
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
879
 
            fi; \
880
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
521
            cp -pr $$/$$file $(distdir)/$$file; \
881
522
          else \
882
523
            test -f $(distdir)/$$file \
883
 
            || cp -p $$d/$$file $(distdir)/$$file \
884
 
            || exit 1; \
 
524
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
525
            || cp -p $$d/$$file $(distdir)/$$file || :; \
885
526
          fi; \
886
527
        done
 
528
a_attribs.lo a_attribs.o : a_attribs.c ../include/sys-defines.h \
 
529
        ../config.h extern.h ../include/plotter.h
 
530
a_closepl.lo a_closepl.o : a_closepl.c ../include/sys-defines.h \
 
531
        ../config.h extern.h ../include/plotter.h
 
532
a_color.lo a_color.o : a_color.c ../include/sys-defines.h ../config.h \
 
533
        extern.h ../include/plotter.h
 
534
a_defplot.lo a_defplot.o : a_defplot.c ../include/sys-defines.h \
 
535
        ../config.h extern.h ../include/plotter.h
 
536
a_erase.lo a_erase.o : a_erase.c ../include/sys-defines.h ../config.h \
 
537
        extern.h ../include/plotter.h
 
538
a_openpl.lo a_openpl.o : a_openpl.c ../include/sys-defines.h ../config.h \
 
539
        extern.h ../include/plotter.h
 
540
a_path.lo a_path.o : a_path.c ../include/sys-defines.h ../config.h \
 
541
        extern.h ../include/plotter.h
 
542
a_point.lo a_point.o : a_point.c ../include/sys-defines.h ../config.h \
 
543
        extern.h ../include/plotter.h
 
544
a_text.lo a_text.o : a_text.c ../include/sys-defines.h ../config.h \
 
545
        extern.h ../include/plotter.h
 
546
apinewc.lo apinewc.o : apinewc.c ../include/sys-defines.h ../config.h \
 
547
        extern.h ../include/plotter.h ../include/plot.h
 
548
apioldc.lo apioldc.o : apioldc.c ../include/sys-defines.h ../config.h \
 
549
        extern.h ../include/plotter.h ../include/plot.h
 
550
apioldcc.lo apioldcc.o : apioldcc.c ../include/sys-defines.h ../config.h \
 
551
        extern.h ../include/plotter.h ../include/plot.h
 
552
b_closepl.lo b_closepl.o : b_closepl.c ../include/sys-defines.h \
 
553
        ../config.h extern.h ../include/plotter.h xmi.h
 
554
b_defplot.lo b_defplot.o : b_defplot.c ../include/sys-defines.h \
 
555
        ../config.h extern.h ../include/plotter.h xmi.h
 
556
b_erase.lo b_erase.o : b_erase.c ../include/sys-defines.h ../config.h \
 
557
        extern.h ../include/plotter.h
 
558
b_openpl.lo b_openpl.o : b_openpl.c ../include/sys-defines.h ../config.h \
 
559
        extern.h ../include/plotter.h xmi.h
 
560
b_path.lo b_path.o : b_path.c ../include/sys-defines.h ../config.h \
 
561
        extern.h ../include/plotter.h xmi.h
 
562
b_point.lo b_point.o : b_point.c ../include/sys-defines.h ../config.h \
 
563
        extern.h ../include/plotter.h xmi.h
 
564
c_attribs.lo c_attribs.o : c_attribs.c ../include/sys-defines.h \
 
565
        ../config.h extern.h ../include/plotter.h
 
566
c_closepl.lo c_closepl.o : c_closepl.c ../include/sys-defines.h \
 
567
        ../config.h extern.h ../include/plotter.h
 
568
c_color.lo c_color.o : c_color.c ../include/sys-defines.h ../config.h \
 
569
        extern.h ../include/plotter.h
 
570
c_defplot.lo c_defplot.o : c_defplot.c ../include/sys-defines.h \
 
571
        ../config.h extern.h ../include/plotter.h
 
572
c_emit.lo c_emit.o : c_emit.c ../include/sys-defines.h ../config.h \
 
573
        extern.h ../include/plotter.h
 
574
c_erase.lo c_erase.o : c_erase.c ../include/sys-defines.h ../config.h \
 
575
        extern.h ../include/plotter.h
 
576
c_mark.lo c_mark.o : c_mark.c ../include/sys-defines.h ../config.h \
 
577
        extern.h ../include/plotter.h
 
578
c_openpl.lo c_openpl.o : c_openpl.c ../include/sys-defines.h ../config.h \
 
579
        extern.h ../include/plotter.h
 
580
c_path.lo c_path.o : c_path.c ../include/sys-defines.h ../config.h \
 
581
        extern.h ../include/plotter.h
 
582
c_point.lo c_point.o : c_point.c ../include/sys-defines.h ../config.h \
 
583
        extern.h ../include/plotter.h
 
584
c_text.lo c_text.o : c_text.c ../include/sys-defines.h ../config.h \
 
585
        extern.h ../include/plotter.h
 
586
f_closepl.lo f_closepl.o : f_closepl.c ../include/sys-defines.h \
 
587
        ../config.h extern.h ../include/plotter.h
 
588
f_color.lo f_color.o : f_color.c ../include/sys-defines.h ../config.h \
 
589
        extern.h ../include/plotter.h
 
590
f_color2.lo f_color2.o : f_color2.c ../include/sys-defines.h ../config.h \
 
591
        extern.h ../include/plotter.h
 
592
f_defplot.lo f_defplot.o : f_defplot.c ../include/sys-defines.h \
 
593
        ../config.h extern.h ../include/plotter.h
 
594
f_erase.lo f_erase.o : f_erase.c ../include/sys-defines.h ../config.h \
 
595
        extern.h ../include/plotter.h
 
596
f_openpl.lo f_openpl.o : f_openpl.c ../include/sys-defines.h ../config.h \
 
597
        extern.h ../include/plotter.h
 
598
f_path.lo f_path.o : f_path.c ../include/sys-defines.h ../config.h \
 
599
        extern.h ../include/plotter.h
 
600
f_point.lo f_point.o : f_point.c ../include/sys-defines.h ../config.h \
 
601
        extern.h ../include/plotter.h
 
602
f_retrieve.lo f_retrieve.o : f_retrieve.c ../include/sys-defines.h \
 
603
        ../config.h extern.h ../include/plotter.h
 
604
f_text.lo f_text.o : f_text.c ../include/sys-defines.h ../config.h \
 
605
        extern.h ../include/plotter.h
 
606
g_affine.lo g_affine.o : g_affine.c ../include/sys-defines.h ../config.h \
 
607
        extern.h ../include/plotter.h
 
608
g_alab_her.lo g_alab_her.o : g_alab_her.c ../include/sys-defines.h \
 
609
        ../config.h extern.h ../include/plotter.h g_control.h \
 
610
        g_her_metr.h
 
611
g_alabel.lo g_alabel.o : g_alabel.c ../include/sys-defines.h ../config.h \
 
612
        extern.h ../include/plotter.h g_control.h
 
613
g_arc.lo g_arc.o : g_arc.c ../include/sys-defines.h ../config.h extern.h \
 
614
        ../include/plotter.h
 
615
g_attrib.lo g_attrib.o : g_attrib.c ../include/sys-defines.h ../config.h \
 
616
        extern.h ../include/plotter.h
 
617
g_bez.lo g_bez.o : g_bez.c ../include/sys-defines.h ../config.h extern.h \
 
618
        ../include/plotter.h
 
619
g_box.lo g_box.o : g_box.c ../include/sys-defines.h ../config.h extern.h \
 
620
        ../include/plotter.h
 
621
g_circ.lo g_circ.o : g_circ.c ../include/sys-defines.h ../config.h \
 
622
        extern.h ../include/plotter.h
 
623
g_clipper.lo g_clipper.o : g_clipper.c ../include/sys-defines.h \
 
624
        ../config.h extern.h ../include/plotter.h
 
625
g_closepl.lo g_closepl.o : g_closepl.c ../include/sys-defines.h \
 
626
        ../config.h extern.h ../include/plotter.h
 
627
g_cntrlify.lo g_cntrlify.o : g_cntrlify.c ../include/sys-defines.h \
 
628
        ../config.h extern.h ../include/plotter.h g_control.h \
 
629
        g_cntrlify.h g_jis.h
 
630
g_colors.lo g_colors.o : g_colors.c ../include/sys-defines.h ../config.h \
 
631
        extern.h ../include/plotter.h g_colorname.h
 
632
g_dash.lo g_dash.o : g_dash.c ../include/sys-defines.h ../config.h \
 
633
        extern.h ../include/plotter.h
 
634
g_dash2.lo g_dash2.o : g_dash2.c ../include/sys-defines.h ../config.h \
 
635
        extern.h ../include/plotter.h
 
636
g_defplot.lo g_defplot.o : g_defplot.c ../include/sys-defines.h \
 
637
        ../config.h extern.h ../include/plotter.h
 
638
g_defstate.lo g_defstate.o : g_defstate.c ../include/sys-defines.h \
 
639
        ../config.h extern.h ../include/plotter.h
 
640
g_ellipse.lo g_ellipse.o : g_ellipse.c ../include/sys-defines.h \
 
641
        ../config.h extern.h ../include/plotter.h
 
642
g_endpath.lo g_endpath.o : g_endpath.c ../include/sys-defines.h \
 
643
        ../config.h extern.h ../include/plotter.h
 
644
g_erase.lo g_erase.o : g_erase.c ../include/sys-defines.h ../config.h \
 
645
        extern.h ../include/plotter.h
 
646
g_error.lo g_error.o : g_error.c ../include/sys-defines.h ../config.h \
 
647
        extern.h ../include/plotter.h
 
648
g_flushpl.lo g_flushpl.o : g_flushpl.c ../include/sys-defines.h \
 
649
        ../config.h extern.h ../include/plotter.h
 
650
g_font.lo g_font.o : g_font.c ../include/sys-defines.h ../config.h \
 
651
        extern.h ../include/plotter.h
 
652
g_fontd2.lo g_fontd2.o : g_fontd2.c ../include/sys-defines.h ../config.h \
 
653
        extern.h ../include/plotter.h
 
654
g_fontdb.lo g_fontdb.o : g_fontdb.c ../include/sys-defines.h ../config.h \
 
655
        extern.h ../include/plotter.h
 
656
g_havecap.lo g_havecap.o : g_havecap.c ../include/sys-defines.h \
 
657
        ../config.h extern.h ../include/plotter.h
 
658
g_her_glyph.lo g_her_glyph.o : g_her_glyph.c ../include/sys-defines.h \
 
659
        ../config.h extern.h ../include/plotter.h
 
660
g_integer.lo g_integer.o : g_integer.c ../include/sys-defines.h \
 
661
        ../config.h extern.h ../include/plotter.h
 
662
g_line.lo g_line.o : g_line.c ../include/sys-defines.h ../config.h \
 
663
        extern.h ../include/plotter.h
 
664
g_linewidth.lo g_linewidth.o : g_linewidth.c ../include/sys-defines.h \
 
665
        ../config.h extern.h ../include/plotter.h
 
666
g_mark.lo g_mark.o : g_mark.c ../include/sys-defines.h ../config.h \
 
667
        extern.h ../include/plotter.h
 
668
g_matrix.lo g_matrix.o : g_matrix.c ../include/sys-defines.h ../config.h \
 
669
        extern.h ../include/plotter.h
 
670
g_miscmi.lo g_miscmi.o : g_miscmi.c ../include/sys-defines.h ../config.h \
 
671
        extern.h ../include/plotter.h xmi.h
 
672
g_move.lo g_move.o : g_move.c ../include/sys-defines.h ../config.h \
 
673
        extern.h ../include/plotter.h
 
674
g_openpl.lo g_openpl.o : g_openpl.c ../include/sys-defines.h ../config.h \
 
675
        extern.h ../include/plotter.h
 
676
g_outbuf.lo g_outbuf.o : g_outbuf.c ../include/sys-defines.h ../config.h \
 
677
        extern.h ../include/plotter.h
 
678
g_outfile.lo g_outfile.o : g_outfile.c ../include/sys-defines.h \
 
679
        ../config.h extern.h ../include/plotter.h
 
680
g_pagetype.lo g_pagetype.o : g_pagetype.c ../include/sys-defines.h \
 
681
        ../config.h extern.h ../include/plotter.h g_pagetype.h
 
682
g_param.lo g_param.o : g_param.c ../include/sys-defines.h ../config.h \
 
683
        extern.h ../include/plotter.h
 
684
g_param2.lo g_param2.o : g_param2.c ../include/sys-defines.h ../config.h \
 
685
        extern.h ../include/plotter.h
 
686
g_path.lo g_path.o : g_path.c ../include/sys-defines.h ../config.h \
 
687
        extern.h ../include/plotter.h
 
688
g_pentype.lo g_pentype.o : g_pentype.c ../include/sys-defines.h \
 
689
        ../config.h extern.h ../include/plotter.h
 
690
g_point.lo g_point.o : g_point.c ../include/sys-defines.h ../config.h \
 
691
        extern.h ../include/plotter.h
 
692
g_range.lo g_range.o : g_range.c ../include/sys-defines.h ../config.h \
 
693
        extern.h ../include/plotter.h
 
694
g_relative.lo g_relative.o : g_relative.c ../include/sys-defines.h \
 
695
        ../config.h extern.h ../include/plotter.h
 
696
g_retrieve.lo g_retrieve.o : g_retrieve.c ../include/sys-defines.h \
 
697
        ../config.h extern.h ../include/plotter.h g_her_metr.h
 
698
g_savestate.lo g_savestate.o : g_savestate.c ../include/sys-defines.h \
 
699
        ../config.h extern.h ../include/plotter.h
 
700
g_space.lo g_space.o : g_space.c ../include/sys-defines.h ../config.h \
 
701
        extern.h ../include/plotter.h
 
702
g_subpaths.lo g_subpaths.o : g_subpaths.c ../include/sys-defines.h \
 
703
        ../config.h extern.h ../include/plotter.h g_arc.h
 
704
g_vector.lo g_vector.o : g_vector.c ../include/sys-defines.h ../config.h \
 
705
        extern.h ../include/plotter.h
 
706
g_version.lo g_version.o : g_version.c ../include/sys-defines.h \
 
707
        ../config.h extern.h ../include/plotter.h
 
708
g_write.lo g_write.o : g_write.c ../include/sys-defines.h ../config.h \
 
709
        extern.h ../include/plotter.h
 
710
g_xmalloc.lo g_xmalloc.o : g_xmalloc.c ../include/sys-defines.h \
 
711
        ../config.h extern.h ../include/plotter.h
 
712
g_xstring.lo g_xstring.o : g_xstring.c ../include/sys-defines.h \
 
713
        ../config.h extern.h ../include/plotter.h
 
714
h_attribs.lo h_attribs.o : h_attribs.c ../include/sys-defines.h \
 
715
        ../config.h extern.h ../include/plotter.h
 
716
h_closepl.lo h_closepl.o : h_closepl.c ../include/sys-defines.h \
 
717
        ../config.h extern.h ../include/plotter.h
 
718
h_color.lo h_color.o : h_color.c ../include/sys-defines.h ../config.h \
 
719
        extern.h ../include/plotter.h
 
720
h_defplot.lo h_defplot.o : h_defplot.c ../include/sys-defines.h \
 
721
        ../config.h extern.h ../include/plotter.h
 
722
h_erase.lo h_erase.o : h_erase.c ../include/sys-defines.h ../config.h \
 
723
        extern.h ../include/plotter.h
 
724
h_font.lo h_font.o : h_font.c ../include/sys-defines.h ../config.h \
 
725
        extern.h ../include/plotter.h
 
726
h_openpl.lo h_openpl.o : h_openpl.c ../include/sys-defines.h ../config.h \
 
727
        extern.h ../include/plotter.h
 
728
h_path.lo h_path.o : h_path.c ../include/sys-defines.h ../config.h \
 
729
        extern.h ../include/plotter.h
 
730
h_point.lo h_point.o : h_point.c ../include/sys-defines.h ../config.h \
 
731
        extern.h ../include/plotter.h
 
732
h_text.lo h_text.o : h_text.c ../include/sys-defines.h ../config.h \
 
733
        extern.h ../include/plotter.h h_roman8.h
 
734
i_closepl.lo i_closepl.o : i_closepl.c ../include/sys-defines.h \
 
735
        ../config.h extern.h ../include/plotter.h i_rle.h xmi.h
 
736
i_color.lo i_color.o : i_color.c ../include/sys-defines.h ../config.h \
 
737
        extern.h ../include/plotter.h
 
738
i_defplot.lo i_defplot.o : i_defplot.c ../include/sys-defines.h \
 
739
        ../config.h extern.h ../include/plotter.h xmi.h
 
740
i_erase.lo i_erase.o : i_erase.c ../include/sys-defines.h ../config.h \
 
741
        extern.h ../include/plotter.h
 
742
i_openpl.lo i_openpl.o : i_openpl.c ../include/sys-defines.h ../config.h \
 
743
        extern.h ../include/plotter.h xmi.h
 
744
i_path.lo i_path.o : i_path.c ../include/sys-defines.h ../config.h \
 
745
        extern.h ../include/plotter.h xmi.h
 
746
i_point.lo i_point.o : i_point.c ../include/sys-defines.h ../config.h \
 
747
        extern.h ../include/plotter.h xmi.h
 
748
i_rle.lo i_rle.o : i_rle.c ../include/sys-defines.h ../config.h extern.h \
 
749
        ../include/plotter.h i_rle.h
 
750
m_attribs.lo m_attribs.o : m_attribs.c ../include/sys-defines.h \
 
751
        ../config.h extern.h ../include/plotter.h
 
752
m_closepl.lo m_closepl.o : m_closepl.c ../include/sys-defines.h \
 
753
        ../config.h extern.h ../include/plotter.h
 
754
m_defplot.lo m_defplot.o : m_defplot.c ../include/sys-defines.h \
 
755
        ../config.h extern.h ../include/plotter.h
 
756
m_emit.lo m_emit.o : m_emit.c ../include/sys-defines.h ../config.h \
 
757
        extern.h ../include/plotter.h
 
758
m_erase.lo m_erase.o : m_erase.c ../include/sys-defines.h ../config.h \
 
759
        extern.h ../include/plotter.h
 
760
m_mark.lo m_mark.o : m_mark.c ../include/sys-defines.h ../config.h \
 
761
        extern.h ../include/plotter.h
 
762
m_openpl.lo m_openpl.o : m_openpl.c ../include/sys-defines.h ../config.h \
 
763
        extern.h ../include/plotter.h
 
764
m_path.lo m_path.o : m_path.c ../include/sys-defines.h ../config.h \
 
765
        extern.h ../include/plotter.h
 
766
m_point.lo m_point.o : m_point.c ../include/sys-defines.h ../config.h \
 
767
        extern.h ../include/plotter.h
 
768
m_text.lo m_text.o : m_text.c ../include/sys-defines.h ../config.h \
 
769
        extern.h ../include/plotter.h
 
770
mi_alloc.lo mi_alloc.o : mi_alloc.c ../include/sys-defines.h ../config.h \
 
771
        extern.h ../include/plotter.h xmi.h mi_spans.h mi_api.h
 
772
mi_api.lo mi_api.o : mi_api.c ../include/sys-defines.h ../config.h \
 
773
        extern.h ../include/plotter.h xmi.h mi_spans.h mi_gc.h mi_api.h
 
774
mi_arc.lo mi_arc.o : mi_arc.c ../include/sys-defines.h ../config.h \
 
775
        extern.h ../include/plotter.h xmi.h mi_spans.h mi_gc.h mi_api.h \
 
776
        mi_arc.h mi_fply.h mi_fllarc.h
 
777
mi_canvas.lo mi_canvas.o : mi_canvas.c ../include/sys-defines.h \
 
778
        ../config.h extern.h ../include/plotter.h xmi.h mi_spans.h \
 
779
        mi_api.h
 
780
mi_fllarc.lo mi_fllarc.o : mi_fllarc.c ../include/sys-defines.h \
 
781
        ../config.h extern.h ../include/plotter.h xmi.h mi_spans.h \
 
782
        mi_gc.h mi_api.h mi_fllarc.h
 
783
mi_fllrct.lo mi_fllrct.o : mi_fllrct.c ../include/sys-defines.h \
 
784
        ../config.h extern.h ../include/plotter.h xmi.h mi_spans.h \
 
785
        mi_gc.h mi_api.h
 
786
mi_fplycon.lo mi_fplycon.o : mi_fplycon.c ../include/sys-defines.h \
 
787
        ../config.h extern.h ../include/plotter.h xmi.h mi_spans.h \
 
788
        mi_api.h mi_fply.h
 
789
mi_gc.lo mi_gc.o : mi_gc.c ../include/sys-defines.h ../config.h extern.h \
 
790
        ../include/plotter.h xmi.h mi_spans.h mi_gc.h mi_api.h
 
791
mi_ply.lo mi_ply.o : mi_ply.c ../include/sys-defines.h ../config.h \
 
792
        extern.h ../include/plotter.h xmi.h mi_spans.h mi_gc.h mi_api.h
 
793
mi_plycon.lo mi_plycon.o : mi_plycon.c ../include/sys-defines.h \
 
794
        ../config.h extern.h ../include/plotter.h xmi.h mi_spans.h \
 
795
        mi_gc.h mi_api.h mi_scanfill.h
 
796
mi_plygen.lo mi_plygen.o : mi_plygen.c ../include/sys-defines.h \
 
797
        ../config.h extern.h ../include/plotter.h xmi.h mi_spans.h \
 
798
        mi_gc.h mi_api.h mi_scanfill.h mi_ply.h
 
799
mi_plypnt.lo mi_plypnt.o : mi_plypnt.c ../include/sys-defines.h \
 
800
        ../config.h extern.h ../include/plotter.h xmi.h mi_spans.h \
 
801
        mi_gc.h mi_api.h
 
802
mi_plyutil.lo mi_plyutil.o : mi_plyutil.c ../include/sys-defines.h \
 
803
        ../config.h extern.h ../include/plotter.h xmi.h mi_spans.h \
 
804
        mi_api.h mi_scanfill.h mi_ply.h
 
805
mi_spans.lo mi_spans.o : mi_spans.c ../include/sys-defines.h ../config.h \
 
806
        extern.h ../include/plotter.h xmi.h mi_spans.h mi_api.h
 
807
mi_version.lo mi_version.o : mi_version.c ../include/sys-defines.h \
 
808
        ../config.h extern.h ../include/plotter.h xmi.h
 
809
mi_widelin.lo mi_widelin.o : mi_widelin.c ../include/sys-defines.h \
 
810
        ../config.h extern.h ../include/plotter.h xmi.h mi_spans.h \
 
811
        mi_gc.h mi_api.h mi_widelin.h
 
812
mi_zerarc.lo mi_zerarc.o : mi_zerarc.c ../include/sys-defines.h \
 
813
        ../config.h extern.h ../include/plotter.h xmi.h mi_spans.h \
 
814
        mi_gc.h mi_api.h mi_arc.h mi_zerarc.h
 
815
mi_zerolin.lo mi_zerolin.o : mi_zerolin.c ../include/sys-defines.h \
 
816
        ../config.h extern.h ../include/plotter.h xmi.h mi_spans.h \
 
817
        mi_gc.h mi_api.h mi_line.h
 
818
n_defplot.lo n_defplot.o : n_defplot.c ../include/sys-defines.h \
 
819
        ../config.h extern.h ../include/plotter.h
 
820
n_write.lo n_write.o : n_write.c ../include/sys-defines.h ../config.h \
 
821
        extern.h ../include/plotter.h xmi.h
 
822
p_closepl.lo p_closepl.o : p_closepl.c ../include/sys-defines.h \
 
823
        ../config.h extern.h ../include/plotter.h
 
824
p_color.lo p_color.o : p_color.c ../include/sys-defines.h ../config.h \
 
825
        extern.h ../include/plotter.h
 
826
p_color2.lo p_color2.o : p_color2.c ../include/sys-defines.h ../config.h \
 
827
        extern.h ../include/plotter.h
 
828
p_defplot.lo p_defplot.o : p_defplot.c ../include/sys-defines.h \
 
829
        ../config.h extern.h ../include/plotter.h p_header.h
 
830
p_erase.lo p_erase.o : p_erase.c ../include/sys-defines.h ../config.h \
 
831
        extern.h ../include/plotter.h
 
832
p_openpl.lo p_openpl.o : p_openpl.c ../include/sys-defines.h ../config.h \
 
833
        extern.h ../include/plotter.h
 
834
p_path.lo p_path.o : p_path.c ../include/sys-defines.h ../config.h \
 
835
        extern.h ../include/plotter.h
 
836
p_point.lo p_point.o : p_point.c ../include/sys-defines.h ../config.h \
 
837
        extern.h ../include/plotter.h
 
838
p_text.lo p_text.o : p_text.c ../include/sys-defines.h ../config.h \
 
839
        extern.h ../include/plotter.h
 
840
r_attribs.lo r_attribs.o : r_attribs.c ../include/sys-defines.h \
 
841
        ../config.h extern.h ../include/plotter.h
 
842
r_closepl.lo r_closepl.o : r_closepl.c ../include/sys-defines.h \
 
843
        ../config.h extern.h ../include/plotter.h
 
844
r_color.lo r_color.o : r_color.c ../include/sys-defines.h ../config.h \
 
845
        extern.h ../include/plotter.h
 
846
r_defplot.lo r_defplot.o : r_defplot.c ../include/sys-defines.h \
 
847
        ../config.h extern.h ../include/plotter.h
 
848
r_erase.lo r_erase.o : r_erase.c ../include/sys-defines.h ../config.h \
 
849
        extern.h ../include/plotter.h
 
850
r_openpl.lo r_openpl.o : r_openpl.c ../include/sys-defines.h ../config.h \
 
851
        extern.h ../include/plotter.h
 
852
r_path.lo r_path.o : r_path.c ../include/sys-defines.h ../config.h \
 
853
        extern.h ../include/plotter.h
 
854
r_point.lo r_point.o : r_point.c ../include/sys-defines.h ../config.h \
 
855
        extern.h ../include/plotter.h
 
856
s_closepl.lo s_closepl.o : s_closepl.c ../include/sys-defines.h \
 
857
        ../config.h extern.h ../include/plotter.h
 
858
s_color.lo s_color.o : s_color.c ../include/sys-defines.h ../config.h \
 
859
        extern.h ../include/plotter.h
 
860
s_defplot.lo s_defplot.o : s_defplot.c ../include/sys-defines.h \
 
861
        ../config.h extern.h ../include/plotter.h
 
862
s_erase.lo s_erase.o : s_erase.c ../include/sys-defines.h ../config.h \
 
863
        extern.h ../include/plotter.h
 
864
s_openpl.lo s_openpl.o : s_openpl.c ../include/sys-defines.h ../config.h \
 
865
        extern.h ../include/plotter.h
 
866
s_path.lo s_path.o : s_path.c ../include/sys-defines.h ../config.h \
 
867
        extern.h ../include/plotter.h
 
868
s_point.lo s_point.o : s_point.c ../include/sys-defines.h ../config.h \
 
869
        extern.h ../include/plotter.h
 
870
s_text.lo s_text.o : s_text.c ../include/sys-defines.h ../config.h \
 
871
        extern.h ../include/plotter.h
 
872
t_attribs.lo t_attribs.o : t_attribs.c ../include/sys-defines.h \
 
873
        ../config.h extern.h ../include/plotter.h
 
874
t_closepl.lo t_closepl.o : t_closepl.c ../include/sys-defines.h \
 
875
        ../config.h extern.h ../include/plotter.h
 
876
t_color.lo t_color.o : t_color.c ../include/sys-defines.h ../config.h \
 
877
        extern.h ../include/plotter.h
 
878
t_color2.lo t_color2.o : t_color2.c ../include/sys-defines.h ../config.h \
 
879
        extern.h ../include/plotter.h
 
880
t_defplot.lo t_defplot.o : t_defplot.c ../include/sys-defines.h \
 
881
        ../config.h extern.h ../include/plotter.h
 
882
t_erase.lo t_erase.o : t_erase.c ../include/sys-defines.h ../config.h \
 
883
        extern.h ../include/plotter.h
 
884
t_openpl.lo t_openpl.o : t_openpl.c ../include/sys-defines.h ../config.h \
 
885
        extern.h ../include/plotter.h
 
886
t_path.lo t_path.o : t_path.c ../include/sys-defines.h ../config.h \
 
887
        extern.h ../include/plotter.h
 
888
t_point.lo t_point.o : t_point.c ../include/sys-defines.h ../config.h \
 
889
        extern.h ../include/plotter.h
 
890
t_tek_md.lo t_tek_md.o : t_tek_md.c ../include/sys-defines.h ../config.h \
 
891
        extern.h ../include/plotter.h
 
892
t_tek_mv.lo t_tek_mv.o : t_tek_mv.c ../include/sys-defines.h ../config.h \
 
893
        extern.h ../include/plotter.h
 
894
t_tek_vec.lo t_tek_vec.o : t_tek_vec.c ../include/sys-defines.h \
 
895
        ../config.h extern.h ../include/plotter.h
 
896
x_attribs.lo x_attribs.o : x_attribs.c ../include/sys-defines.h \
 
897
        ../config.h extern.h ../include/plotter.h
 
898
x_closepl.lo x_closepl.o : x_closepl.c ../include/sys-defines.h \
 
899
        ../config.h extern.h ../include/plotter.h
 
900
x_color.lo x_color.o : x_color.c ../include/sys-defines.h ../config.h \
 
901
        extern.h ../include/plotter.h
 
902
x_defplot.lo x_defplot.o : x_defplot.c ../include/sys-defines.h \
 
903
        ../config.h extern.h ../include/plotter.h
 
904
x_erase.lo x_erase.o : x_erase.c ../include/sys-defines.h ../config.h \
 
905
        extern.h ../include/plotter.h
 
906
x_flushpl.lo x_flushpl.o : x_flushpl.c ../include/sys-defines.h \
 
907
        ../config.h extern.h ../include/plotter.h
 
908
x_openpl.lo x_openpl.o : x_openpl.c ../include/sys-defines.h ../config.h \
 
909
        extern.h ../include/plotter.h
 
910
x_path.lo x_path.o : x_path.c ../include/sys-defines.h ../config.h \
 
911
        extern.h ../include/plotter.h
 
912
x_point.lo x_point.o : x_point.c ../include/sys-defines.h ../config.h \
 
913
        extern.h ../include/plotter.h
 
914
x_retrieve.lo x_retrieve.o : x_retrieve.c ../include/sys-defines.h \
 
915
        ../config.h extern.h ../include/plotter.h g_her_metr.h
 
916
x_savestate.lo x_savestate.o : x_savestate.c ../include/sys-defines.h \
 
917
        ../config.h extern.h ../include/plotter.h
 
918
x_text.lo x_text.o : x_text.c ../include/sys-defines.h ../config.h \
 
919
        extern.h ../include/plotter.h
 
920
y_closepl.lo y_closepl.o : y_closepl.c ../include/sys-defines.h \
 
921
        ../config.h extern.h ../include/plotter.h
 
922
y_defplot.lo y_defplot.o : y_defplot.c ../include/sys-defines.h \
 
923
        ../config.h extern.h ../include/plotter.h
 
924
y_erase.lo y_erase.o : y_erase.c ../include/sys-defines.h ../config.h \
 
925
        extern.h ../include/plotter.h
 
926
y_openpl.lo y_openpl.o : y_openpl.c ../include/sys-defines.h ../config.h \
 
927
        extern.h ../include/plotter.h
 
928
z_defplot.lo z_defplot.o : z_defplot.c ../include/sys-defines.h \
 
929
        ../config.h extern.h ../include/plotter.h
 
930
z_write.lo z_write.o : z_write.c ../include/sys-defines.h ../config.h \
 
931
        extern.h ../include/plotter.h xmi.h
 
932
 
 
933
info-am:
 
934
info: info-am
 
935
dvi-am:
 
936
dvi: dvi-am
887
937
check-am: all-am
888
938
check: check-am
889
 
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
890
 
 
891
 
installdirs:
892
 
        $(mkinstalldirs) $(DESTDIR)$(libdir)
893
 
 
894
 
install: install-am
 
939
installcheck-am:
 
940
installcheck: installcheck-am
 
941
install-exec-am: install-libLTLIBRARIES
895
942
install-exec: install-exec-am
 
943
 
 
944
install-data-am:
896
945
install-data: install-data-am
897
 
uninstall: uninstall-am
898
946
 
899
947
install-am: all-am
900
948
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
901
 
 
902
 
installcheck: installcheck-am
 
949
install: install-am
 
950
uninstall-am: uninstall-libLTLIBRARIES
 
951
uninstall: uninstall-am
 
952
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
 
953
all-redirect: all-am
903
954
install-strip:
904
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
905
 
          INSTALL_STRIP_FLAG=-s \
906
 
          `test -z '$(STRIP)' || \
907
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
955
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
956
installdirs:
 
957
        $(mkinstalldirs)  $(DESTDIR)$(libdir)
 
958
 
 
959
 
908
960
mostlyclean-generic:
909
961
 
910
962
clean-generic:
912
964
 
913
965
distclean-generic:
914
966
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
967
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
915
968
 
916
969
maintainer-clean-generic:
917
 
        @echo "This command is intended for maintainers to use"
918
 
        @echo "it deletes files that may require special tools to rebuild."
 
970
mostlyclean-am:  mostlyclean-libLTLIBRARIES mostlyclean-compile \
 
971
                mostlyclean-libtool mostlyclean-tags \
 
972
                mostlyclean-generic
 
973
 
 
974
mostlyclean: mostlyclean-am
 
975
 
 
976
clean-am:  clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
 
977
                clean-generic mostlyclean-am
 
978
 
919
979
clean: clean-am
920
980
 
921
 
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
922
 
        mostlyclean-am
 
981
distclean-am:  distclean-libLTLIBRARIES distclean-compile \
 
982
                distclean-libtool distclean-tags distclean-generic \
 
983
                clean-am
 
984
        -rm -f libtool
923
985
 
924
986
distclean: distclean-am
925
987
 
926
 
distclean-am: clean-am distclean-compile distclean-depend \
927
 
        distclean-generic distclean-libtool distclean-tags
928
 
 
929
 
dvi: dvi-am
930
 
 
931
 
dvi-am:
932
 
 
933
 
info: info-am
934
 
 
935
 
info-am:
936
 
 
937
 
install-data-am:
938
 
 
939
 
install-exec-am: install-libLTLIBRARIES
940
 
 
941
 
install-info: install-info-am
942
 
 
943
 
install-man:
944
 
 
945
 
installcheck-am:
 
988
maintainer-clean-am:  maintainer-clean-libLTLIBRARIES \
 
989
                maintainer-clean-compile maintainer-clean-libtool \
 
990
                maintainer-clean-tags maintainer-clean-generic \
 
991
                distclean-am
 
992
        @echo "This command is intended for maintainers to use;"
 
993
        @echo "it deletes files that may require special tools to rebuild."
946
994
 
947
995
maintainer-clean: maintainer-clean-am
948
996
 
949
 
maintainer-clean-am: distclean-am maintainer-clean-generic
950
 
 
951
 
mostlyclean: mostlyclean-am
952
 
 
953
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
954
 
        mostlyclean-libtool
955
 
 
956
 
pdf: pdf-am
957
 
 
958
 
pdf-am:
959
 
 
960
 
ps: ps-am
961
 
 
962
 
ps-am:
963
 
 
964
 
uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
965
 
 
966
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
967
 
        clean-libLTLIBRARIES clean-libtool ctags distclean \
968
 
        distclean-compile distclean-depend distclean-generic \
969
 
        distclean-libtool distclean-tags distdir dvi dvi-am info \
970
 
        info-am install install-am install-data install-data-am \
971
 
        install-exec install-exec-am install-info install-info-am \
972
 
        install-libLTLIBRARIES install-man install-strip installcheck \
973
 
        installcheck-am installdirs maintainer-clean \
974
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
975
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
976
 
        tags uninstall uninstall-am uninstall-info-am \
977
 
        uninstall-libLTLIBRARIES
 
997
.PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
 
998
clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
 
999
uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
 
1000
distclean-compile clean-compile maintainer-clean-compile \
 
1001
mostlyclean-libtool distclean-libtool clean-libtool \
 
1002
maintainer-clean-libtool tags mostlyclean-tags distclean-tags \
 
1003
clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
 
1004
check-am installcheck-am installcheck install-exec-am install-exec \
 
1005
install-data-am install-data install-am install uninstall-am uninstall \
 
1006
all-redirect all-am all installdirs mostlyclean-generic \
 
1007
distclean-generic clean-generic maintainer-clean-generic clean \
 
1008
mostlyclean distclean maintainer-clean
978
1009
 
979
1010
 
980
1011
mi_alloc.c: $(top_srcdir)/libxmi/mi_alloc.c $(MIHEADERS)
1066
1097
 
1067
1098
mi_zerarc.h: $(top_srcdir)/libxmi/mi_zerarc.h
1068
1099
        @rm -f mi_zerarc.h ; if $(LN_S) $(top_srcdir)/libxmi/mi_zerarc.h mi_zerarc.h ; then true ; else cp -p $(top_srcdir)/libxmi/mi_zerarc.h mi_zerarc.h ; fi
 
1100
 
1069
1101
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1070
1102
# Otherwise a system limit (for SysV at least) may be exceeded.
1071
1103
.NOEXPORT: