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

« back to all changes in this revision

Viewing changes to lib/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
noinst_LIBRARIES = libcommon.a
152
86
INCLUDES = -I$(srcdir)/../include
156
90
libcommon_a_DEPENDENCIES = $(libcommon_a_LIBADD)
157
91
 
158
92
EXTRA_DIST = fontlist.c
159
 
subdir = lib
160
93
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
161
 
CONFIG_HEADER = $(top_builddir)/config.h
162
 
CONFIG_CLEAN_FILES =
163
 
LIBRARIES = $(noinst_LIBRARIES)
164
 
 
165
 
libcommon_a_AR = $(AR) cru
166
 
am_libcommon_a_OBJECTS = compat.$(OBJEXT) display.$(OBJEXT) \
167
 
        getopt.$(OBJEXT) getopt1.$(OBJEXT) xmalloc.$(OBJEXT) \
168
 
        xstrdup.$(OBJEXT)
169
 
libcommon_a_OBJECTS = $(am_libcommon_a_OBJECTS)
170
 
 
171
 
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
172
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
173
 
am__depfiles_maybe = depfiles
174
 
@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/alloca.Po ./$(DEPDIR)/compat.Po \
175
 
@AMDEP_TRUE@    ./$(DEPDIR)/display.Po ./$(DEPDIR)/getopt.Po \
176
 
@AMDEP_TRUE@    ./$(DEPDIR)/getopt1.Po ./$(DEPDIR)/xmalloc.Po \
177
 
@AMDEP_TRUE@    ./$(DEPDIR)/xstrdup.Po
178
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
179
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
180
 
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
181
 
        $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
94
CONFIG_HEADER = ../config.h
 
95
CONFIG_CLEAN_FILES = 
 
96
LIBRARIES =  $(noinst_LIBRARIES)
 
97
 
 
98
 
 
99
DEFS = @DEFS@ -I. -I$(srcdir) -I..
 
100
CPPFLAGS = @CPPFLAGS@
 
101
LDFLAGS = @LDFLAGS@
 
102
LIBS = @LIBS@
 
103
libcommon_a_OBJECTS =  compat.o display.o getopt.o getopt1.o xmalloc.o \
 
104
xstrdup.o
 
105
AR = ar
 
106
CFLAGS = @CFLAGS@
 
107
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
108
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
182
109
CCLD = $(CC)
183
 
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
184
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
185
 
DIST_SOURCES = $(libcommon_a_SOURCES)
186
 
DIST_COMMON = README Makefile.am Makefile.in alloca.c
 
110
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
 
111
DIST_COMMON =  README Makefile.am Makefile.in alloca.c
 
112
 
 
113
 
 
114
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
115
 
 
116
TAR = gtar
 
117
GZIP_ENV = --best
187
118
SOURCES = $(libcommon_a_SOURCES)
188
 
 
189
 
all: all-am
190
 
 
 
119
OBJECTS = $(libcommon_a_OBJECTS)
 
120
 
 
121
all: all-redirect
191
122
.SUFFIXES:
192
 
.SUFFIXES: .c .lo .o .obj
193
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
194
 
        cd $(top_srcdir) && \
195
 
          $(AUTOMAKE) --foreign  lib/Makefile
196
 
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
197
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
198
 
 
199
 
AR = ar
 
123
.SUFFIXES: .S .c .lo .o .s
 
124
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
125
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps lib/Makefile
 
126
 
 
127
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
128
        cd $(top_builddir) \
 
129
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
130
 
 
131
 
 
132
mostlyclean-noinstLIBRARIES:
200
133
 
201
134
clean-noinstLIBRARIES:
202
135
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
203
 
libcommon.a: $(libcommon_a_OBJECTS) $(libcommon_a_DEPENDENCIES) 
204
 
        -rm -f libcommon.a
205
 
        $(libcommon_a_AR) libcommon.a $(libcommon_a_OBJECTS) $(libcommon_a_LIBADD)
206
 
        $(RANLIB) libcommon.a
 
