1 | # Makefile.in generated by automake 1.12.5 from Makefile.am. |
---|
2 | # Makefile. Generated from Makefile.in by configure. |
---|
3 | |
---|
4 | # Copyright (C) 1994-2012 Free Software Foundation, Inc. |
---|
5 | |
---|
6 | # This Makefile.in is free software; the Free Software Foundation |
---|
7 | # gives unlimited permission to copy and/or distribute it, |
---|
8 | # with or without modifications, as long as this notice is preserved. |
---|
9 | |
---|
10 | # This program is distributed in the hope that it will be useful, |
---|
11 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
---|
12 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
---|
13 | # PARTICULAR PURPOSE. |
---|
14 | |
---|
15 | |
---|
16 | |
---|
17 | # |
---|
18 | # Makefile.am |
---|
19 | # |
---|
20 | # Main Makefile. Process this file with automake to generate a Makefile |
---|
21 | # |
---|
22 | #%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
---|
23 | # |
---|
24 | # This file part of: SCAMP |
---|
25 | # |
---|
26 | # Copyright: (C) 2002-2012 Emmanuel Bertin -- IAP/CNRS/UPMC |
---|
27 | # |
---|
28 | # License: GNU General Public License |
---|
29 | # |
---|
30 | # SCAMP is free software: you can redistribute it and/or modify |
---|
31 | # it under the terms of the GNU General Public License as published by |
---|
32 | # the Free Software Foundation, either version 3 of the License, or |
---|
33 | # (at your option) any later version. |
---|
34 | # SCAMP is distributed in the hope that it will be useful, |
---|
35 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
36 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
37 | # GNU General Public License for more details. |
---|
38 | # You should have received a copy of the GNU General Public License |
---|
39 | # along with SCAMP. If not, see <http://www.gnu.org/licenses/>. |
---|
40 | # |
---|
41 | # Last modified: 05/07/2012 |
---|
42 | # |
---|
43 | #%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
---|
44 | |
---|
45 | |
---|
46 | am__make_dryrun = \ |
---|
47 | { \ |
---|
48 | am__dry=no; \ |
---|
49 | case $$MAKEFLAGS in \ |
---|
50 | *\\[\ \ ]*) \ |
---|
51 | echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ |
---|
52 | | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ |
---|
53 | *) \ |
---|
54 | for am__flg in $$MAKEFLAGS; do \ |
---|
55 | case $$am__flg in \ |
---|
56 | *=*|--*) ;; \ |
---|
57 | *n*) am__dry=yes; break;; \ |
---|
58 | esac; \ |
---|
59 | done;; \ |
---|
60 | esac; \ |
---|
61 | test $$am__dry = yes; \ |
---|
62 | } |
---|
63 | pkgdatadir = $(datadir)/scamp |
---|
64 | pkgincludedir = $(includedir)/scamp |
---|
65 | pkglibdir = $(libdir)/scamp |
---|
66 | pkglibexecdir = $(libexecdir)/scamp |
---|
67 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
---|
68 | install_sh_DATA = $(install_sh) -c -m 644 |
---|
69 | install_sh_PROGRAM = $(install_sh) -c |
---|
70 | install_sh_SCRIPT = $(install_sh) -c |
---|
71 | INSTALL_HEADER = $(INSTALL_DATA) |
---|
72 | transform = $(program_transform_name) |
---|
73 | NORMAL_INSTALL = : |
---|
74 | PRE_INSTALL = : |
---|
75 | POST_INSTALL = : |
---|
76 | NORMAL_UNINSTALL = : |
---|
77 | PRE_UNINSTALL = : |
---|
78 | POST_UNINSTALL = : |
---|
79 | build_triplet = i386-apple-darwin11.4.2 |
---|
80 | host_triplet = i386-apple-darwin11.4.2 |
---|
81 | subdir = . |
---|
82 | DIST_COMMON = README $(am__configure_deps) $(dist_pkgdata_DATA) \ |
---|
83 | $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
---|
84 | $(srcdir)/config.h.in $(srcdir)/scamp.spec.in \ |
---|
85 | $(top_srcdir)/autoconf/config.guess \ |
---|
86 | $(top_srcdir)/autoconf/config.sub \ |
---|
87 | $(top_srcdir)/autoconf/install-sh \ |
---|
88 | $(top_srcdir)/autoconf/ltmain.sh \ |
---|
89 | $(top_srcdir)/autoconf/missing \ |
---|
90 | $(top_srcdir)/autoconf/mkinstalldirs $(top_srcdir)/configure \ |
---|
91 | AUTHORS ChangeLog INSTALL THANKS autoconf/config.guess \ |
---|
92 | autoconf/config.sub autoconf/depcomp autoconf/install-sh \ |
---|
93 | autoconf/ltmain.sh autoconf/missing autoconf/mkinstalldirs |
---|
94 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
---|
95 | am__aclocal_m4_deps = $(top_srcdir)/acx_atlas.m4 \ |
---|
96 | $(top_srcdir)/acx_cdsclient.m4 $(top_srcdir)/acx_fftw.m4 \ |
---|
97 | $(top_srcdir)/acx_mkl.m4 $(top_srcdir)/acx_plplot.m4 \ |
---|
98 | $(top_srcdir)/acx_prog_cc_optim.m4 \ |
---|
99 | $(top_srcdir)/acx_pthread.m4 \ |
---|
100 | $(top_srcdir)/acx_urbi_resolve_dir.m4 \ |
---|
101 | $(top_srcdir)/configure.ac |
---|
102 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
---|
103 | $(ACLOCAL_M4) |
---|
104 | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |
---|
105 | configure.lineno config.status.lineno |
---|
106 | mkinstalldirs = $(SHELL) $(top_srcdir)/autoconf/mkinstalldirs |
---|
107 | CONFIG_HEADER = config.h |
---|
108 | CONFIG_CLEAN_FILES = scamp.spec |
---|
109 | CONFIG_CLEAN_VPATH_FILES = |
---|
110 | depcomp = |
---|
111 | am__depfiles_maybe = |
---|
112 | SOURCES = |
---|
113 | DIST_SOURCES = |
---|
114 | RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ |
---|
115 | html-recursive info-recursive install-data-recursive \ |
---|
116 | install-dvi-recursive install-exec-recursive \ |
---|
117 | install-html-recursive install-info-recursive \ |
---|
118 | install-pdf-recursive install-ps-recursive install-recursive \ |
---|
119 | installcheck-recursive installdirs-recursive pdf-recursive \ |
---|
120 | ps-recursive uninstall-recursive |
---|
121 | am__can_run_installinfo = \ |
---|
122 | case $$AM_UPDATE_INFO_DIR in \ |
---|
123 | n|no|NO) false;; \ |
---|
124 | *) (install-info --version) >/dev/null 2>&1;; \ |
---|
125 | esac |
---|
126 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
---|
127 | am__vpath_adj = case $$p in \ |
---|
128 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
---|
129 | *) f=$$p;; \ |
---|
130 | esac; |
---|
131 | am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; |
---|
132 | am__install_max = 40 |
---|
133 | am__nobase_strip_setup = \ |
---|
134 | srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` |
---|
135 | am__nobase_strip = \ |
---|
136 | for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" |
---|
137 | am__nobase_list = $(am__nobase_strip_setup); \ |
---|
138 | for p in $$list; do echo "$$p $$p"; done | \ |
---|
139 | sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ |
---|
140 | $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ |
---|
141 | if (++n[$$2] == $(am__install_max)) \ |
---|
142 | { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ |
---|
143 | END { for (dir in files) print dir, files[dir] }' |
---|
144 | am__base_list = \ |
---|
145 | sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ |
---|
146 | sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' |
---|
147 | am__uninstall_files_from_dir = { \ |
---|
148 | test -z "$$files" \ |
---|
149 | || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ |
---|
150 | || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ |
---|
151 | $(am__cd) "$$dir" && rm -f $$files; }; \ |
---|
152 | } |
---|
153 | am__installdirs = "$(DESTDIR)$(pkgdatadir)" |
---|
154 | DATA = $(dist_pkgdata_DATA) |
---|
155 | RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ |
---|
156 | distclean-recursive maintainer-clean-recursive |
---|
157 | AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ |
---|
158 | $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ |
---|
159 | cscope distdir dist dist-all distcheck |
---|
160 | ETAGS = etags |
---|
161 | CTAGS = ctags |
---|
162 | CSCOPE = cscope |
---|
163 | DIST_SUBDIRS = $(SUBDIRS) |
---|
164 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
---|
165 | distdir = $(PACKAGE)-$(VERSION) |
---|
166 | top_distdir = $(distdir) |
---|
167 | am__remove_distdir = \ |
---|
168 | if test -d "$(distdir)"; then \ |
---|
169 | find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ |
---|
170 | && rm -rf "$(distdir)" \ |
---|
171 | || { sleep 5 && rm -rf "$(distdir)"; }; \ |
---|
172 | else :; fi |
---|
173 | am__post_remove_distdir = $(am__remove_distdir) |
---|
174 | am__relativize = \ |
---|
175 | dir0=`pwd`; \ |
---|
176 | sed_first='s,^\([^/]*\)/.*$$,\1,'; \ |
---|
177 | sed_rest='s,^[^/]*/*,,'; \ |
---|
178 | sed_last='s,^.*/\([^/]*\)$$,\1,'; \ |
---|
179 | sed_butlast='s,/*[^/]*$$,,'; \ |
---|
180 | while test -n "$$dir1"; do \ |
---|
181 | first=`echo "$$dir1" | sed -e "$$sed_first"`; \ |
---|
182 | if test "$$first" != "."; then \ |
---|
183 | if test "$$first" = ".."; then \ |
---|
184 | dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ |
---|
185 | dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ |
---|
186 | else \ |
---|
187 | first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ |
---|
188 | if test "$$first2" = "$$first"; then \ |
---|
189 | dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ |
---|
190 | else \ |
---|
191 | dir2="../$$dir2"; \ |
---|
192 | fi; \ |
---|
193 | dir0="$$dir0"/"$$first"; \ |
---|
194 | fi; \ |
---|
195 | fi; \ |
---|
196 | dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ |
---|
197 | done; \ |
---|
198 | reldir="$$dir2" |
---|
199 | DIST_ARCHIVES = $(distdir).tar.gz |
---|
200 | GZIP_ENV = --best |
---|
201 | DIST_TARGETS = dist-gzip |
---|
202 | distuninstallcheck_listfiles = find . -type f -print |
---|
203 | am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ |
---|
204 | | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' |
---|
205 | distcleancheck_listfiles = find . -type f -print |
---|
206 | ACLOCAL = ${SHELL} /Users/gam/ASTROMATIC/scamp/trunk/autoconf/missing --run aclocal-1.12 |
---|
207 | AMTAR = $${TAR-tar} |
---|
208 | AM_CFLAGS = -D_REENTRANT -DMKL_ILP64 |
---|
209 | AM_CPPFLAGS = -I/opt/local/include/plplot |
---|
210 | AM_LDFLAGS = -static-intel -openmp-link static -shared-libgcc -static-libtool-libs -avoid-version |
---|
211 | AR = ar |
---|
212 | ATLAS_CFLAGS = |
---|
213 | ATLAS_ERROR = |
---|
214 | ATLAS_LIBPATH = |
---|
215 | ATLAS_LIBS = |
---|
216 | ATLAS_WARN = |
---|
217 | AUTOCONF = ${SHELL} /Users/gam/ASTROMATIC/scamp/trunk/autoconf/missing --run autoconf |
---|
218 | AUTOHEADER = ${SHELL} /Users/gam/ASTROMATIC/scamp/trunk/autoconf/missing --run autoheader |
---|
219 | AUTOMAKE = ${SHELL} /Users/gam/ASTROMATIC/scamp/trunk/autoconf/missing --run automake-1.12 |
---|
220 | AWK = gawk |
---|
221 | CC = icc |
---|
222 | CCDEPMODE = depmode=gcc3 |
---|
223 | CDSCLIENT = |
---|
224 | CFLAGS = -g -O2 |
---|
225 | CPP = icc -E |
---|
226 | CPPFLAGS = |
---|
227 | CYGPATH_W = echo |
---|
228 | DATE2 = Thu Dec 13 2012 |
---|
229 | DATE3 = December 2012 |
---|
230 | DEFS = -DHAVE_CONFIG_H |
---|
231 | DEPDIR = .deps |
---|
232 | DLLTOOL = false |
---|
233 | DSYMUTIL = dsymutil |
---|
234 | DUMPBIN = |
---|
235 | ECHO_C = \c |
---|
236 | ECHO_N = |
---|
237 | ECHO_T = |
---|
238 | EGREP = /usr/bin/grep -E |
---|
239 | EXEEXT = |
---|
240 | FFTW_ERROR = |
---|
241 | FFTW_LIBS = |
---|
242 | FFTW_WARN = |
---|
243 | FGREP = /usr/bin/grep -F |
---|
244 | GREP = /usr/bin/grep |
---|
245 | INSTALL = /usr/bin/install -c |
---|
246 | INSTALL_DATA = ${INSTALL} -m 644 |
---|
247 | INSTALL_PROGRAM = ${INSTALL} |
---|
248 | INSTALL_SCRIPT = ${INSTALL} |
---|
249 | INSTALL_STRIP_PROGRAM = $(install_sh) -c -s |
---|
250 | LD = /opt/local/bin/ld |
---|
251 | LDFLAGS = |
---|
252 | LIBOBJS = ${LIBOBJDIR}error$U.o ${LIBOBJDIR}lstat$U.o |
---|
253 | LIBS = /opt/local/lib/libfreetype.dylib -L/opt/local/lib -lplplotd -lltdl -ldl -lm -lcsirocsa -lcsironn -lqhull -lqsastime -mkl -lm |
---|
254 | LIBTOOL = $(SHELL) $(top_builddir)/libtool |
---|
255 | LIPO = lipo |
---|
256 | LN_S = ln -s |
---|
257 | LTLIBOBJS = ${LIBOBJDIR}error$U.lo ${LIBOBJDIR}lstat$U.lo |
---|
258 | MAKEINFO = ${SHELL} /Users/gam/ASTROMATIC/scamp/trunk/autoconf/missing --run makeinfo |
---|
259 | MANIFEST_TOOL = : |
---|
260 | MKDIR_P = autoconf/install-sh -c -d |
---|
261 | MKL_CFLAGS = -DMKL_ILP64 |
---|
262 | MKL_LIBS = -mkl |
---|
263 | MKL_WARN = |
---|
264 | NM = /opt/local/bin/nm |
---|
265 | NMEDIT = nmedit |
---|
266 | OBJDUMP = false |
---|
267 | OBJEXT = o |
---|
268 | OTOOL = otool |
---|
269 | OTOOL64 = : |
---|
270 | PACKAGE = scamp |
---|
271 | PACKAGER = Emmanuel Bertin |
---|
272 | PACKAGE_BUGREPORT = bertin@iap.fr |
---|
273 | PACKAGE_NAME = scamp |
---|
274 | PACKAGE_STRING = scamp 2.0b5 |
---|
275 | PACKAGE_TARNAME = scamp |
---|
276 | PACKAGE_URL = |
---|
277 | PACKAGE_VERSION = 2.0b5 |
---|
278 | PATH_SEPARATOR = : |
---|
279 | PLPLOT_CFLAGS = -I/opt/local/include/plplot |
---|
280 | PLPLOT_LIBS = /opt/local/lib/libfreetype.dylib -L/opt/local/lib -lplplotd -lltdl -ldl -lm -lcsirocsa -lcsironn -lqhull -lqsastime |
---|
281 | PTHREAD_CC = icc |
---|
282 | PTHREAD_CFLAGS = |
---|
283 | PTHREAD_LIBS = |
---|
284 | RANLIB = ranlib |
---|
285 | SED = /opt/local/bin/gsed |
---|
286 | SET_MAKE = |
---|
287 | SHELL = /bin/sh |
---|
288 | STRIP = strip |
---|
289 | VERSION = 2.0b5 |
---|
290 | abs_builddir = /Users/gam/ASTROMATIC/scamp/trunk |
---|
291 | abs_srcdir = /Users/gam/ASTROMATIC/scamp/trunk |
---|
292 | abs_top_builddir = /Users/gam/ASTROMATIC/scamp/trunk |
---|
293 | abs_top_srcdir = /Users/gam/ASTROMATIC/scamp/trunk |
---|
294 | ac_ct_AR = ar |
---|
295 | ac_ct_CC = icc |
---|
296 | ac_ct_DUMPBIN = |
---|
297 | acx_cdsclient_ok = yes |
---|
298 | am__include = include |
---|
299 | am__leading_dot = . |
---|
300 | am__quote = |
---|
301 | am__tar = $${TAR-tar} chof - "$$tardir" |
---|
302 | am__untar = $${TAR-tar} xf - |
---|
303 | bindir = ${exec_prefix}/bin |
---|
304 | build = i386-apple-darwin11.4.2 |
---|
305 | build_alias = |
---|
306 | build_cpu = i386 |
---|
307 | build_os = darwin11.4.2 |
---|
308 | build_vendor = apple |
---|
309 | builddir = . |
---|
310 | datadir = ${datarootdir} |
---|
311 | datarootdir = ${prefix}/share |
---|
312 | docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} |
---|
313 | dvidir = ${docdir} |
---|
314 | exec_prefix = ${prefix} |
---|
315 | host = i386-apple-darwin11.4.2 |
---|
316 | host_alias = |
---|
317 | host_cpu = i386 |
---|
318 | host_os = darwin11.4.2 |
---|
319 | host_vendor = apple |
---|
320 | htmldir = ${docdir} |
---|
321 | includedir = ${prefix}/include |
---|
322 | infodir = ${datarootdir}/info |
---|
323 | install_sh = ${SHELL} /Users/gam/ASTROMATIC/scamp/trunk/autoconf/install-sh |
---|
324 | libdir = ${exec_prefix}/lib |
---|
325 | libexecdir = ${exec_prefix}/libexec |
---|
326 | localedir = ${datarootdir}/locale |
---|
327 | localstatedir = ${prefix}/var |
---|
328 | mandir = ${datarootdir}/man |
---|
329 | mkdir_p = $(MKDIR_P) |
---|
330 | oldincludedir = /usr/include |
---|
331 | pdfdir = ${docdir} |
---|
332 | prefix = /usr/local |
---|
333 | program_transform_name = s,x,x, |
---|
334 | psdir = ${docdir} |
---|
335 | sbindir = ${exec_prefix}/sbin |
---|
336 | sharedstatedir = ${prefix}/com |
---|
337 | srcdir = . |
---|
338 | sysconfdir = ${prefix}/etc |
---|
339 | target_alias = |
---|
340 | top_build_prefix = |
---|
341 | top_builddir = . |
---|
342 | top_srcdir = . |
---|
343 | AUTOMAKE_OPTIONS = foreign no-dependencies |
---|
344 | SUBDIRS = man src |
---|
345 | dist_pkgdata_DATA = config/*.ahead xsl/scamp.xsl |
---|
346 | EXTRA_DIST = doc AUTHORS BUGS ChangeLog COPYRIGHT \ |
---|
347 | HISTORY INSTALL LICENSE README THANKS \ |
---|
348 | acx_pthread.m4 acx_prog_cc_optim.m4 \ |
---|
349 | acx_atlas.m4 acx_cdsclient.m4 acx_fftw.m4 \ |
---|
350 | acx_mkl.m4 acx_plplot.m4 acx_urbi_resolve_dir.m4 |
---|
351 | |
---|
352 | RPM_ROOTDIR = `rpmbuild --nobuild -E %_topdir` |
---|
353 | RPM_SRCDIR = $(RPM_ROOTDIR)/SOURCES |
---|
354 | MAC_DESTDIR = /opt/local |
---|
355 | all: config.h |
---|
356 | $(MAKE) $(AM_MAKEFLAGS) all-recursive |
---|
357 | |
---|
358 | .SUFFIXES: |
---|
359 | am--refresh: Makefile |
---|
360 | @: |
---|
361 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
---|
362 | @for dep in $?; do \ |
---|
363 | case '$(am__configure_deps)' in \ |
---|
364 | *$$dep*) \ |
---|
365 | echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ |
---|
366 | $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ |
---|
367 | && exit 0; \ |
---|
368 | exit 1;; \ |
---|
369 | esac; \ |
---|
370 | done; \ |
---|
371 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ |
---|
372 | $(am__cd) $(top_srcdir) && \ |
---|
373 | $(AUTOMAKE) --foreign Makefile |
---|
374 | .PRECIOUS: Makefile |
---|
375 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
---|
376 | @case '$?' in \ |
---|
377 | *config.status*) \ |
---|
378 | echo ' $(SHELL) ./config.status'; \ |
---|
379 | $(SHELL) ./config.status;; \ |
---|
380 | *) \ |
---|
381 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ |
---|
382 | cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ |
---|
383 | esac; |
---|
384 | |
---|
385 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
---|
386 | $(SHELL) ./config.status --recheck |
---|
387 | |
---|
388 | $(top_srcdir)/configure: $(am__configure_deps) |
---|
389 | $(am__cd) $(srcdir) && $(AUTOCONF) |
---|
390 | $(ACLOCAL_M4): $(am__aclocal_m4_deps) |
---|
391 | $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) |
---|
392 | $(am__aclocal_m4_deps): |
---|
393 | |
---|
394 | config.h: stamp-h1 |
---|
395 | @if test ! -f $@; then rm -f stamp-h1; else :; fi |
---|
396 | @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi |
---|
397 | |
---|
398 | stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status |
---|
399 | @rm -f stamp-h1 |
---|
400 | cd $(top_builddir) && $(SHELL) ./config.status config.h |
---|
401 | $(srcdir)/config.h.in: $(am__configure_deps) |
---|
402 | ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) |
---|
403 | rm -f stamp-h1 |
---|
404 | touch $@ |
---|
405 | |
---|
406 | distclean-hdr: |
---|
407 | -rm -f config.h stamp-h1 |
---|
408 | scamp.spec: $(top_builddir)/config.status $(srcdir)/scamp.spec.in |
---|
409 | cd $(top_builddir) && $(SHELL) ./config.status $@ |
---|
410 | |
---|
411 | mostlyclean-libtool: |
---|
412 | -rm -f *.lo |
---|
413 | |
---|
414 | clean-libtool: |
---|
415 | -rm -rf .libs _libs |
---|
416 | |
---|
417 | distclean-libtool: |
---|
418 | -rm -f libtool config.lt |
---|
419 | install-dist_pkgdataDATA: $(dist_pkgdata_DATA) |
---|
420 | @$(NORMAL_INSTALL) |
---|
421 | @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ |
---|
422 | if test -n "$$list"; then \ |
---|
423 | echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ |
---|
424 | $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ |
---|
425 | fi; \ |
---|
426 | for p in $$list; do \ |
---|
427 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
---|
428 | echo "$$d$$p"; \ |
---|
429 | done | $(am__base_list) | \ |
---|
430 | while read files; do \ |
---|
431 | echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ |
---|
432 | $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ |
---|
433 | done |
---|
434 | |
---|
435 | uninstall-dist_pkgdataDATA: |
---|
436 | @$(NORMAL_UNINSTALL) |
---|
437 | @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ |
---|
438 | files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
---|
439 | dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) |
---|
440 | |
---|
441 | # This directory's subdirectories are mostly independent; you can cd |
---|
442 | # into them and run 'make' without going through this Makefile. |
---|
443 | # To change the values of 'make' variables: instead of editing Makefiles, |
---|
444 | # (1) if the variable is set in 'config.status', edit 'config.status' |
---|
445 | # (which will cause the Makefiles to be regenerated when you run 'make'); |
---|
446 | # (2) otherwise, pass the desired values on the 'make' command line. |
---|
447 | $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS): |
---|
448 | @fail= failcom='exit 1'; \ |
---|
449 | for f in x $$MAKEFLAGS; do \ |
---|
450 | case $$f in \ |
---|
451 | *=* | --[!k]*);; \ |
---|
452 | *k*) failcom='fail=yes';; \ |
---|
453 | esac; \ |
---|
454 | done; \ |
---|
455 | dot_seen=no; \ |
---|
456 | target=`echo $@ | sed s/-recursive//`; \ |
---|
457 | case "$@" in \ |
---|
458 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
---|
459 | *) list='$(SUBDIRS)' ;; \ |
---|
460 | esac; \ |
---|
461 | for subdir in $$list; do \ |
---|
462 | echo "Making $$target in $$subdir"; \ |
---|
463 | if test "$$subdir" = "."; then \ |
---|
464 | dot_seen=yes; \ |
---|
465 | local_target="$$target-am"; \ |
---|
466 | else \ |
---|
467 | local_target="$$target"; \ |
---|
468 | fi; \ |
---|
469 | ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
---|
470 | || eval $$failcom; \ |
---|
471 | done; \ |
---|
472 | if test "$$dot_seen" = "no"; then \ |
---|
473 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
---|
474 | fi; test -z "$$fail" |
---|
475 | tags-recursive: |
---|
476 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
477 | test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
---|
478 | done |
---|
479 | ctags-recursive: |
---|
480 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
481 | test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ |
---|
482 | done |
---|
483 | cscopelist-recursive: |
---|
484 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
485 | test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \ |
---|
486 | done |
---|
487 | |
---|
488 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
---|
489 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
490 | unique=`for i in $$list; do \ |
---|
491 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
492 | done | \ |
---|
493 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
---|
494 | END { if (nonempty) { for (i in files) print i; }; }'`; \ |
---|
495 | mkid -fID $$unique |
---|
496 | tags: TAGS |
---|
497 | |
---|
498 | TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ |
---|
499 | $(TAGS_FILES) $(LISP) |
---|
500 | set x; \ |
---|
501 | here=`pwd`; \ |
---|
502 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
---|
503 | include_option=--etags-include; \ |
---|
504 | empty_fix=.; \ |
---|
505 | else \ |
---|
506 | include_option=--include; \ |
---|
507 | empty_fix=; \ |
---|
508 | fi; \ |
---|
509 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
510 | if test "$$subdir" = .; then :; else \ |
---|
511 | test ! -f $$subdir/TAGS || \ |
---|
512 | set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ |
---|
513 | fi; \ |
---|
514 | done; \ |
---|
515 | list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ |
---|
516 | unique=`for i in $$list; do \ |
---|
517 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
518 | done | \ |
---|
519 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
---|
520 | END { if (nonempty) { for (i in files) print i; }; }'`; \ |
---|
521 | shift; \ |
---|
522 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
---|
523 | test -n "$$unique" || unique=$$empty_fix; \ |
---|
524 | if test $$# -gt 0; then \ |
---|
525 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
---|
526 | "$$@" $$unique; \ |
---|
527 | else \ |
---|
528 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
---|
529 | $$unique; \ |
---|
530 | fi; \ |
---|
531 | fi |
---|
532 | ctags: CTAGS |
---|
533 | CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ |
---|
534 | $(TAGS_FILES) $(LISP) |
---|
535 | list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ |
---|
536 | unique=`for i in $$list; do \ |
---|
537 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
538 | done | \ |
---|
539 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
---|
540 | END { if (nonempty) { for (i in files) print i; }; }'`; \ |
---|
541 | test -z "$(CTAGS_ARGS)$$unique" \ |
---|
542 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
---|
543 | $$unique |
---|
544 | |
---|
545 | GTAGS: |
---|
546 | here=`$(am__cd) $(top_builddir) && pwd` \ |
---|
547 | && $(am__cd) $(top_srcdir) \ |
---|
548 | && gtags -i $(GTAGS_ARGS) "$$here" |
---|
549 | |
---|
550 | cscope: cscope.files |
---|
551 | test ! -s cscope.files \ |
---|
552 | || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) |
---|
553 | |
---|
554 | clean-cscope: |
---|
555 | -rm -f cscope.files |
---|
556 | |
---|
557 | cscope.files: clean-cscope cscopelist-recursive cscopelist |
---|
558 | |
---|
559 | cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP) |
---|
560 | list='$(SOURCES) $(HEADERS) $(LISP)'; \ |
---|
561 | case "$(srcdir)" in \ |
---|
562 | [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
---|
563 | *) sdir=$(subdir)/$(srcdir) ;; \ |
---|
564 | esac; \ |
---|
565 | for i in $$list; do \ |
---|
566 | if test -f "$$i"; then \ |
---|
567 | echo "$(subdir)/$$i"; \ |
---|
568 | else \ |
---|
569 | echo "$$sdir/$$i"; \ |
---|
570 | fi; \ |
---|
571 | done >> $(top_builddir)/cscope.files |
---|
572 | |
---|
573 | distclean-tags: |
---|
574 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
---|
575 | -rm -f cscope.out cscope.in.out cscope.po.out cscope.files |
---|
576 | |
---|
577 | distdir: $(DISTFILES) |
---|
578 | $(am__remove_distdir) |
---|
579 | test -d "$(distdir)" || mkdir "$(distdir)" |
---|
580 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
---|
581 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
---|
582 | list='$(DISTFILES)'; \ |
---|
583 | dist_files=`for file in $$list; do echo $$file; done | \ |
---|
584 | sed -e "s|^$$srcdirstrip/||;t" \ |
---|
585 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
---|
586 | case $$dist_files in \ |
---|
587 | */*) $(MKDIR_P) `echo "$$dist_files" | \ |
---|
588 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
---|
589 | sort -u` ;; \ |
---|
590 | esac; \ |
---|
591 | for file in $$dist_files; do \ |
---|
592 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
---|
593 | if test -d $$d/$$file; then \ |
---|
594 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
---|
595 | if test -d "$(distdir)/$$file"; then \ |
---|
596 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
---|
597 | fi; \ |
---|
598 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
---|
599 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ |
---|
600 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
---|
601 | fi; \ |
---|
602 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ |
---|
603 | else \ |
---|
604 | test -f "$(distdir)/$$file" \ |
---|
605 | || cp -p $$d/$$file "$(distdir)/$$file" \ |
---|
606 | || exit 1; \ |
---|
607 | fi; \ |
---|
608 | done |
---|
609 | @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
---|
610 | if test "$$subdir" = .; then :; else \ |
---|
611 | $(am__make_dryrun) \ |
---|
612 | || test -d "$(distdir)/$$subdir" \ |
---|
613 | || $(MKDIR_P) "$(distdir)/$$subdir" \ |
---|
614 | || exit 1; \ |
---|
615 | dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ |
---|
616 | $(am__relativize); \ |
---|
617 | new_distdir=$$reldir; \ |
---|
618 | dir1=$$subdir; dir2="$(top_distdir)"; \ |
---|
619 | $(am__relativize); \ |
---|
620 | new_top_distdir=$$reldir; \ |
---|
621 | echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ |
---|
622 | echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ |
---|
623 | ($(am__cd) $$subdir && \ |
---|
624 | $(MAKE) $(AM_MAKEFLAGS) \ |
---|
625 | top_distdir="$$new_top_distdir" \ |
---|
626 | distdir="$$new_distdir" \ |
---|
627 | am__remove_distdir=: \ |
---|
628 | am__skip_length_check=: \ |
---|
629 | am__skip_mode_fix=: \ |
---|
630 | distdir) \ |
---|
631 | || exit 1; \ |
---|
632 | fi; \ |
---|
633 | done |
---|
634 | $(MAKE) $(AM_MAKEFLAGS) \ |
---|
635 | top_distdir="$(top_distdir)" distdir="$(distdir)" \ |
---|
636 | dist-hook |
---|
637 | -test -n "$(am__skip_mode_fix)" \ |
---|
638 | || find "$(distdir)" -type d ! -perm -755 \ |
---|
639 | -exec chmod u+rwx,go+rx {} \; -o \ |
---|
640 | ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ |
---|
641 | ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ |
---|
642 | ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ |
---|
643 | || chmod -R a+r "$(distdir)" |
---|
644 | dist-gzip: distdir |
---|
645 | tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
---|
646 | $(am__post_remove_distdir) |
---|
647 | |
---|
648 | dist-bzip2: distdir |
---|
649 | tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 |
---|
650 | $(am__post_remove_distdir) |
---|
651 | |
---|
652 | dist-lzip: distdir |
---|
653 | tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz |
---|
654 | $(am__post_remove_distdir) |
---|
655 | |
---|
656 | dist-xz: distdir |
---|
657 | tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz |
---|
658 | $(am__post_remove_distdir) |
---|
659 | |
---|
660 | dist-tarZ: distdir |
---|
661 | tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z |
---|
662 | $(am__post_remove_distdir) |
---|
663 | |
---|
664 | dist-shar: distdir |
---|
665 | shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz |
---|
666 | $(am__post_remove_distdir) |
---|
667 | |
---|
668 | dist-zip: distdir |
---|
669 | -rm -f $(distdir).zip |
---|
670 | zip -rq $(distdir).zip $(distdir) |
---|
671 | $(am__post_remove_distdir) |
---|
672 | |
---|
673 | dist dist-all: |
---|
674 | $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' |
---|
675 | $(am__post_remove_distdir) |
---|
676 | |
---|
677 | # This target untars the dist file and tries a VPATH configuration. Then |
---|
678 | # it guarantees that the distribution is self-contained by making another |
---|
679 | # tarfile. |
---|
680 | distcheck: dist |
---|
681 | case '$(DIST_ARCHIVES)' in \ |
---|
682 | *.tar.gz*) \ |
---|
683 | GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ |
---|
684 | *.tar.bz2*) \ |
---|
685 | bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ |
---|
686 | *.tar.lz*) \ |
---|
687 | lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ |
---|
688 | *.tar.xz*) \ |
---|
689 | xz -dc $(distdir).tar.xz | $(am__untar) ;;\ |
---|
690 | *.tar.Z*) \ |
---|
691 | uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ |
---|
692 | *.shar.gz*) \ |
---|
693 | GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ |
---|
694 | *.zip*) \ |
---|
695 | unzip $(distdir).zip ;;\ |
---|
696 | esac |
---|
697 | chmod -R a-w $(distdir) |
---|
698 | chmod u+w $(distdir) |
---|
699 | mkdir $(distdir)/_build $(distdir)/_inst |
---|
700 | chmod a-w $(distdir) |
---|
701 | test -d $(distdir)/_build || exit 0; \ |
---|
702 | dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ |
---|
703 | && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ |
---|
704 | && am__cwd=`pwd` \ |
---|
705 | && $(am__cd) $(distdir)/_build \ |
---|
706 | && ../configure --srcdir=.. --prefix="$$dc_install_base" \ |
---|
707 | $(AM_DISTCHECK_CONFIGURE_FLAGS) \ |
---|
708 | $(DISTCHECK_CONFIGURE_FLAGS) \ |
---|
709 | && $(MAKE) $(AM_MAKEFLAGS) \ |
---|
710 | && $(MAKE) $(AM_MAKEFLAGS) dvi \ |
---|
711 | && $(MAKE) $(AM_MAKEFLAGS) check \ |
---|
712 | && $(MAKE) $(AM_MAKEFLAGS) install \ |
---|
713 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ |
---|
714 | && $(MAKE) $(AM_MAKEFLAGS) uninstall \ |
---|
715 | && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ |
---|
716 | distuninstallcheck \ |
---|
717 | && chmod -R a-w "$$dc_install_base" \ |
---|
718 | && ({ \ |
---|
719 | (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ |
---|
720 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ |
---|
721 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ |
---|
722 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ |
---|
723 | distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ |
---|
724 | } || { rm -rf "$$dc_destdir"; exit 1; }) \ |
---|
725 | && rm -rf "$$dc_destdir" \ |
---|
726 | && $(MAKE) $(AM_MAKEFLAGS) dist \ |
---|
727 | && rm -rf $(DIST_ARCHIVES) \ |
---|
728 | && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ |
---|
729 | && cd "$$am__cwd" \ |
---|
730 | || exit 1 |
---|
731 | $(am__post_remove_distdir) |
---|
732 | @(echo "$(distdir) archives ready for distribution: "; \ |
---|
733 | list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ |
---|
734 | sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' |
---|
735 | distuninstallcheck: |
---|
736 | @test -n '$(distuninstallcheck_dir)' || { \ |
---|
737 | echo 'ERROR: trying to run $@ with an empty' \ |
---|
738 | '$$(distuninstallcheck_dir)' >&2; \ |
---|
739 | exit 1; \ |
---|
740 | }; \ |
---|
741 | $(am__cd) '$(distuninstallcheck_dir)' || { \ |
---|
742 | echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ |
---|
743 | exit 1; \ |
---|
744 | }; \ |
---|
745 | test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ |
---|
746 | || { echo "ERROR: files left after uninstall:" ; \ |
---|
747 | if test -n "$(DESTDIR)"; then \ |
---|
748 | echo " (check DESTDIR support)"; \ |
---|
749 | fi ; \ |
---|
750 | $(distuninstallcheck_listfiles) ; \ |
---|
751 | exit 1; } >&2 |
---|
752 | distcleancheck: distclean |
---|
753 | @if test '$(srcdir)' = . ; then \ |
---|
754 | echo "ERROR: distcleancheck can only run from a VPATH build" ; \ |
---|
755 | exit 1 ; \ |
---|
756 | fi |
---|
757 | @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ |
---|
758 | || { echo "ERROR: files left in build directory after distclean:" ; \ |
---|
759 | $(distcleancheck_listfiles) ; \ |
---|
760 | exit 1; } >&2 |
---|
761 | check-am: all-am |
---|
762 | check: check-recursive |
---|
763 | all-am: Makefile $(DATA) config.h |
---|
764 | installdirs: installdirs-recursive |
---|
765 | installdirs-am: |
---|
766 | for dir in "$(DESTDIR)$(pkgdatadir)"; do \ |
---|
767 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
---|
768 | done |
---|
769 | install-exec: install-exec-recursive |
---|
770 | install-data: install-data-recursive |
---|
771 | uninstall: uninstall-recursive |
---|
772 | |
---|
773 | install-am: all-am |
---|
774 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
---|
775 | |
---|
776 | installcheck: installcheck-recursive |
---|
777 | install-strip: |
---|
778 | if test -z '$(STRIP)'; then \ |
---|
779 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
---|
780 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
---|
781 | install; \ |
---|
782 | else \ |
---|
783 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
---|
784 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
---|
785 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
---|
786 | fi |
---|
787 | mostlyclean-generic: |
---|
788 | |
---|
789 | clean-generic: |
---|
790 | |
---|
791 | distclean-generic: |
---|
792 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
---|
793 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
---|
794 | |
---|
795 | maintainer-clean-generic: |
---|
796 | @echo "This command is intended for maintainers to use" |
---|
797 | @echo "it deletes files that may require special tools to rebuild." |
---|
798 | clean: clean-recursive |
---|
799 | |
---|
800 | clean-am: clean-generic clean-libtool mostlyclean-am |
---|
801 | |
---|
802 | distclean: distclean-recursive |
---|
803 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
---|
804 | -rm -f Makefile |
---|
805 | distclean-am: clean-am distclean-generic distclean-hdr \ |
---|
806 | distclean-libtool distclean-tags |
---|
807 | |
---|
808 | dvi: dvi-recursive |
---|
809 | |
---|
810 | dvi-am: |
---|
811 | |
---|
812 | html: html-recursive |
---|
813 | |
---|
814 | html-am: |
---|
815 | |
---|
816 | info: info-recursive |
---|
817 | |
---|
818 | info-am: |
---|
819 | |
---|
820 | install-data-am: install-dist_pkgdataDATA |
---|
821 | |
---|
822 | install-dvi: install-dvi-recursive |
---|
823 | |
---|
824 | install-dvi-am: |
---|
825 | |
---|
826 | install-exec-am: |
---|
827 | |
---|
828 | install-html: install-html-recursive |
---|
829 | |
---|
830 | install-html-am: |
---|
831 | |
---|
832 | install-info: install-info-recursive |
---|
833 | |
---|
834 | install-info-am: |
---|
835 | |
---|
836 | install-man: |
---|
837 | |
---|
838 | install-pdf: install-pdf-recursive |
---|
839 | |
---|
840 | install-pdf-am: |
---|
841 | |
---|
842 | install-ps: install-ps-recursive |
---|
843 | |
---|
844 | install-ps-am: |
---|
845 | |
---|
846 | installcheck-am: |
---|
847 | |
---|
848 | maintainer-clean: maintainer-clean-recursive |
---|
849 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
---|
850 | -rm -rf $(top_srcdir)/autom4te.cache |
---|
851 | -rm -f Makefile |
---|
852 | maintainer-clean-am: distclean-am maintainer-clean-generic |
---|
853 | |
---|
854 | mostlyclean: mostlyclean-recursive |
---|
855 | |
---|
856 | mostlyclean-am: mostlyclean-generic mostlyclean-libtool |
---|
857 | |
---|
858 | pdf: pdf-recursive |
---|
859 | |
---|
860 | pdf-am: |
---|
861 | |
---|
862 | ps: ps-recursive |
---|
863 | |
---|
864 | ps-am: |
---|
865 | |
---|
866 | uninstall-am: uninstall-dist_pkgdataDATA |
---|
867 | |
---|
868 | .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ |
---|
869 | cscopelist-recursive ctags-recursive install-am install-strip \ |
---|
870 | tags-recursive |
---|
871 | |
---|
872 | .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ |
---|
873 | all all-am am--refresh check check-am clean clean-cscope \ |
---|
874 | clean-generic clean-libtool cscope cscopelist \ |
---|
875 | cscopelist-recursive ctags ctags-recursive dist dist-all \ |
---|
876 | dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar dist-tarZ \ |
---|
877 | dist-xz dist-zip distcheck distclean distclean-generic \ |
---|
878 | distclean-hdr distclean-libtool distclean-tags distcleancheck \ |
---|
879 | distdir distuninstallcheck dvi dvi-am html html-am info \ |
---|
880 | info-am install install-am install-data install-data-am \ |
---|
881 | install-dist_pkgdataDATA install-dvi install-dvi-am \ |
---|
882 | install-exec install-exec-am install-html install-html-am \ |
---|
883 | install-info install-info-am install-man install-pdf \ |
---|
884 | install-pdf-am install-ps install-ps-am install-strip \ |
---|
885 | installcheck installcheck-am installdirs installdirs-am \ |
---|
886 | maintainer-clean maintainer-clean-generic mostlyclean \ |
---|
887 | mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
---|
888 | tags tags-recursive uninstall uninstall-am \ |
---|
889 | uninstall-dist_pkgdataDATA |
---|
890 | |
---|
891 | |
---|
892 | dist-hook: |
---|
893 | rm -rf `find $(distdir) -name .svn` |
---|
894 | |
---|
895 | rpm: dist |
---|
896 | cp -f $(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.gz $(RPM_SRCDIR) |
---|
897 | rpmbuild -ba --clean $(PACKAGE_NAME).spec |
---|
898 | |
---|
899 | rpm-icc: dist |
---|
900 | cp -f $(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.gz $(RPM_SRCDIR) |
---|
901 | USE_ICC="1" rpmbuild -ba --clean --nodeps $(PACKAGE_NAME).spec |
---|
902 | |
---|
903 | rpm-best: dist |
---|
904 | cp -f $(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.gz $(RPM_SRCDIR) |
---|
905 | USE_BEST="1" rpmbuild -ba --clean --nodeps $(PACKAGE_NAME).spec |
---|
906 | |
---|
907 | mac: all |
---|
908 | mkdir -p bin |
---|
909 | install -m 755 src/$(PACKAGE_NAME) bin |
---|
910 | tar -jcvf $(PACKAGE_NAME)-$(PACKAGE_VERSION).tbz2 [A-LR-T]* Makefile bin doc man/$(PACKAGE_NAME)* |
---|
911 | |
---|
912 | install: |
---|
913 | cp -R bin $(DESTDIR) |
---|
914 | mkdir -p $(DESTDIR)/$(PACKAGE_NAME)-$(PACKAGE_VERSION) |
---|
915 | mkdir -p $(DESTDIR)/$(PACKAGE_NAME)-$(PACKAGE_VERSION)/share |
---|
916 | cp -R doc man [A-Z]* $(DESTDIR)/$(PACKAGE_NAME)-$(PACKAGE_VERSION)/share |
---|
917 | |
---|
918 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
---|
919 | # Otherwise a system limit (for SysV at least) may be exceeded. |
---|
920 | .NOEXPORT: |
---|