1 |
207 |
jeremybenn |
# Makefile.in generated by automake 1.11 from Makefile.am.
|
2 |
|
|
# @configure_input@
|
3 |
|
|
|
4 |
|
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
5 |
|
|
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
|
6 |
|
|
# Inc.
|
7 |
|
|
# This Makefile.in is free software; the Free Software Foundation
|
8 |
|
|
# gives unlimited permission to copy and/or distribute it,
|
9 |
|
|
# with or without modifications, as long as this notice is preserved.
|
10 |
|
|
|
11 |
|
|
# This program is distributed in the hope that it will be useful,
|
12 |
|
|
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
13 |
|
|
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
14 |
|
|
# PARTICULAR PURPOSE.
|
15 |
|
|
|
16 |
|
|
@SET_MAKE@
|
17 |
|
|
|
18 |
|
|
VPATH = @srcdir@
|
19 |
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
20 |
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
21 |
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
22 |
|
|
pkglibexecdir = $(libexecdir)/@PACKAGE@
|
23 |
|
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
24 |
|
|
install_sh_DATA = $(install_sh) -c -m 644
|
25 |
|
|
install_sh_PROGRAM = $(install_sh) -c
|
26 |
|
|
install_sh_SCRIPT = $(install_sh) -c
|
27 |
|
|
INSTALL_HEADER = $(INSTALL_DATA)
|
28 |
|
|
transform = $(program_transform_name)
|
29 |
|
|
NORMAL_INSTALL = :
|
30 |
|
|
PRE_INSTALL = :
|
31 |
|
|
POST_INSTALL = :
|
32 |
|
|
NORMAL_UNINSTALL = :
|
33 |
|
|
PRE_UNINSTALL = :
|
34 |
|
|
POST_UNINSTALL = :
|
35 |
|
|
build_triplet = @build@
|
36 |
|
|
host_triplet = @host@
|
37 |
|
|
DIST_COMMON = $(srcdir)/../../../../Makefile.shared \
|
38 |
|
|
$(srcdir)/Makefile.in $(srcdir)/Makefile.am
|
39 |
|
|
subdir = iconv/ccs/binary
|
40 |
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
41 |
|
|
am__aclocal_m4_deps = $(top_srcdir)/../../libtool.m4 \
|
42 |
|
|
$(top_srcdir)/../../ltoptions.m4 \
|
43 |
|
|
$(top_srcdir)/../../ltsugar.m4 \
|
44 |
|
|
$(top_srcdir)/../../ltversion.m4 \
|
45 |
|
|
$(top_srcdir)/../../lt~obsolete.m4 \
|
46 |
|
|
$(top_srcdir)/../acinclude.m4 $(top_srcdir)/configure.in
|
47 |
|
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
48 |
|
|
$(ACLOCAL_M4)
|
49 |
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
|
50 |
|
|
CONFIG_CLEAN_FILES =
|
51 |
|
|
CONFIG_CLEAN_VPATH_FILES =
|
52 |
|
|
depcomp =
|
53 |
|
|
am__depfiles_maybe =
|
54 |
|
|
SOURCES =
|
55 |
|
|
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
56 |
|
|
am__vpath_adj = case $$p in \
|
57 |
|
|
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
58 |
|
|
*) f=$$p;; \
|
59 |
|
|
esac;
|
60 |
|
|
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
|
61 |
|
|
am__install_max = 40
|
62 |
|
|
am__nobase_strip_setup = \
|
63 |
|
|
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
|
64 |
|
|
am__nobase_strip = \
|
65 |
|
|
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
|
66 |
|
|
am__nobase_list = $(am__nobase_strip_setup); \
|
67 |
|
|
for p in $$list; do echo "$$p $$p"; done | \
|
68 |
|
|
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
|
69 |
|
|
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
|
70 |
|
|
if (++n[$$2] == $(am__install_max)) \
|
71 |
|
|
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
|
72 |
|
|
END { for (dir in files) print dir, files[dir] }'
|
73 |
|
|
am__base_list = \
|
74 |
|
|
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
75 |
|
|
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
76 |
|
|
am__installdirs = "$(DESTDIR)$(cctdir)"
|
77 |
|
|
DATA = $(cct_DATA)
|
78 |
|
|
ACLOCAL = @ACLOCAL@
|
79 |
|
|
AMTAR = @AMTAR@
|
80 |
|
|
AR = @AR@
|
81 |
|
|
AS = @AS@
|
82 |
|
|
AUTOCONF = @AUTOCONF@
|
83 |
|
|
AUTOHEADER = @AUTOHEADER@
|
84 |
|
|
AUTOMAKE = @AUTOMAKE@
|
85 |
|
|
AWK = @AWK@
|
86 |
|
|
CC = @CC@
|
87 |
|
|
CCAS = @CCAS@
|
88 |
|
|
CCASFLAGS = @CCASFLAGS@
|
89 |
|
|
CCDEPMODE = @CCDEPMODE@
|
90 |
|
|
CFLAGS = @CFLAGS@
|
91 |
|
|
CPP = @CPP@
|
92 |
|
|
CPPFLAGS = @CPPFLAGS@
|
93 |
|
|
CRT0 = @CRT0@
|
94 |
|
|
CYGPATH_W = @CYGPATH_W@
|
95 |
|
|
DEFS = @DEFS@
|
96 |
|
|
DEPDIR = @DEPDIR@
|
97 |
|
|
DLLTOOL = @DLLTOOL@
|
98 |
|
|
DSYMUTIL = @DSYMUTIL@
|
99 |
|
|
DUMPBIN = @DUMPBIN@
|
100 |
|
|
ECHO_C = @ECHO_C@
|
101 |
|
|
ECHO_N = @ECHO_N@
|
102 |
|
|
ECHO_T = @ECHO_T@
|
103 |
|
|
EGREP = @EGREP@
|
104 |
|
|
EXEEXT = @EXEEXT@
|
105 |
|
|
FGREP = @FGREP@
|
106 |
|
|
GREP = @GREP@
|
107 |
|
|
INSTALL = @INSTALL@
|
108 |
|
|
INSTALL_DATA = @INSTALL_DATA@
|
109 |
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
110 |
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
111 |
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
112 |
|
|
LD = @LD@
|
113 |
|
|
LDFLAGS = @LDFLAGS@
|
114 |
|
|
LIBC_EXTRA_DEF = @LIBC_EXTRA_DEF@
|
115 |
|
|
LIBC_EXTRA_LIB = @LIBC_EXTRA_LIB@
|
116 |
|
|
LIBC_MACHINE_LIB = @LIBC_MACHINE_LIB@
|
117 |
|
|
LIBC_POSIX_LIB = @LIBC_POSIX_LIB@
|
118 |
|
|
LIBC_SIGNAL_DEF = @LIBC_SIGNAL_DEF@
|
119 |
|
|
LIBC_SIGNAL_LIB = @LIBC_SIGNAL_LIB@
|
120 |
|
|
LIBC_STDIO64_DEF = @LIBC_STDIO64_DEF@
|
121 |
|
|
LIBC_STDIO64_LIB = @LIBC_STDIO64_LIB@
|
122 |
|
|
LIBC_STDIO_DEF = @LIBC_STDIO_DEF@
|
123 |
|
|
LIBC_STDIO_LIB = @LIBC_STDIO_LIB@
|
124 |
|
|
LIBC_SYSCALL_LIB = @LIBC_SYSCALL_LIB@
|
125 |
|
|
LIBC_SYS_LIB = @LIBC_SYS_LIB@
|
126 |
|
|
LIBC_UNIX_LIB = @LIBC_UNIX_LIB@
|
127 |
|
|
LIBOBJS = @LIBOBJS@
|
128 |
|
|
LIBS = @LIBS@
|
129 |
|
|
LIBTOOL = @LIBTOOL@
|
130 |
|
|
LIPO = @LIPO@
|
131 |
|
|
LN_S = @LN_S@
|
132 |
|
|
LTLIBOBJS = @LTLIBOBJS@
|
133 |
|
|
MAINT = @MAINT@
|
134 |
|
|
MAKEINFO = @MAKEINFO@
|
135 |
|
|
MKDIR_P = @MKDIR_P@
|
136 |
|
|
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
|
137 |
|
|
NM = @NM@
|
138 |
|
|
NMEDIT = @NMEDIT@
|
139 |
|
|
OBJDUMP = @OBJDUMP@
|
140 |
|
|
OBJEXT = @OBJEXT@
|
141 |
|
|
OTOOL = @OTOOL@
|
142 |
|
|
OTOOL64 = @OTOOL64@
|
143 |
|
|
PACKAGE = @PACKAGE@
|
144 |
|
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
145 |
|
|
PACKAGE_NAME = @PACKAGE_NAME@
|
146 |
|
|
PACKAGE_STRING = @PACKAGE_STRING@
|
147 |
|
|
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
148 |
|
|
PACKAGE_VERSION = @PACKAGE_VERSION@
|
149 |
|
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
150 |
|
|
RANLIB = @RANLIB@
|
151 |
|
|
READELF = @READELF@
|
152 |
|
|
SED = @SED@
|
153 |
|
|
SET_MAKE = @SET_MAKE@
|
154 |
|
|
SHELL = @SHELL@
|
155 |
|
|
STRIP = @STRIP@
|
156 |
|
|
VERSION = @VERSION@
|
157 |
|
|
abs_builddir = @abs_builddir@
|
158 |
|
|
abs_srcdir = @abs_srcdir@
|
159 |
|
|
abs_top_builddir = @abs_top_builddir@
|
160 |
|
|
abs_top_srcdir = @abs_top_srcdir@
|
161 |
|
|
ac_ct_CC = @ac_ct_CC@
|
162 |
|
|
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
163 |
|
|
aext = @aext@
|
164 |
|
|
am__include = @am__include@
|
165 |
|
|
am__leading_dot = @am__leading_dot@
|
166 |
|
|
am__quote = @am__quote@
|
167 |
|
|
am__tar = @am__tar@
|
168 |
|
|
am__untar = @am__untar@
|
169 |
|
|
bindir = @bindir@
|
170 |
|
|
build = @build@
|
171 |
|
|
build_alias = @build_alias@
|
172 |
|
|
build_cpu = @build_cpu@
|
173 |
|
|
build_os = @build_os@
|
174 |
|
|
build_vendor = @build_vendor@
|
175 |
|
|
builddir = @builddir@
|
176 |
|
|
datadir = @datadir@
|
177 |
|
|
datarootdir = @datarootdir@
|
178 |
|
|
docdir = @docdir@
|
179 |
|
|
dvidir = @dvidir@
|
180 |
|
|
exec_prefix = @exec_prefix@
|
181 |
|
|
extra_dir = @extra_dir@
|
182 |
|
|
host = @host@
|
183 |
|
|
host_alias = @host_alias@
|
184 |
|
|
host_cpu = @host_cpu@
|
185 |
|
|
host_os = @host_os@
|
186 |
|
|
host_vendor = @host_vendor@
|
187 |
|
|
htmldir = @htmldir@
|
188 |
|
|
includedir = @includedir@
|
189 |
|
|
infodir = @infodir@
|
190 |
|
|
install_sh = @install_sh@
|
191 |
|
|
libdir = @libdir@
|
192 |
|
|
libexecdir = @libexecdir@
|
193 |
|
|
libm_machine_dir = @libm_machine_dir@
|
194 |
|
|
localedir = @localedir@
|
195 |
|
|
localstatedir = @localstatedir@
|
196 |
|
|
lpfx = @lpfx@
|
197 |
|
|
lt_ECHO = @lt_ECHO@
|
198 |
|
|
machine_dir = @machine_dir@
|
199 |
|
|
mandir = @mandir@
|
200 |
|
|
mkdir_p = @mkdir_p@
|
201 |
|
|
newlib_basedir = @newlib_basedir@
|
202 |
|
|
oext = @oext@
|
203 |
|
|
oldincludedir = @oldincludedir@
|
204 |
|
|
pdfdir = @pdfdir@
|
205 |
|
|
prefix = @prefix@
|
206 |
|
|
program_transform_name = @program_transform_name@
|
207 |
|
|
psdir = @psdir@
|
208 |
|
|
sbindir = @sbindir@
|
209 |
|
|
sharedstatedir = @sharedstatedir@
|
210 |
|
|
srcdir = @srcdir@
|
211 |
|
|
subdirs = @subdirs@
|
212 |
|
|
sys_dir = @sys_dir@
|
213 |
|
|
sysconfdir = @sysconfdir@
|
214 |
|
|
target_alias = @target_alias@
|
215 |
|
|
top_build_prefix = @top_build_prefix@
|
216 |
|
|
top_builddir = @top_builddir@
|
217 |
|
|
top_srcdir = @top_srcdir@
|
218 |
|
|
AUTOMAKE_OPTIONS = cygnus
|
219 |
|
|
cctdir = $(datadir)/iconv_data
|
220 |
|
|
cct_DATA = \
|
221 |
|
|
iso_8859_10.cct iso_8859_13.cct iso_8859_14.cct iso_8859_15.cct \
|
222 |
|
|
iso_8859_1.cct iso_8859_2.cct iso_8859_3.cct iso_8859_4.cct \
|
223 |
|
|
iso_8859_5.cct iso_8859_6.cct iso_8859_7.cct iso_8859_8.cct \
|
224 |
|
|
iso_8859_9.cct iso_8859_11.cct \
|
225 |
|
|
win_1250.cct win_1252.cct win_1254.cct \
|
226 |
|
|
win_1256.cct win_1258.cct win_1251.cct \
|
227 |
|
|
win_1253.cct win_1255.cct win_1257.cct \
|
228 |
|
|
koi8_r.cct koi8_u.cct koi8_ru.cct koi8_uni.cct \
|
229 |
|
|
iso_ir_111.cct \
|
230 |
|
|
big5.cct \
|
231 |
|
|
cp775.cct cp850.cct cp852.cct cp855.cct cp866.cct \
|
232 |
|
|
jis_x0212_1990.cct jis_x0201_1976.cct jis_x0208_1990.cct ksx1001.cct \
|
233 |
|
|
cns11643_plane1.cct cns11643_plane2.cct cns11643_plane14.cct
|
234 |
|
|
|
235 |
|
|
all: all-am
|
236 |
|
|
|
237 |
|
|
.SUFFIXES:
|
238 |
|
|
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../../../../Makefile.shared $(am__configure_deps)
|
239 |
|
|
@for dep in $?; do \
|
240 |
|
|
case '$(am__configure_deps)' in \
|
241 |
|
|
*$$dep*) \
|
242 |
|
|
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
|
243 |
|
|
&& { if test -f $@; then exit 0; else break; fi; }; \
|
244 |
|
|
exit 1;; \
|
245 |
|
|
esac; \
|
246 |
|
|
done; \
|
247 |
|
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus iconv/ccs/binary/Makefile'; \
|
248 |
|
|
$(am__cd) $(top_srcdir) && \
|
249 |
|
|
$(AUTOMAKE) --cygnus iconv/ccs/binary/Makefile
|
250 |
|
|
.PRECIOUS: Makefile
|
251 |
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
252 |
|
|
@case '$?' in \
|
253 |
|
|
*config.status*) \
|
254 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
255 |
|
|
*) \
|
256 |
|
|
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
257 |
|
|
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
258 |
|
|
esac;
|
259 |
|
|
|
260 |
|
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
261 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
262 |
|
|
|
263 |
|
|
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
264 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
265 |
|
|
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
266 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
267 |
|
|
$(am__aclocal_m4_deps):
|
268 |
|
|
|
269 |
|
|
mostlyclean-libtool:
|
270 |
|
|
-rm -f *.lo
|
271 |
|
|
|
272 |
|
|
clean-libtool:
|
273 |
|
|
-rm -rf .libs _libs
|
274 |
|
|
install-cctDATA: $(cct_DATA)
|
275 |
|
|
@$(NORMAL_INSTALL)
|
276 |
|
|
test -z "$(cctdir)" || $(MKDIR_P) "$(DESTDIR)$(cctdir)"
|
277 |
|
|
@list='$(cct_DATA)'; test -n "$(cctdir)" || list=; \
|
278 |
|
|
for p in $$list; do \
|
279 |
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
280 |
|
|
echo "$$d$$p"; \
|
281 |
|
|
done | $(am__base_list) | \
|
282 |
|
|
while read files; do \
|
283 |
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(cctdir)'"; \
|
284 |
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(cctdir)" || exit $$?; \
|
285 |
|
|
done
|
286 |
|
|
|
287 |
|
|
uninstall-cctDATA:
|
288 |
|
|
@$(NORMAL_UNINSTALL)
|
289 |
|
|
@list='$(cct_DATA)'; test -n "$(cctdir)" || list=; \
|
290 |
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
291 |
|
|
test -n "$$files" || exit 0; \
|
292 |
|
|
echo " ( cd '$(DESTDIR)$(cctdir)' && rm -f" $$files ")"; \
|
293 |
|
|
cd "$(DESTDIR)$(cctdir)" && rm -f $$files
|
294 |
|
|
tags: TAGS
|
295 |
|
|
TAGS:
|
296 |
|
|
|
297 |
|
|
ctags: CTAGS
|
298 |
|
|
CTAGS:
|
299 |
|
|
|
300 |
|
|
check-am:
|
301 |
|
|
check: check-am
|
302 |
|
|
all-am: Makefile $(DATA)
|
303 |
|
|
installdirs:
|
304 |
|
|
for dir in "$(DESTDIR)$(cctdir)"; do \
|
305 |
|
|
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
306 |
|
|
done
|
307 |
|
|
install: install-am
|
308 |
|
|
install-exec: install-exec-am
|
309 |
|
|
install-data: install-data-am
|
310 |
|
|
uninstall: uninstall-am
|
311 |
|
|
|
312 |
|
|
install-am: all-am
|
313 |
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
314 |
|
|
|
315 |
|
|
installcheck: installcheck-am
|
316 |
|
|
install-strip:
|
317 |
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
318 |
|
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
319 |
|
|
`test -z '$(STRIP)' || \
|
320 |
|
|
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
321 |
|
|
mostlyclean-generic:
|
322 |
|
|
|
323 |
|
|
clean-generic:
|
324 |
|
|
|
325 |
|
|
distclean-generic:
|
326 |
|
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
327 |
|
|
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
328 |
|
|
|
329 |
|
|
maintainer-clean-generic:
|
330 |
|
|
@echo "This command is intended for maintainers to use"
|
331 |
|
|
@echo "it deletes files that may require special tools to rebuild."
|
332 |
|
|
clean: clean-am
|
333 |
|
|
|
334 |
|
|
clean-am: clean-generic clean-libtool mostlyclean-am
|
335 |
|
|
|
336 |
|
|
distclean: distclean-am
|
337 |
|
|
-rm -f Makefile
|
338 |
|
|
distclean-am: clean-am distclean-generic
|
339 |
|
|
|
340 |
|
|
dvi: dvi-am
|
341 |
|
|
|
342 |
|
|
dvi-am:
|
343 |
|
|
|
344 |
|
|
html: html-am
|
345 |
|
|
|
346 |
|
|
html-am:
|
347 |
|
|
|
348 |
|
|
info-am:
|
349 |
|
|
|
350 |
|
|
install-data-am: install-cctDATA
|
351 |
|
|
|
352 |
|
|
install-dvi: install-dvi-am
|
353 |
|
|
|
354 |
|
|
install-dvi-am:
|
355 |
|
|
|
356 |
|
|
install-exec-am:
|
357 |
|
|
|
358 |
|
|
install-html: install-html-am
|
359 |
|
|
|
360 |
|
|
install-html-am:
|
361 |
|
|
|
362 |
|
|
install-info: install-info-am
|
363 |
|
|
|
364 |
|
|
install-info-am:
|
365 |
|
|
|
366 |
|
|
install-man:
|
367 |
|
|
|
368 |
|
|
install-pdf: install-pdf-am
|
369 |
|
|
|
370 |
|
|
install-pdf-am:
|
371 |
|
|
|
372 |
|
|
install-ps: install-ps-am
|
373 |
|
|
|
374 |
|
|
install-ps-am:
|
375 |
|
|
|
376 |
|
|
installcheck-am:
|
377 |
|
|
|
378 |
|
|
maintainer-clean: maintainer-clean-am
|
379 |
|
|
-rm -f Makefile
|
380 |
|
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
381 |
|
|
|
382 |
|
|
mostlyclean: mostlyclean-am
|
383 |
|
|
|
384 |
|
|
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
385 |
|
|
|
386 |
|
|
pdf: pdf-am
|
387 |
|
|
|
388 |
|
|
pdf-am:
|
389 |
|
|
|
390 |
|
|
ps: ps-am
|
391 |
|
|
|
392 |
|
|
ps-am:
|
393 |
|
|
|
394 |
|
|
uninstall-am: uninstall-cctDATA
|
395 |
|
|
|
396 |
|
|
.MAKE: install-am install-strip
|
397 |
|
|
|
398 |
|
|
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
|
399 |
|
|
distclean distclean-generic distclean-libtool dvi dvi-am html \
|
400 |
|
|
html-am info info-am install install-am install-cctDATA \
|
401 |
|
|
install-data install-data-am install-dvi install-dvi-am \
|
402 |
|
|
install-exec install-exec-am install-html install-html-am \
|
403 |
|
|
install-info install-info-am install-man install-pdf \
|
404 |
|
|
install-pdf-am install-ps install-ps-am install-strip \
|
405 |
|
|
installcheck installcheck-am installdirs maintainer-clean \
|
406 |
|
|
maintainer-clean-generic mostlyclean mostlyclean-generic \
|
407 |
|
|
mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
|
408 |
|
|
uninstall-cctDATA
|
409 |
|
|
|
410 |
|
|
objectlist.awk.in: $(noinst_LTLIBRARIES)
|
411 |
|
|
-rm -f objectlist.awk.in
|
412 |
|
|
for i in `ls *.lo` ; \
|
413 |
|
|
do \
|
414 |
|
|
echo $$i `pwd`/$$i >> objectlist.awk.in ; \
|
415 |
|
|
done
|
416 |
|
|
|
417 |
|
|
info:
|
418 |
|
|
|
419 |
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
420 |
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
421 |
|
|
.NOEXPORT:
|