136
 
 
137
distclean-noinstLIBRARIES:
 
138
 
 
139
maintainer-clean-noinstLIBRARIES:
 
140
 
 
141
.c.o:
 
142
        $(COMPILE) -c $<
 
143
 
 
144
.s.o:
 
145
        $(COMPILE) -c $<
 
146
 
 
147
.S.o:
 
148
        $(COMPILE) -c $<
207
149
 
208
150
mostlyclean-compile:
209
 
        -rm -f *.$(OBJEXT) core *.core
 
151
        -rm -f *.o core *.core
 
152
 
 
153
clean-compile:
210
154
 
211
155
distclean-compile:
212
156
        -rm -f *.tab.c
213
157
 
214
 
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/alloca.Po@am__quote@
215
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compat.Po@am__quote@
216
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/display.Po@am__quote@
217
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
218
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@
219
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmalloc.Po@am__quote@
220
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstrdup.Po@am__quote@
221
 
 
222
 
distclean-depend:
223
 
        -rm -rf $(DEPDIR) ./$(DEPDIR)
224
 
 
225
 
.c.o:
226
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
227
 
@am__fastdepCC_TRUE@      -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
228
 
@am__fastdepCC_TRUE@    then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
229
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
230
 
@am__fastdepCC_TRUE@    fi
231
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
232
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
233
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
234
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
235
 
 
236
 
.c.obj:
237
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
238
 
@am__fastdepCC_TRUE@      -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
239
 
@am__fastdepCC_TRUE@    then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
240
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
241
 
@am__fastdepCC_TRUE@    fi
242
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
243
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
244
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
245
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
 
158
maintainer-clean-compile:
246
159
 
247
160
.c.lo:
248
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
249
 
@am__fastdepCC_TRUE@      -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
250
 
@am__fastdepCC_TRUE@    then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
251
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
252
 
@am__fastdepCC_TRUE@    fi
253
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
254
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
255
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
256
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
 
161
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
162
 
 
163
.s.lo:
 
164
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
165
 
 
166
.S.lo:
 
167
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
257
168
 
258
169
mostlyclean-libtool:
259
170
        -rm -f *.lo
262
173
        -rm -rf .libs _libs
263
174
 
264
175
distclean-libtool:
265
 
        -rm -f libtool
266
 
uninstall-info-am:
267
 
 
268
 
ETAGS = etags
269
 
ETAGSFLAGS =
270
 
 
271
 
CTAGS = ctags
272
 
CTAGSFLAGS =
 
176
 
 
177
maintainer-clean-libtool:
 
178
 
 
179
libcommon.a: $(libcommon_a_OBJECTS) $(libcommon_a_DEPENDENCIES)
 
180
        -rm -f libcommon.a
 
181
        $(AR) cru libcommon.a $(libcommon_a_OBJECTS) $(libcommon_a_LIBADD)
 
182
        $(RANLIB) libcommon.a
273
183
 
274
184
tags: TAGS
275
185
 
276
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
277
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
278
 
        unique=`for i in $$list; do \
279
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
280
 
          done | \
281
 
          $(AWK) '    { files[$$0] = 1; } \
282
 
               END { for (i in files) print i; }'`; \
283
 
        mkid -fID $$unique
284
 
 
285
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
286
 
                $(TAGS_FILES) $(LISP)
287
 
        tags=; \
288
 
        here=`pwd`; \
289
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
290
 
        unique=`for i in $$list; do \
291
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
292
 
          done | \
293
 
          $(AWK) '    { files[$$0] = 1; } \
294
 
               END { for (i in files) print i; }'`; \
295
 
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
296
 
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
297
 
             $$tags $$unique
298
 
 
299
 
ctags: CTAGS
300
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
301
 
                $(TAGS_FILES) $(LISP)
302
 
        tags=; \
303
 
        here=`pwd`; \
304
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
305
 
        unique=`for i in $$list; do \
306
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
307
 
          done | \
308
 
          $(AWK) '    { files[$$0] = 1; } \
309
 
               END { for (i in files) print i; }'`; \
310
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
311
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
312
 
             $$tags $$unique
313
 
 
314
 
GTAGS:
315
 
        here=`$(am__cd) $(top_builddir) && pwd` \
316
 
          && cd $(top_srcdir) \
317
 
          && gtags -i $(GTAGS_ARGS) $$here
 
186
ID: $(HEADERS) $(SOURCES) $(LISP)
 
187
        list='$(SOURCES) $(HEADERS)'; \
 
188
        unique=`for i in $$list; do echo $$i; done | \
 
189
          awk '    { files[$$0] = 1; } \
 
190
               END { for (i in files) print i; }'`; \
 
191
        here=`pwd` && cd $(srcdir) \
 
192
          && mkid -f$$here/ID $$unique $(LISP)
 
193
 
 
194
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
 
195
        tags=; \
 
196
        here=`pwd`; \
 
197
        list='$(SOURCES) $(HEADERS)'; \
 
198
        unique=`for i in $$list; do echo $$i; done | \
 
199
          awk '    { files[$$0] = 1; } \
 
200
               END { for (i in files) print i; }'`; \
 
201
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
 
202
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
 
203
 
 
204
mostlyclean-tags:
 
205
 
 
206
clean-tags:
318
207
 
319
208
distclean-tags:
320
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
321
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
322
 
 
323
 
top_distdir = ..
324
 
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
209
        -rm -f TAGS ID
 
210
 
 
211
maintainer-clean-tags:
 
212
 
 
213
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
 
214
 
 
215
subdir = lib
325
216
 
326
217
distdir: $(DISTFILES)
327
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
328
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
329
 
        list='$(DISTFILES)'; for file in $$list; do \
330
 
          case $$file in \
331
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
332
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
333
 
          esac; \
334
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
335
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
336
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
337
 
            dir="/$$dir"; \
338
 
            $(mkinstalldirs) "$(distdir)$$dir"; \
339
 
          else \
340
 
            dir=''; \
341
 
          fi; \
 
218
        @for file in $(DISTFILES); do \
 
219
          d=$(srcdir); \
342
220
          if test -d $$d/$$file; then \
343
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
344
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
345
 
            fi; \
346
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
221
            cp -pr $$/$$file $(distdir)/$$file; \
347
222
          else \
348
223
            test -f $(distdir)/$$file \
349
 
            || cp -p $$d/$$file $(distdir)/$$file \
350
 
            || exit 1; \
 
224
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
225
            || cp -p $$d/$$file $(distdir)/$$file || :; \
351
226
          fi; \
352
227
        done
 
228
compat.o: compat.c ../include/sys-defines.h ../config.h
 
229
display.o: display.c ../include/sys-defines.h ../config.h \
 
230
        ../include/getopt.h
 
231
getopt.o: getopt.c ../include/sys-defines.h ../config.h \
 
232
        ../include/getopt.h
 
233
getopt1.o: getopt1.c ../config.h ../include/sys-defines.h \
 
234
        ../include/getopt.h
 
235
xmalloc.o: xmalloc.c ../include/sys-defines.h ../config.h
 
236
xstrdup.o: xstrdup.c ../include/sys-defines.h ../config.h
 
237
 
 
238
info-am:
 
239
info: info-am
 
240
dvi-am:
 
241
dvi: dvi-am
353
242
check-am: all-am
354
243
check: check-am
355
 
all-am: Makefile $(LIBRARIES)
356
 
 
357
 
installdirs:
358
 
 
359
 
install: install-am
 
244
installcheck-am:
 
245
installcheck: installcheck-am
 
246
install-exec-am:
360
247
install-exec: install-exec-am
 
248
 
 
249
install-data-am:
361
250
install-data: install-data-am
362
 
uninstall: uninstall-am
363
251
 
364
252
install-am: all-am
365
253
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
366
 
 
367
 
installcheck: installcheck-am
 
254
install: install-am
 
255
uninstall-am:
 
256
uninstall: uninstall-am
 
257
all-am: Makefile $(LIBRARIES)
 
258
all-redirect: all-am
368
259
install-strip:
369
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
370
 
          INSTALL_STRIP_FLAG=-s \
371
 
          `test -z '$(STRIP)' || \
372
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
260
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
261
installdirs:
 
262
 
 
263
 
373
264
mostlyclean-generic:
374
265
 
375
266
clean-generic:
376
267
 
377
268
distclean-generic:
378
269
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
270
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
379
271
 
380
272
maintainer-clean-generic:
381
 
        @echo "This command is intended for maintainers to use"
382
 
        @echo "it deletes files that may require special tools to rebuild."
 
273
mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
 
274
                mostlyclean-libtool mostlyclean-tags \
 
275
                mostlyclean-generic
 
276
 
 
277
mostlyclean: mostlyclean-am
 
278
 
 
279
clean-am:  clean-noinstLIBRARIES clean-compile clean-libtool clean-tags \
 
280
                clean-generic mostlyclean-am
 
281
 
383
282
clean: clean-am
384
283
 
385
 
clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
386
 
        mostlyclean-am
 
284
distclean-am:  distclean-noinstLIBRARIES distclean-compile \
 
285
                distclean-libtool distclean-tags distclean-generic \
 
286
                clean-am
 
287
        -rm -f libtool
387
288
 
388
289
distclean: distclean-am
389
290
 
390
 
distclean-am: clean-am distclean-compile distclean-depend \
391
 
        distclean-generic distclean-libtool distclean-tags
392
 
 
393
 
dvi: dvi-am
394
 
 
395
 
dvi-am:
396
 
 
397
 
info: info-am
398
 
 
399
 
info-am:
400
 
 
401
 
install-data-am:
402
 
 
403
 
install-exec-am:
404
 
 
405
 
install-info: install-info-am
406
 
 
407
 
install-man:
408
 
 
409
 
installcheck-am:
 
291
maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
 
292
                maintainer-clean-compile maintainer-clean-libtool \
 
293
                maintainer-clean-tags maintainer-clean-generic \
 
294
                distclean-am
 
295
        @echo "This command is intended for maintainers to use;"
 
296
        @echo "it deletes files that may require special tools to rebuild."
410
297
 
411
298
maintainer-clean: maintainer-clean-am
412
299
 
413
 
maintainer-clean-am: distclean-am maintainer-clean-generic
414
 
 
415
 
mostlyclean: mostlyclean-am
416
 
 
417
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
418
 
        mostlyclean-libtool
419
 
 
420
 
pdf: pdf-am
421
 
 
422
 
pdf-am:
423
 
 
424
 
ps: ps-am
425
 
 
426
 
ps-am:
427
 
 
428
 
uninstall-am: uninstall-info-am
429
 
 
430
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
431
 
        clean-libtool clean-noinstLIBRARIES ctags distclean \
432
 
        distclean-compile distclean-depend distclean-generic \
433
 
        distclean-libtool distclean-tags distdir dvi dvi-am info \
434
 
        info-am install install-am install-data install-data-am \
435
 
        install-exec install-exec-am install-info install-info-am \
436
 
        install-man install-strip installcheck installcheck-am \
437
 
        installdirs maintainer-clean maintainer-clean-generic \
438
 
        mostlyclean mostlyclean-compile mostlyclean-generic \
439
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
440
 
        uninstall-am uninstall-info-am
 
300
.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
 
301
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
 
302
mostlyclean-compile distclean-compile clean-compile \
 
303
maintainer-clean-compile mostlyclean-libtool distclean-libtool \
 
304
clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
 
305
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
 
306
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
 
307
install-exec install-data-am install-data install-am install \
 
308
uninstall-am uninstall all-redirect all-am all installdirs \
 
309
mostlyclean-generic distclean-generic clean-generic \
 
310
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 
311
 
441
312
 
442
313
# Tell versions [3.59,3.63) of GNU make to not export all variables.
443
314
# Otherwise a system limit (for SysV at least) may be exceeded.