xaizek / vide (License: GPLv2+) (since 2018-12-07)
Graphical predecessor of vifm that uses GTK+.
Commit 5c7ce7ce36a3aee43813ba93487d074188849300

Remove GNOME build dependencies
Author: xaizek
Author date (UTC): 2014-05-18 15:11
Committer name: xaizek
Committer date (UTC): 2014-05-18 15:11
Parent(s): 695cdb530483b2b27a1f0039884267292099c3ed
Signing key:
Tree: e9aa6f404faf5eae4d8a48ebb49e86bfa0d54e66
File Lines added Lines deleted
Makefile.in 603 260
aclocal.m4 1003 651
config.h.in 22 12
configure 6067 2354
configure.in 6 6
macros/Makefile 33 33
src/Makefile.in 583 317
File Makefile.in changed (mode: 100644) (index 01c8c88..b453426)
1 # Makefile.in generated automatically by automake 1.4a from Makefile.am
1 # Makefile.in generated by automake 1.11.5 from Makefile.am.
2 # @configure_input@
2 3
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
4 7 # This Makefile.in is free software; the Free Software Foundation # This Makefile.in is free software; the Free Software Foundation
5 8 # gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
6 9 # with or without modifications, as long as this notice is preserved. # with or without modifications, as long as this notice is preserved.
 
10 13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 14 # PARTICULAR PURPOSE. # PARTICULAR PURPOSE.
12 15
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
16 @SET_MAKE@
18 17 VPATH = @srcdir@ 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
18 am__make_dryrun = \
19 { \
20 am__dry=no; \
21 case $$MAKEFLAGS in \
22 *\\[\ \ ]*) \
23 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
24 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25 *) \
26 for am__flg in $$MAKEFLAGS; do \
27 case $$am__flg in \
28 *=*|--*) ;; \
29 *n*) am__dry=yes; break;; \
30 esac; \
31 done;; \
32 esac; \
33 test $$am__dry = yes; \
34 }
37 35 pkgdatadir = $(datadir)/@PACKAGE@ pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 36 pkgincludedir = $(includedir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = .
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 INSTALL_STRIP_FLAG =
53 transform = @program_transform_name@
54
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkglibexecdir = $(libexecdir)/@PACKAGE@
39 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40 install_sh_DATA = $(install_sh) -c -m 644
41 install_sh_PROGRAM = $(install_sh) -c
42 install_sh_SCRIPT = $(install_sh) -c
43 INSTALL_HEADER = $(INSTALL_DATA)
44 transform = $(program_transform_name)
55 45 NORMAL_INSTALL = : NORMAL_INSTALL = :
56 46 PRE_INSTALL = : PRE_INSTALL = :
57 47 POST_INSTALL = : POST_INSTALL = :
58 48 NORMAL_UNINSTALL = : NORMAL_UNINSTALL = :
59 49 PRE_UNINSTALL = : PRE_UNINSTALL = :
60 50 POST_UNINSTALL = : POST_UNINSTALL = :
51 subdir = .
52 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
53 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
54 $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
55 TODO acconfig.h depcomp install-sh missing mkinstalldirs
56 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57 am__aclocal_m4_deps = $(top_srcdir)/configure.in
58 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
59 $(ACLOCAL_M4)
60 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
61 configure.lineno config.status.lineno
62 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
63 CONFIG_HEADER = config.h
64 CONFIG_CLEAN_FILES =
65 CONFIG_CLEAN_VPATH_FILES =
66 SOURCES =
67 DIST_SOURCES =
68 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
69 html-recursive info-recursive install-data-recursive \
70 install-dvi-recursive install-exec-recursive \
71 install-html-recursive install-info-recursive \
72 install-pdf-recursive install-ps-recursive install-recursive \
73 installcheck-recursive installdirs-recursive pdf-recursive \
74 ps-recursive uninstall-recursive
75 am__can_run_installinfo = \
76 case $$AM_UPDATE_INFO_DIR in \
77 n|no|NO) false;; \
78 *) (install-info --version) >/dev/null 2>&1;; \
79 esac
80 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
81 distclean-recursive maintainer-clean-recursive
82 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
83 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
84 distdir dist dist-all distcheck
85 ETAGS = etags
86 CTAGS = ctags
87 DIST_SUBDIRS = $(SUBDIRS)
88 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
89 distdir = $(PACKAGE)-$(VERSION)
90 top_distdir = $(distdir)
91 am__remove_distdir = \
92 if test -d "$(distdir)"; then \
93 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
94 && rm -rf "$(distdir)" \
95 || { sleep 5 && rm -rf "$(distdir)"; }; \
96 else :; fi
97 am__relativize = \
98 dir0=`pwd`; \
99 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
100 sed_rest='s,^[^/]*/*,,'; \
101 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
102 sed_butlast='s,/*[^/]*$$,,'; \
103 while test -n "$$dir1"; do \
104 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
105 if test "$$first" != "."; then \
106 if test "$$first" = ".."; then \
107 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
108 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
109 else \
110 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
111 if test "$$first2" = "$$first"; then \
112 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
113 else \
114 dir2="../$$dir2"; \
115 fi; \
116 dir0="$$dir0"/"$$first"; \
117 fi; \
118 fi; \
119 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
120 done; \
121 reldir="$$dir2"
122 DIST_ARCHIVES = $(distdir).tar.gz
123 GZIP_ENV = --best
124 distuninstallcheck_listfiles = find . -type f -print
125 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
126 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
127 distcleancheck_listfiles = find . -type f -print
128 ACLOCAL = @ACLOCAL@
129 AMTAR = @AMTAR@
130 AUTOCONF = @AUTOCONF@
131 AUTOHEADER = @AUTOHEADER@
132 AUTOMAKE = @AUTOMAKE@
133 AWK = @AWK@
61 134 CC = @CC@ CC = @CC@
62 GNOMEGNORBA_LIBS = @GNOMEGNORBA_LIBS@
63 GNOMEUI_LIBS = @GNOMEUI_LIBS@
64 GNOME_APPLETS_LIBS = @GNOME_APPLETS_LIBS@
65 GNOME_CAPPLET_LIBS = @GNOME_CAPPLET_LIBS@
66 GNOME_CONFIG = @GNOME_CONFIG@
67 GNOME_DOCKLETS_LIBS = @GNOME_DOCKLETS_LIBS@
68 GNOME_INCLUDEDIR = @GNOME_INCLUDEDIR@
69 GNOME_LIBDIR = @GNOME_LIBDIR@
70 GNOME_LIBS = @GNOME_LIBS@
71 GNORBA_CFLAGS = @GNORBA_CFLAGS@
72 GNORBA_LIBS = @GNORBA_LIBS@
73 GTKXMHTML_LIBS = @GTKXMHTML_LIBS@
135 CCDEPMODE = @CCDEPMODE@
136 CFLAGS = @CFLAGS@
137 CPP = @CPP@
138 CPPFLAGS = @CPPFLAGS@
139 CYGPATH_W = @CYGPATH_W@
140 DEFS = @DEFS@
141 DEPDIR = @DEPDIR@
142 ECHO_C = @ECHO_C@
143 ECHO_N = @ECHO_N@
144 ECHO_T = @ECHO_T@
145 EGREP = @EGREP@
146 EXEEXT = @EXEEXT@
147 GREP = @GREP@
74 148 GTK_CFLAGS = @GTK_CFLAGS@ GTK_CFLAGS = @GTK_CFLAGS@
75 149 GTK_CONFIG = @GTK_CONFIG@ GTK_CONFIG = @GTK_CONFIG@
76 150 GTK_LIBS = @GTK_LIBS@ GTK_LIBS = @GTK_LIBS@
151 INSTALL = @INSTALL@
152 INSTALL_DATA = @INSTALL_DATA@
153 INSTALL_PROGRAM = @INSTALL_PROGRAM@
154 INSTALL_SCRIPT = @INSTALL_SCRIPT@
155 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
156 LDFLAGS = @LDFLAGS@
157 LIBOBJS = @LIBOBJS@
158 LIBS = @LIBS@
159 LTLIBOBJS = @LTLIBOBJS@
77 160 MAKEINFO = @MAKEINFO@ MAKEINFO = @MAKEINFO@
78 ORBIT_CFLAGS = @ORBIT_CFLAGS@
79 ORBIT_CONFIG = @ORBIT_CONFIG@
80 ORBIT_IDL = @ORBIT_IDL@
81 ORBIT_LIBS = @ORBIT_LIBS@
161 MKDIR_P = @MKDIR_P@
162 OBJEXT = @OBJEXT@
82 163 PACKAGE = @PACKAGE@ PACKAGE = @PACKAGE@
83 PTHREAD_LIB = @PTHREAD_LIB@
164 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
165 PACKAGE_NAME = @PACKAGE_NAME@
166 PACKAGE_STRING = @PACKAGE_STRING@
167 PACKAGE_TARNAME = @PACKAGE_TARNAME@
168 PACKAGE_URL = @PACKAGE_URL@
169 PACKAGE_VERSION = @PACKAGE_VERSION@
170 PATH_SEPARATOR = @PATH_SEPARATOR@
171 SET_MAKE = @SET_MAKE@
172 SHELL = @SHELL@
173 STRIP = @STRIP@
84 174 VERSION = @VERSION@ VERSION = @VERSION@
85 XPM_LIBS = @XPM_LIBS@
86 ZVT_LIBS = @ZVT_LIBS@
87 cflags_set = @cflags_set@
88 cxxflags_set = @cxxflags_set@
89
175 abs_builddir = @abs_builddir@
176 abs_srcdir = @abs_srcdir@
177 abs_top_builddir = @abs_top_builddir@
178 abs_top_srcdir = @abs_top_srcdir@
179 ac_ct_CC = @ac_ct_CC@
180 am__include = @am__include@
181 am__leading_dot = @am__leading_dot@
182 am__quote = @am__quote@
183 am__tar = @am__tar@
184 am__untar = @am__untar@
185 bindir = @bindir@
186 build_alias = @build_alias@
187 builddir = @builddir@
188 datadir = @datadir@
189 datarootdir = @datarootdir@
190 docdir = @docdir@
191 dvidir = @dvidir@
192 exec_prefix = @exec_prefix@
193 host_alias = @host_alias@
194 htmldir = @htmldir@
195 includedir = @includedir@
196 infodir = @infodir@
197 install_sh = @install_sh@
198 libdir = @libdir@
199 libexecdir = @libexecdir@
200 localedir = @localedir@
201 localstatedir = @localstatedir@
202 mandir = @mandir@
203 mkdir_p = @mkdir_p@
204 oldincludedir = @oldincludedir@
205 pdfdir = @pdfdir@
206 prefix = @prefix@
207 program_transform_name = @program_transform_name@
208 psdir = @psdir@
209 sbindir = @sbindir@
210 sharedstatedir = @sharedstatedir@
211 srcdir = @srcdir@
212 sysconfdir = @sysconfdir@
213 target_alias = @target_alias@
214 top_build_prefix = @top_build_prefix@
215 top_builddir = @top_builddir@
216 top_srcdir = @top_srcdir@
90 217 SUBDIRS = src SUBDIRS = src
91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
93 CONFIG_HEADER = config.h
94 CONFIG_CLEAN_FILES =
95 DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
96 Makefile.am Makefile.in NEWS TODO acconfig.h aclocal.m4 config.h.in \
97 configure configure.in install-sh missing mkinstalldirs
98
99
100 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
218 all: config.h
219 $(MAKE) $(AM_MAKEFLAGS) all-recursive
101 220
102 TAR = gtar
103 GZIP_ENV = --best
104 all: all-redirect
105 221 .SUFFIXES: .SUFFIXES:
106 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
107 cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
222 am--refresh: Makefile
223 @:
224 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
225 @for dep in $?; do \
226 case '$(am__configure_deps)' in \
227 *$$dep*) \
228 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
229 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
230 && exit 0; \
231 exit 1;; \
232 esac; \
233 done; \
234 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
235 $(am__cd) $(top_srcdir) && \
236 $(AUTOMAKE) --gnu Makefile
237 .PRECIOUS: Makefile
238 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
239 @case '$?' in \
240 *config.status*) \
241 echo ' $(SHELL) ./config.status'; \
242 $(SHELL) ./config.status;; \
243 *) \
244 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
245 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
246 esac;
247
248 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
249 $(SHELL) ./config.status --recheck
108 250
109 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
110 cd $(top_builddir) \
111 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
251 $(top_srcdir)/configure: $(am__configure_deps)
252 $(am__cd) $(srcdir) && $(AUTOCONF)
253 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
254 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
255 $(am__aclocal_m4_deps):
112 256
113 $(ACLOCAL_M4): configure.in
114 cd $(srcdir) && $(ACLOCAL)
257 config.h: stamp-h1
258 @if test ! -f $@; then rm -f stamp-h1; else :; fi
259 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
115 260
116 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
117 $(SHELL) ./config.status --recheck
118 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
119 cd $(srcdir) && $(AUTOCONF)
120
121 config.h: stamp-h
122 @if test ! -f $@; then \
123 rm -f stamp-h; \
124 $(MAKE) stamp-h; \
125 else :; fi
126 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
127 cd $(top_builddir) \
128 && CONFIG_FILES= CONFIG_HEADERS=config.h \
129 $(SHELL) ./config.status
130 @echo timestamp > stamp-h 2> /dev/null
131 $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
132 @if test ! -f $@; then \
133 rm -f $(srcdir)/stamp-h.in; \
134 $(MAKE) $(srcdir)/stamp-h.in; \
135 else :; fi
136 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
137 cd $(top_srcdir) && $(AUTOHEADER)
138 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
139
140 mostlyclean-hdr:
141
142 clean-hdr:
261 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
262 @rm -f stamp-h1
263 cd $(top_builddir) && $(SHELL) ./config.status config.h
264 $(srcdir)/config.h.in: $(am__configure_deps) $(top_srcdir)/acconfig.h
265 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
266 rm -f stamp-h1
267 touch $@
143 268
144 269 distclean-hdr: distclean-hdr:
145 -rm -f config.h
146
147 maintainer-clean-hdr:
270 -rm -f config.h stamp-h1
148 271
149 272 # This directory's subdirectories are mostly independent; you can cd # This directory's subdirectories are mostly independent; you can cd
150 273 # into them and run `make' without going through this Makefile. # into them and run `make' without going through this Makefile.
 
... ... maintainer-clean-hdr:
152 275 # (1) if the variable is set in `config.status', edit `config.status' # (1) if the variable is set in `config.status', edit `config.status'
153 276 # (which will cause the Makefiles to be regenerated when you run `make'); # (which will cause the Makefiles to be regenerated when you run `make');
154 277 # (2) otherwise, pass the desired values on the `make' command line. # (2) otherwise, pass the desired values on the `make' command line.
155
156 @SET_MAKE@
157
158 all-recursive install-data-recursive install-exec-recursive \
159 installdirs-recursive install-recursive uninstall-recursive \
160 check-recursive installcheck-recursive info-recursive dvi-recursive:
161 @set fnord $(MAKEFLAGS); amf=$$2; \
278 $(RECURSIVE_TARGETS):
279 @fail= failcom='exit 1'; \
280 for f in x $$MAKEFLAGS; do \
281 case $$f in \
282 *=* | --[!k]*);; \
283 *k*) failcom='fail=yes';; \
284 esac; \
285 done; \
162 286 dot_seen=no; \ dot_seen=no; \
163 287 target=`echo $@ | sed s/-recursive//`; \ target=`echo $@ | sed s/-recursive//`; \
164 288 list='$(SUBDIRS)'; for subdir in $$list; do \ list='$(SUBDIRS)'; for subdir in $$list; do \
 
... ... check-recursive installcheck-recursive info-recursive dvi-recursive:
169 293 else \ else \
170 294 local_target="$$target"; \ local_target="$$target"; \
171 295 fi; \ fi; \
172 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
173 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
296 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
297 || eval $$failcom; \
174 298 done; \ done; \
175 299 if test "$$dot_seen" = "no"; then \ if test "$$dot_seen" = "no"; then \
176 300 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
177 301 fi; test -z "$$fail" fi; test -z "$$fail"
178 302
179 mostlyclean-recursive clean-recursive distclean-recursive \
180 maintainer-clean-recursive:
181 @set fnord $(MAKEFLAGS); amf=$$2; \
303 $(RECURSIVE_CLEAN_TARGETS):
304 @fail= failcom='exit 1'; \
305 for f in x $$MAKEFLAGS; do \
306 case $$f in \
307 *=* | --[!k]*);; \
308 *k*) failcom='fail=yes';; \
309 esac; \
310 done; \
182 311 dot_seen=no; \ dot_seen=no; \
183 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
184 rev="$$subdir $$rev"; \
185 test "$$subdir" = "." && dot_seen=yes; \
312 case "$@" in \
313 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
314 *) list='$(SUBDIRS)' ;; \
315 esac; \
316 rev=''; for subdir in $$list; do \
317 if test "$$subdir" = "."; then :; else \
318 rev="$$subdir $$rev"; \
319 fi; \
186 320 done; \ done; \
187 test "$$dot_seen" = "no" && rev=". $$rev"; \
321 rev="$$rev ."; \
188 322 target=`echo $@ | sed s/-recursive//`; \ target=`echo $@ | sed s/-recursive//`; \
189 323 for subdir in $$rev; do \ for subdir in $$rev; do \
190 324 echo "Making $$target in $$subdir"; \ echo "Making $$target in $$subdir"; \
 
... ... maintainer-clean-recursive:
193 327 else \ else \
194 328 local_target="$$target"; \ local_target="$$target"; \
195 329 fi; \ fi; \
196 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
197 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
330 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
331 || eval $$failcom; \
198 332 done && test -z "$$fail" done && test -z "$$fail"
199 333 tags-recursive: tags-recursive:
200 334 list='$(SUBDIRS)'; for subdir in $$list; do \ list='$(SUBDIRS)'; for subdir in $$list; do \
201 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
335 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
336 done
337 ctags-recursive:
338 list='$(SUBDIRS)'; for subdir in $$list; do \
339 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
202 340 done done
203 341
342 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
343 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
344 unique=`for i in $$list; do \
345 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
346 done | \
347 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
348 END { if (nonempty) { for (i in files) print i; }; }'`; \
349 mkid -fID $$unique
204 350 tags: TAGS tags: TAGS
205 351
206 ID: $(HEADERS) $(SOURCES) $(LISP)
207 list='$(SOURCES) $(HEADERS)'; \
208 unique=`for i in $$list; do echo $$i; done | \
209 awk ' { files[$$0] = 1; } \
210 END { for (i in files) print i; }'`; \
211 here=`pwd` && cd $(srcdir) \
212 && mkid -f$$here/ID $$unique $(LISP)
213
214 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
215 tags=; \
352 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
353 $(TAGS_FILES) $(LISP)
354 set x; \
216 355 here=`pwd`; \ here=`pwd`; \
356 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
357 include_option=--etags-include; \
358 empty_fix=.; \
359 else \
360 include_option=--include; \
361 empty_fix=; \
362 fi; \
217 363 list='$(SUBDIRS)'; for subdir in $$list; do \ list='$(SUBDIRS)'; for subdir in $$list; do \
218 if test "$$subdir" = .; then :; else \
219 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
220 fi; \
364 if test "$$subdir" = .; then :; else \
365 test ! -f $$subdir/TAGS || \
366 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
367 fi; \
221 368 done; \ done; \
222 list='$(SOURCES) $(HEADERS)'; \
223 unique=`for i in $$list; do echo $$i; done | \
224 awk ' { files[$$0] = 1; } \
225 END { for (i in files) print i; }'`; \
226 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
227 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
228
229 mostlyclean-tags:
230
231 clean-tags:
369 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
370 unique=`for i in $$list; do \
371 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
372 done | \
373 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
374 END { if (nonempty) { for (i in files) print i; }; }'`; \
375 shift; \
376 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
377 test -n "$$unique" || unique=$$empty_fix; \
378 if test $$# -gt 0; then \
379 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
380 "$$@" $$unique; \
381 else \
382 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
383 $$unique; \
384 fi; \
385 fi
386 ctags: CTAGS
387 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
388 $(TAGS_FILES) $(LISP)
389 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
390 unique=`for i in $$list; do \
391 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
392 done | \
393 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
394 END { if (nonempty) { for (i in files) print i; }; }'`; \
395 test -z "$(CTAGS_ARGS)$$unique" \
396 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
397 $$unique
398
399 GTAGS:
400 here=`$(am__cd) $(top_builddir) && pwd` \
401 && $(am__cd) $(top_srcdir) \
402 && gtags -i $(GTAGS_ARGS) "$$here"
232 403
233 404 distclean-tags: distclean-tags:
234 -rm -f TAGS ID
235
236 maintainer-clean-tags:
405 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
237 406
238 distdir = $(PACKAGE)-$(VERSION)
239 top_distdir = $(distdir)
407 distdir: $(DISTFILES)
408 $(am__remove_distdir)
409 test -d "$(distdir)" || mkdir "$(distdir)"
410 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
411 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
412 list='$(DISTFILES)'; \
413 dist_files=`for file in $$list; do echo $$file; done | \
414 sed -e "s|^$$srcdirstrip/||;t" \
415 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
416 case $$dist_files in \
417 */*) $(MKDIR_P) `echo "$$dist_files" | \
418 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
419 sort -u` ;; \
420 esac; \
421 for file in $$dist_files; do \
422 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
423 if test -d $$d/$$file; then \
424 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
425 if test -d "$(distdir)/$$file"; then \
426 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
427 fi; \
428 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
429 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
430 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
431 fi; \
432 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
433 else \
434 test -f "$(distdir)/$$file" \
435 || cp -p $$d/$$file "$(distdir)/$$file" \
436 || exit 1; \
437 fi; \
438 done
439 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
440 if test "$$subdir" = .; then :; else \
441 $(am__make_dryrun) \
442 || test -d "$(distdir)/$$subdir" \
443 || $(MKDIR_P) "$(distdir)/$$subdir" \
444 || exit 1; \
445 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
446 $(am__relativize); \
447 new_distdir=$$reldir; \
448 dir1=$$subdir; dir2="$(top_distdir)"; \
449 $(am__relativize); \
450 new_top_distdir=$$reldir; \
451 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
452 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
453 ($(am__cd) $$subdir && \
454 $(MAKE) $(AM_MAKEFLAGS) \
455 top_distdir="$$new_top_distdir" \
456 distdir="$$new_distdir" \
457 am__remove_distdir=: \
458 am__skip_length_check=: \
459 am__skip_mode_fix=: \
460 distdir) \
461 || exit 1; \
462 fi; \
463 done
464 -test -n "$(am__skip_mode_fix)" \
465 || find "$(distdir)" -type d ! -perm -755 \
466 -exec chmod u+rwx,go+rx {} \; -o \
467 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
468 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
469 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
470 || chmod -R a+r "$(distdir)"
471 dist-gzip: distdir
472 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
473 $(am__remove_distdir)
474
475 dist-bzip2: distdir
476 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
477 $(am__remove_distdir)
478
479 dist-lzip: distdir
480 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
481 $(am__remove_distdir)
482
483 dist-lzma: distdir
484 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
485 $(am__remove_distdir)
486
487 dist-xz: distdir
488 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
489 $(am__remove_distdir)
490
491 dist-tarZ: distdir
492 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
493 $(am__remove_distdir)
494
495 dist-shar: distdir
496 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
497 $(am__remove_distdir)
498
499 dist-zip: distdir
500 -rm -f $(distdir).zip
501 zip -rq $(distdir).zip $(distdir)
502 $(am__remove_distdir)
503
504 dist dist-all: distdir
505 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
506 $(am__remove_distdir)
240 507
241 508 # This target untars the dist file and tries a VPATH configuration. Then # This target untars the dist file and tries a VPATH configuration. Then
242 509 # it guarantees that the distribution is self-contained by making another # it guarantees that the distribution is self-contained by making another
243 510 # tarfile. # tarfile.
244 511 distcheck: dist distcheck: dist
245 -rm -rf $(distdir)
246 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
247 mkdir $(distdir)/=build
248 mkdir $(distdir)/=inst
249 dc_install_base=`cd $(distdir)/=inst && pwd`; \
250 cd $(distdir)/=build \
251 && ../configure --srcdir=.. --prefix=$$dc_install_base \
512 case '$(DIST_ARCHIVES)' in \
513 *.tar.gz*) \
514 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
515 *.tar.bz2*) \
516 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
517 *.tar.lzma*) \
518 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
519 *.tar.lz*) \
520 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
521 *.tar.xz*) \
522 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
523 *.tar.Z*) \
524 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
525 *.shar.gz*) \
526 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
527 *.zip*) \
528 unzip $(distdir).zip ;;\
529 esac
530 chmod -R a-w $(distdir); chmod a+w $(distdir)
531 mkdir $(distdir)/_build
532 mkdir $(distdir)/_inst
533 chmod a-w $(distdir)
534 test -d $(distdir)/_build || exit 0; \
535 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
536 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
537 && am__cwd=`pwd` \
538 && $(am__cd) $(distdir)/_build \
539 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
540 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
541 $(DISTCHECK_CONFIGURE_FLAGS) \
252 542 && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) \
253 543 && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) dvi \
254 544 && $(MAKE) $(AM_MAKEFLAGS) check \ && $(MAKE) $(AM_MAKEFLAGS) check \
255 545 && $(MAKE) $(AM_MAKEFLAGS) install \ && $(MAKE) $(AM_MAKEFLAGS) install \
256 546 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ && $(MAKE) $(AM_MAKEFLAGS) installcheck \
257 && $(MAKE) $(AM_MAKEFLAGS) dist
258 -rm -rf $(distdir)
259 @banner="$(distdir).tar.gz is ready for distribution"; \
260 dashes=`echo "$$banner" | sed s/./=/g`; \
261 echo "$$dashes"; \
262 echo "$$banner"; \
263 echo "$$dashes"
264 dist: distdir
265 -chmod -R a+r $(distdir)
266 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
267 -rm -rf $(distdir)
268 dist-all: distdir
269 -chmod -R a+r $(distdir)
270 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
271 -rm -rf $(distdir)
272 distdir: $(DISTFILES)
273 -rm -rf $(distdir)
274 mkdir $(distdir)
275 -chmod 777 $(distdir)
276 here=`cd $(top_builddir) && pwd`; \
277 top_distdir=`cd $(distdir) && pwd`; \
278 distdir=`cd $(distdir) && pwd`; \
279 cd $(top_srcdir) \
280 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
281 @for file in $(DISTFILES); do \
282 d=$(srcdir); \
283 if test -d $$d/$$file; then \
284 cp -pr $$d/$$file $(distdir)/$$file; \
285 else \
286 test -f $(distdir)/$$file \
287 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
288 || cp -p $$d/$$file $(distdir)/$$file || :; \
289 fi; \
290 done
291 for subdir in $(SUBDIRS); do \
292 if test "$$subdir" = .; then :; else \
293 test -d $(distdir)/$$subdir \
294 || mkdir $(distdir)/$$subdir \
295 || exit 1; \
296 chmod 777 $(distdir)/$$subdir; \
297 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
298 || exit 1; \
299 fi; \
300 done
301 info-am:
302 info: info-recursive
303 dvi-am:
304 dvi: dvi-recursive
547 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
548 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
549 distuninstallcheck \
550 && chmod -R a-w "$$dc_install_base" \
551 && ({ \
552 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
553 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
554 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
555 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
556 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
557 } || { rm -rf "$$dc_destdir"; exit 1; }) \
558 && rm -rf "$$dc_destdir" \
559 && $(MAKE) $(AM_MAKEFLAGS) dist \
560 && rm -rf $(DIST_ARCHIVES) \
561 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
562 && cd "$$am__cwd" \
563 || exit 1
564 $(am__remove_distdir)
565 @(echo "$(distdir) archives ready for distribution: "; \
566 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
567 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
568 distuninstallcheck:
569 @test -n '$(distuninstallcheck_dir)' || { \
570 echo 'ERROR: trying to run $@ with an empty' \
571 '$$(distuninstallcheck_dir)' >&2; \
572 exit 1; \
573 }; \
574 $(am__cd) '$(distuninstallcheck_dir)' || { \
575 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
576 exit 1; \
577 }; \
578 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
579 || { echo "ERROR: files left after uninstall:" ; \
580 if test -n "$(DESTDIR)"; then \
581 echo " (check DESTDIR support)"; \
582 fi ; \
583 $(distuninstallcheck_listfiles) ; \
584 exit 1; } >&2
585 distcleancheck: distclean
586 @if test '$(srcdir)' = . ; then \
587 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
588 exit 1 ; \
589 fi
590 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
591 || { echo "ERROR: files left in build directory after distclean:" ; \
592 $(distcleancheck_listfiles) ; \
593 exit 1; } >&2
305 594 check-am: all-am check-am: all-am
306 595 check: check-recursive check: check-recursive
307 installcheck-am:
308 installcheck: installcheck-recursive
309 all-recursive-am: config.h
310 $(MAKE) $(AM_MAKEFLAGS) all-recursive
311
312 install-exec-am:
596 all-am: Makefile config.h
597 installdirs: installdirs-recursive
598 installdirs-am:
599 install: install-recursive
313 600 install-exec: install-exec-recursive install-exec: install-exec-recursive
314
315 install-data-am:
316 601 install-data: install-data-recursive install-data: install-data-recursive
602 uninstall: uninstall-recursive
317 603
318 604 install-am: all-am install-am: all-am
319 605 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
320 install: install-recursive
321 uninstall-am:
322 uninstall: uninstall-recursive
323 all-am: Makefile config.h
324 all-redirect: all-recursive-am
325 install-strip:
326 $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
327 installdirs: installdirs-recursive
328 installdirs-am:
329
330 606
607 installcheck: installcheck-recursive
608 install-strip:
609 if test -z '$(STRIP)'; then \
610 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
611 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
612 install; \
613 else \
614 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
615 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
616 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
617 fi
331 618 mostlyclean-generic: mostlyclean-generic:
332 619
333 620 clean-generic: clean-generic:
334 621
335 622 distclean-generic: distclean-generic:
336 -rm -f Makefile $(CONFIG_CLEAN_FILES)
337 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
623 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
624 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
338 625
339 626 maintainer-clean-generic: maintainer-clean-generic:
340 mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
627 @echo "This command is intended for maintainers to use"
628 @echo "it deletes files that may require special tools to rebuild."
629 clean: clean-recursive
341 630
342 mostlyclean: mostlyclean-recursive
631 clean-am: clean-generic mostlyclean-am
343 632
344 clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
633 distclean: distclean-recursive
634 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
635 -rm -f Makefile
636 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
345 637
346 clean: clean-recursive
638 dvi: dvi-recursive
347 639
348 distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
640 dvi-am:
349 641
350 distclean: distclean-recursive
351 -rm -f config.status
642 html: html-recursive
352 643
353 maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
354 maintainer-clean-generic distclean-am
355 @echo "This command is intended for maintainers to use;"
356 @echo "it deletes files that may require special tools to rebuild."
644 html-am:
645
646 info: info-recursive
647
648 info-am:
649
650 install-data-am:
651
652 install-dvi: install-dvi-recursive
653
654 install-dvi-am:
655
656 install-exec-am:
657
658 install-html: install-html-recursive
659
660 install-html-am:
661
662 install-info: install-info-recursive
663
664 install-info-am:
665
666 install-man:
667
668 install-pdf: install-pdf-recursive
669
670 install-pdf-am:
671
672 install-ps: install-ps-recursive
673
674 install-ps-am:
675
676 installcheck-am:
357 677
358 678 maintainer-clean: maintainer-clean-recursive maintainer-clean: maintainer-clean-recursive
359 -rm -f config.status
360
361 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
362 install-data-recursive uninstall-data-recursive install-exec-recursive \
363 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
364 all-recursive check-recursive installcheck-recursive info-recursive \
365 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
366 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
367 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
368 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
369 install-exec-am install-exec install-data-am install-data install-am \
370 install uninstall-am uninstall all-redirect all-am all installdirs-am \
371 installdirs mostlyclean-generic distclean-generic clean-generic \
372 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
679 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
680 -rm -rf $(top_srcdir)/autom4te.cache
681 -rm -f Makefile
682 maintainer-clean-am: distclean-am maintainer-clean-generic
683
684 mostlyclean: mostlyclean-recursive
685
686 mostlyclean-am: mostlyclean-generic
687
688 pdf: pdf-recursive
689
690 pdf-am:
691
692 ps: ps-recursive
693
694 ps-am:
695
696 uninstall-am:
697
698 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
699 ctags-recursive install-am install-strip tags-recursive
700
701 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
702 all all-am am--refresh check check-am clean clean-generic \
703 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
704 dist-lzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
705 distcheck distclean distclean-generic distclean-hdr \
706 distclean-tags distcleancheck distdir distuninstallcheck dvi \
707 dvi-am html html-am info info-am install install-am \
708 install-data install-data-am install-dvi install-dvi-am \
709 install-exec install-exec-am install-html install-html-am \
710 install-info install-info-am install-man install-pdf \
711 install-pdf-am install-ps install-ps-am install-strip \
712 installcheck installcheck-am installdirs installdirs-am \
713 maintainer-clean maintainer-clean-generic mostlyclean \
714 mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
715 uninstall uninstall-am
373 716
374 717
375 718 # Tell versions [3.59,3.63) of GNU make to not export all variables. # Tell versions [3.59,3.63) of GNU make to not export all variables.
File aclocal.m4 changed (mode: 100644) (index 11a96d1..7c17060)
1 dnl aclocal.m4 generated automatically by aclocal 1.4a
2
3 dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 dnl This file is free software; the Free Software Foundation
5 dnl gives unlimited permission to copy and/or distribute it,
6 dnl with or without modifications, as long as this notice is preserved.
7
8 dnl This program is distributed in the hope that it will be useful,
9 dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 dnl PARTICULAR PURPOSE.
12
13 # Do all the work for Automake. This macro actually does too much --
14 # some checks are only needed if your package does certain things.
15 # But this isn't really a big deal.
16
17 # serial 1
18
19 dnl Usage:
20 dnl AM_INIT_AUTOMAKE(package,version, [no-define])
21
22 AC_DEFUN(AM_INIT_AUTOMAKE,
23 [AC_REQUIRE([AC_PROG_INSTALL])
24 dnl We require 2.13 because we rely on SHELL being computed by configure.
25 AC_PREREQ([2.13])
26 PACKAGE=[$1]
27 AC_SUBST(PACKAGE)
28 VERSION=[$2]
29 AC_SUBST(VERSION)
30 dnl test to see if srcdir already configured
31 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
32 AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
33 fi
34 ifelse([$3],,
35 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
36 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package]))
37 AC_REQUIRE([AM_SANITY_CHECK])
38 AC_REQUIRE([AC_ARG_PROGRAM])
39 dnl FIXME This is truly gross.
40 missing_dir=`cd $ac_aux_dir && pwd`
41 AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir)
42 AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir)
43 AM_MISSING_PROG(AUTOMAKE, automake, $missing_dir)
44 AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir)
45 AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir)
46 AC_REQUIRE([AC_PROG_MAKE_SET])])
47
48 #
49 # Check to make sure that the build environment is sane.
50 #
51
52 AC_DEFUN(AM_SANITY_CHECK,
53 [AC_MSG_CHECKING([whether build environment is sane])
54 # Just in case
55 sleep 1
56 echo timestamp > conftestfile
57 # Do `set' in a subshell so we don't clobber the current shell's
58 # arguments. Must try -L first in case configure is actually a
59 # symlink; some systems play weird games with the mod time of symlinks
60 # (eg FreeBSD returns the mod time of the symlink's containing
61 # directory).
62 if (
63 set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
64 if test "[$]*" = "X"; then
65 # -L didn't work.
66 set X `ls -t $srcdir/configure conftestfile`
67 fi
68 if test "[$]*" != "X $srcdir/configure conftestfile" \
69 && test "[$]*" != "X conftestfile $srcdir/configure"; then
70
71 # If neither matched, then we have a broken ls. This can happen
72 # if, for instance, CONFIG_SHELL is bash and it inherits a
73 # broken ls alias from the environment. This has actually
74 # happened. Such a system could not be considered "sane".
75 AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
76 alias in your environment])
77 fi
78
79 test "[$]2" = conftestfile
80 )
81 then
82 # Ok.
83 :
84 else
85 AC_MSG_ERROR([newly created file is older than distributed files!
86 Check your system clock])
87 fi
88 rm -f conftest*
89 AC_MSG_RESULT(yes)])
90
91 dnl AM_MISSING_PROG(NAME, PROGRAM, DIRECTORY)
92 dnl The program must properly implement --version.
93 AC_DEFUN(AM_MISSING_PROG,
94 [AC_MSG_CHECKING(for working $2)
95 # Run test in a subshell; some versions of sh will print an error if
96 # an executable is not found, even if stderr is redirected.
97 # Redirect stdin to placate older versions of autoconf. Sigh.
98 if ($2 --version) < /dev/null > /dev/null 2>&1; then
99 $1=$2
100 AC_MSG_RESULT(found)
101 else
102 $1="$3/missing $2"
103 AC_MSG_RESULT(missing)
104 fi
105 AC_SUBST($1)])
106
107 # Like AC_CONFIG_HEADER, but automatically create stamp file.
108
109 AC_DEFUN(AM_CONFIG_HEADER,
110 [AC_PREREQ([2.12])
111 AC_CONFIG_HEADER([$1])
112 dnl When config.status generates a header, we must update the stamp-h file.
113 dnl This file resides in the same directory as the config header
114 dnl that is generated. We must strip everything past the first ":",
115 dnl and everything past the last "/".
116 AC_OUTPUT_COMMANDS(changequote(<<,>>)dnl
117 ifelse(patsubst(<<$1>>, <<[^ ]>>, <<>>), <<>>,
118 <<test -z "<<$>>CONFIG_HEADERS" || echo timestamp > patsubst(<<$1>>, <<^\([^:]*/\)?.*>>, <<\1>>)stamp-h<<>>dnl>>,
119 <<am_indx=1
120 for am_file in <<$1>>; do
121 case " <<$>>CONFIG_HEADERS " in
122 *" <<$>>am_file "*<<)>>
123 echo timestamp > `echo <<$>>am_file | sed -e 's%:.*%%' -e 's%[^/]*$%%'`stamp-h$am_indx
124 ;;
125 esac
126 am_indx=`expr "<<$>>am_indx" + 1`
127 done<<>>dnl>>)
128 changequote([,]))])
129
130 # aclocal-include.m4
131 #
132 # This macro adds the name macrodir to the set of directories
133 # that `aclocal' searches for macros.
134
135 # serial 1
136
137 dnl AM_ACLOCAL_INCLUDE(macrodir)
138 AC_DEFUN([AM_ACLOCAL_INCLUDE],
139 [
140 AM_CONDITIONAL(INSIDE_GNOME_COMMON, test x = y)
141
142 test -n "$ACLOCAL_FLAGS" && ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
143
144 for k in $1 ; do ACLOCAL="$ACLOCAL -I $k" ; done
145 ])
146
147 # Define a conditional.
148
149 AC_DEFUN(AM_CONDITIONAL,
150 [AC_SUBST($1_TRUE)
151 AC_SUBST($1_FALSE)
152 if $2; then
153 $1_TRUE=
154 $1_FALSE='#'
155 else
156 $1_TRUE='#'
157 $1_FALSE=
158 fi])
159
160 dnl
161 dnl GNOME_INIT_HOOK (script-if-gnome-enabled, [failflag], [additional-inits])
162 dnl
163 dnl if failflag is "fail" then GNOME_INIT_HOOK will abort if gnomeConf.sh
164 dnl is not found.
165 dnl
166
167 AC_DEFUN([GNOME_INIT_HOOK],[
168 AC_SUBST(GNOME_LIBS)
169 AC_SUBST(GNOMEUI_LIBS)
170 AC_SUBST(GNOMEGNORBA_LIBS)
171 AC_SUBST(GTKXMHTML_LIBS)
172 AC_SUBST(ZVT_LIBS)
173 AC_SUBST(GNOME_LIBDIR)
174 AC_SUBST(GNOME_INCLUDEDIR)
175
176 AC_ARG_WITH(gnome-includes,
177 [ --with-gnome-includes Specify location of GNOME headers],[
178 CFLAGS="$CFLAGS -I$withval"
179 ])
180
181 AC_ARG_WITH(gnome-libs,
182 [ --with-gnome-libs Specify location of GNOME libs],[
183 LDFLAGS="$LDFLAGS -L$withval"
184 gnome_prefix=$withval
185 ])
186
187 AC_ARG_WITH(gnome,
188 [ --with-gnome Specify prefix for GNOME files],
189 if test x$withval = xyes; then
190 want_gnome=yes
191 dnl Note that an empty true branch is not
192 dnl valid sh syntax.
193 ifelse([$1], [], :, [$1])
194 else
195 if test "x$withval" = xno; then
196 want_gnome=no
197 else
198 want_gnome=yes
199 LDFLAGS="$LDFLAGS -L$withval/lib"
200 CFLAGS="$CFLAGS -I$withval/include"
201 gnome_prefix=$withval/lib
202 fi
203 fi,
204 want_gnome=yes)
205
206 if test "x$want_gnome" = xyes; then
207
208 AC_PATH_PROG(GNOME_CONFIG,gnome-config,no)
209 if test "$GNOME_CONFIG" = "no"; then
210 no_gnome_config="yes"
211 else
212 AC_MSG_CHECKING(if $GNOME_CONFIG works)
213 if $GNOME_CONFIG --libs-only-l gnome >/dev/null 2>&1; then
214 AC_MSG_RESULT(yes)
215 GNOME_GNORBA_HOOK([],$2)
216 GNOME_LIBS="`$GNOME_CONFIG --libs-only-l gnome`"
217 GNOMEUI_LIBS="`$GNOME_CONFIG --libs-only-l gnomeui`"
218 GNOMEGNORBA_LIBS="`$GNOME_CONFIG --libs-only-l gnorba gnomeui`"
219 GTKXMHTML_LIBS="`$GNOME_CONFIG --libs-only-l gtkxmhtml`"
220 ZVT_LIBS="`$GNOME_CONFIG --libs-only-l zvt`"
221 GNOME_LIBDIR="`$GNOME_CONFIG --libs-only-L gnorba gnomeui`"
222 GNOME_INCLUDEDIR="`$GNOME_CONFIG --cflags gnorba gnomeui`"
223 $1
224 else
225 AC_MSG_RESULT(no)
226 no_gnome_config="yes"
227 fi
228 fi
229
230 if test x$exec_prefix = xNONE; then
231 if test x$prefix = xNONE; then
232 gnome_prefix=$ac_default_prefix/lib
233 else
234 gnome_prefix=$prefix/lib
235 fi
236 else
237 gnome_prefix=`eval echo \`echo $libdir\``
238 fi
239
240 if test "$no_gnome_config" = "yes"; then
241 AC_MSG_CHECKING(for gnomeConf.sh file in $gnome_prefix)
242 if test -f $gnome_prefix/gnomeConf.sh; then
243 AC_MSG_RESULT(found)
244 echo "loading gnome configuration from" \
245 "$gnome_prefix/gnomeConf.sh"
246 . $gnome_prefix/gnomeConf.sh
247 $1
248 else
249 AC_MSG_RESULT(not found)
250 if test x$2 = xfail; then
251 AC_MSG_ERROR(Could not find the gnomeConf.sh file that is generated by gnome-libs install)
252 fi
253 fi
254 fi
255 fi
256
257 if test -n "$3"; then
258 n="$3"
259 for i in $n; do
260 AC_MSG_CHECKING(extra library \"$i\")
261 case $i in
262 applets)
263 AC_SUBST(GNOME_APPLETS_LIBS)
264 GNOME_APPLETS_LIBS=`$GNOME_CONFIG --libs-only-l applets`
265 AC_MSG_RESULT($GNOME_APPLETS_LIBS);;
266 docklets)
267 AC_SUBST(GNOME_DOCKLETS_LIBS)
268 GNOME_DOCKLETS_LIBS=`$GNOME_CONFIG --libs-only-l docklets`
269 AC_MSG_RESULT($GNOME_DOCKLETS_LIBS);;
270 capplet)
271 AC_SUBST(GNOME_CAPPLET_LIBS)
272 GNOME_CAPPLET_LIBS=`$GNOME_CONFIG --libs-only-l capplet`
273 AC_MSG_RESULT($GNOME_CAPPLET_LIBS);;
274 *)
275 AC_MSG_RESULT(unknown library)
276 esac
277 done
278 fi
279 ])
280
281 dnl
282 dnl GNOME_INIT ([additional-inits])
283 dnl
284
285 AC_DEFUN([GNOME_INIT],[
286 GNOME_INIT_HOOK([],fail,$1)
287 ])
288
289 dnl
290 dnl GNOME_GNORBA_HOOK (script-if-gnorba-found, failflag)
291 dnl
292 dnl if failflag is "failure" it aborts if gnorba is not found.
293 dnl
294
295 AC_DEFUN([GNOME_GNORBA_HOOK],[
296 GNOME_ORBIT_HOOK([],$2)
297 AC_CACHE_CHECK([for gnorba libraries],gnome_cv_gnorba_found,[
298 gnome_cv_gnorba_found=no
299 if test x$gnome_cv_orbit_found = xyes; then
300 GNORBA_CFLAGS="`gnome-config --cflags gnorba gnomeui`"
301 GNORBA_LIBS="`gnome-config --libs gnorba gnomeui`"
302 if test -n "$GNORBA_LIBS"; then
303 gnome_cv_gnorba_found=yes
304 fi
305 fi
306 ])
307 AM_CONDITIONAL(HAVE_GNORBA, test x$gnome_cv_gnorba_found = xyes)
308 if test x$gnome_cv_orbit_found = xyes; then
309 $1
310 GNORBA_CFLAGS="`gnome-config --cflags gnorba gnomeui`"
311 GNORBA_LIBS="`gnome-config --libs gnorba gnomeui`"
312 AC_SUBST(GNORBA_CFLAGS)
313 AC_SUBST(GNORBA_LIBS)
314 else
315 if test x$2 = xfailure; then
316 AC_MSG_ERROR(gnorba library not installed or installation problem)
317 fi
318 fi
319 ])
320
321 AC_DEFUN([GNOME_GNORBA_CHECK], [
322 GNOME_GNORBA_HOOK([],failure)
323 ])
324
325 dnl
326 dnl GNOME_ORBIT_HOOK (script-if-orbit-found, failflag)
327 dnl
328 dnl if failflag is "failure" it aborts if orbit is not found.
329 dnl
330
331 AC_DEFUN([GNOME_ORBIT_HOOK],[
332 AC_PATH_PROG(ORBIT_CONFIG,orbit-config,no)
333 AC_PATH_PROG(ORBIT_IDL,orbit-idl,no)
334 AC_CACHE_CHECK([for working ORBit environment],gnome_cv_orbit_found,[
335 if test x$ORBIT_CONFIG = xno -o x$ORBIT_IDL = xno; then
336 gnome_cv_orbit_found=no
337 else
338 gnome_cv_orbit_found=yes
339 fi
340 ])
341 AM_CONDITIONAL(HAVE_ORBIT, test x$gnome_cv_orbit_found = xyes)
342 if test x$gnome_cv_orbit_found = xyes; then
343 $1
344 ORBIT_CFLAGS=`orbit-config --cflags client server`
345 ORBIT_LIBS=`orbit-config --use-service=name --libs client server`
346 AC_SUBST(ORBIT_CFLAGS)
347 AC_SUBST(ORBIT_LIBS)
348 else
349 if test x$2 = xfailure; then
350 AC_MSG_ERROR(ORBit not installed or installation problem)
351 fi
352 fi
353 ])
354
355 AC_DEFUN([GNOME_ORBIT_CHECK], [
356 GNOME_ORBIT_HOOK([],failure)
357 ])
358
359
360 # serial 1
361
362 # @defmac AC_PROG_CC_STDC
363 # @maindex PROG_CC_STDC
364 # @ovindex CC
365 # If the C compiler in not in ANSI C mode by default, try to add an option
366 # to output variable @code{CC} to make it so. This macro tries various
367 # options that select ANSI C on some system or another. It considers the
368 # compiler to be in ANSI C mode if it handles function prototypes correctly.
369 #
370 # If you use this macro, you should check after calling it whether the C
371 # compiler has been set to accept ANSI C; if not, the shell variable
372 # @code{am_cv_prog_cc_stdc} is set to @samp{no}. If you wrote your source
373 # code in ANSI C, you can make an un-ANSIfied copy of it by using the
374 # program @code{ansi2knr}, which comes with Ghostscript.
375 # @end defmac
376
377 AC_DEFUN(AM_PROG_CC_STDC,
378 [AC_REQUIRE([AC_PROG_CC])
379 AC_BEFORE([$0], [AC_C_INLINE])
380 AC_BEFORE([$0], [AC_C_CONST])
381 dnl Force this before AC_PROG_CPP. Some cpp's, eg on HPUX, require
382 dnl a magic option to avoid problems with ANSI preprocessor commands
383 dnl like #elif.
384 dnl FIXME: can't do this because then AC_AIX won't work due to a
385 dnl circular dependency.
386 dnl AC_BEFORE([$0], [AC_PROG_CPP])
387 AC_MSG_CHECKING(for ${CC-cc} option to accept ANSI C)
388 AC_CACHE_VAL(am_cv_prog_cc_stdc,
389 [am_cv_prog_cc_stdc=no
390 ac_save_CC="$CC"
391 # Don't try gcc -ansi; that turns off useful extensions and
392 # breaks some systems' header files.
393 # AIX -qlanglvl=ansi
394 # Ultrix and OSF/1 -std1
395 # HP-UX -Aa -D_HPUX_SOURCE
396 # SVR4 -Xc -D__EXTENSIONS__
397 for ac_arg in "" -qlanglvl=ansi -std1 "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
398 do
399 CC="$ac_save_CC $ac_arg"
400 AC_TRY_COMPILE(
401 [#include <stdarg.h>
402 #include <stdio.h>
403 #include <sys/types.h>
404 #include <sys/stat.h>
405 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
406 struct buf { int x; };
407 FILE * (*rcsopen) (struct buf *, struct stat *, int);
408 static char *e (p, i)
409 char **p;
410 int i;
411 {
412 return p[i];
413 }
414 static char *f (char * (*g) (char **, int), char **p, ...)
415 {
416 char *s;
417 va_list v;
418 va_start (v,p);
419 s = g (p, va_arg (v,int));
420 va_end (v);
421 return s;
422 }
423 int test (int i, double x);
424 struct s1 {int (*f) (int a);};
425 struct s2 {int (*f) (double a);};
426 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
427 int argc;
428 char **argv;
429 ], [
430 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
431 ],
432 [am_cv_prog_cc_stdc="$ac_arg"; break])
433 done
434 CC="$ac_save_CC"
435 ])
436 if test -z "$am_cv_prog_cc_stdc"; then
437 AC_MSG_RESULT([none needed])
438 else
439 AC_MSG_RESULT($am_cv_prog_cc_stdc)
440 fi
441 case "x$am_cv_prog_cc_stdc" in
442 x|xno) ;;
443 *) CC="$CC $am_cv_prog_cc_stdc" ;;
444 esac
445 ])
446
447 dnl GNOME_COMPILE_WARNINGS
448 dnl Turn on many useful compiler warnings
449 dnl For now, only works on GCC
450 AC_DEFUN([GNOME_COMPILE_WARNINGS],[
451 AC_ARG_ENABLE(compile-warnings,
452 [ --enable-compile-warnings=[no/minimum/yes] Turn on compiler warnings.],,enable_compile_warnings=minimum)
453
454 AC_MSG_CHECKING(what warning flags to pass to the C compiler)
455 warnCFLAGS=
456 if test "x$GCC" != xyes; then
457 enable_compile_warnings=no
458 fi
459
460 if test "x$enable_compile_warnings" != "xno"; then
461 if test "x$GCC" = "xyes"; then
462 case " $CFLAGS " in
463 *[\ \ ]-Wall[\ \ ]*) ;;
464 *) warnCFLAGS="-Wall -Wunused" ;;
465 esac
466
467 ## -W is not all that useful. And it cannot be controlled
468 ## with individual -Wno-xxx flags, unlike -Wall
469 if test "x$enable_compile_warnings" = "xyes"; then
470 warnCFLAGS="$warnCFLAGS -Wmissing-prototypes -Wmissing-declarations"
471 fi
472 fi
473 fi
474 AC_MSG_RESULT($warnCFLAGS)
475
476 AC_ARG_ENABLE(iso-c,
477 [ --enable-iso-c Try to warn if code is not ISO C ],,
478 enable_iso_c=no)
479
480 AC_MSG_CHECKING(what language compliance flags to pass to the C compiler)
481 complCFLAGS=
482 if test "x$enable_iso_c" != "xno"; then
483 if test "x$GCC" = "xyes"; then
484 case " $CFLAGS " in
485 *[\ \ ]-ansi[\ \ ]*) ;;
486 *) complCFLAGS="$complCFLAGS -ansi" ;;
487 esac
488
489 case " $CFLAGS " in
490 *[\ \ ]-pedantic[\ \ ]*) ;;
491 *) complCFLAGS="$complCFLAGS -pedantic" ;;
492 esac
493 fi
494 fi
495 AC_MSG_RESULT($complCFLAGS)
496 if test "x$cflags_set" != "xyes"; then
497 CFLAGS="$CFLAGS $warnCFLAGS $complCFLAGS"
498 cflags_set=yes
499 AC_SUBST(cflags_set)
500 fi
501 ])
502
503 dnl For C++, do basically the same thing.
504
505 AC_DEFUN([GNOME_CXX_WARNINGS],[
506 AC_ARG_ENABLE(cxx-warnings,
507 [ --enable-cxx-warnings=[no/minimum/yes] Turn on compiler warnings.],,enable_cxx_warnings=minimum)
508
509 AC_MSG_CHECKING(what warning flags to pass to the C++ compiler)
510 warnCXXFLAGS=
511 if test "x$GCC" != xyes; then
512 enable_compile_warnings=no
513 fi
514 if test "x$enable_cxx_warnings" != "xno"; then
515 if test "x$GCC" = "xyes"; then
516 case " $CXXFLAGS " in
517 *[\ \ ]-Wall[\ \ ]*) ;;
518 *) warnCXXFLAGS="-Wall -Wno-unused" ;;
519 esac
520
521 ## -W is not all that useful. And it cannot be controlled
522 ## with individual -Wno-xxx flags, unlike -Wall
523 if test "x$enable_cxx_warnings" = "xyes"; then
524 warnCXXFLAGS="$warnCXXFLAGS -Wmissing-prototypes -Wmissing-declarations -Wshadow -Woverloaded-virtual"
525 fi
526 fi
527 fi
528 AC_MSG_RESULT($warnCXXFLAGS)
529
530 AC_ARG_ENABLE(iso-cxx,
531 [ --enable-iso-cxx Try to warn if code is not ISO C++ ],,
532 enable_iso_cxx=no)
533
534 AC_MSG_CHECKING(what language compliance flags to pass to the C++ compiler)
535 complCXXFLAGS=
536 if test "x$enable_iso_cxx" != "xno"; then
537 if test "x$GCC" = "xyes"; then
538 case " $CXXFLAGS " in
539 *[\ \ ]-ansi[\ \ ]*) ;;
540 *) complCXXFLAGS="$complCXXFLAGS -ansi" ;;
541 esac
542
543 case " $CXXFLAGS " in
544 *[\ \ ]-pedantic[\ \ ]*) ;;
545 *) complCXXFLAGS="$complCXXFLAGS -pedantic" ;;
546 esac
547 fi
548 fi
549 AC_MSG_RESULT($complCXXFLAGS)
550 if test "x$cxxflags_set" != "xyes"; then
551 CXXFLAGS="$CXXFLAGS $warnCXXFLAGS $complCXXFLAGS"
552 cxxflags_set=yes
553 AC_SUBST(cxxflags_set)
554 fi
555 ])
556
557 dnl GNOME_X_CHECKS
558 dnl
559 dnl Basic X11 related checks for X11. At the end, the following will be
560 dnl defined/changed:
561 dnl GTK_{CFLAGS,LIBS} From AM_PATH_GTK
562 dnl CPPFLAGS Will include $X_CFLAGS
563 dnl GNOME_HAVE_SM `true' or `false' depending on whether session
564 dnl management is available. It is available if
565 dnl both -lSM and X11/SM/SMlib.h exist. (Some
566 dnl Solaris boxes have the library but not the header)
567 dnl XPM_LIBS -lXpm if Xpm library is present, otherwise ""
568 dnl
569 dnl The following configure cache variables are defined (but not used):
570 dnl gnome_cv_passdown_{x_libs,X_LIBS,X_CFLAGS}
571 dnl
572 AC_DEFUN([GNOME_X_CHECKS],
573 [
574 AM_PATH_GTK(1.2.0,,AC_MSG_ERROR(GTK not installed, or gtk-config not in path))
575 dnl Hope that GTK_CFLAGS have only -I and -D. Otherwise, we could
576 dnl test -z "$x_includes" || CPPFLAGS="$CPPFLAGS -I$x_includes"
577 dnl
578 dnl Use CPPFLAGS instead of CFLAGS because AC_CHECK_HEADERS uses
579 dnl CPPFLAGS, not CFLAGS
580 CPPFLAGS="$CPPFLAGS $GTK_CFLAGS"
581
582 saved_ldflags="$LDFLAGS"
583 LDFLAGS="$LDFLAGS $GTK_LIBS"
584
585 gnome_cv_passdown_x_libs="$GTK_LIBS"
586 gnome_cv_passdown_X_LIBS="$GTK_LIBS"
587 gnome_cv_passdown_X_CFLAGS="$GTK_CFLAGS"
588 gnome_cv_passdown_GTK_LIBS="$GTK_LIBS"
589
590 LDFLAGS="$saved_ldflags $GTK_LIBS"
591
592 dnl We are requiring GTK >= 1.1.1, which means this will be fine anyhow.
593 USE_DEVGTK=true
594
595 dnl AC_MSG_CHECKING([whether to use features from (unstable) GTK+ 1.1.x])
596 dnl AC_EGREP_CPP(answer_affirmatively,
597 dnl [#include <gtk/gtkfeatures.h>
598 dnl #ifdef GTK_HAVE_FEATURES_1_1_0
599 dnl answer_affirmatively
600 dnl #endif
601 dnl ], dev_gtk=yes, dev_gtk=no)
602 dnl if test "$dev_gtk" = "yes"; then
603 dnl USE_DEVGTK=true
604 dnl fi
605 dnl AC_MSG_RESULT("$dev_gtk")
606
607 GNOME_HAVE_SM=true
608 case "$GTK_LIBS" in
609 *-lSM*)
610 dnl Already found it.
611 ;;
612 *)
613 dnl Assume that if we have -lSM then we also have -lICE.
614 AC_CHECK_LIB(SM, SmcSaveYourselfDone,
615 [GTK_LIBS="-lSM -lICE $GTK_LIBS"],GNOME_HAVE_SM=false,
616 $x_libs -lICE)
617 ;;
618 esac
619
620 if test "$GNOME_HAVE_SM" = true; then
621 AC_CHECK_HEADERS(X11/SM/SMlib.h,,GNOME_HAVE_SM=false)
622 fi
623
624 if test "$GNOME_HAVE_SM" = true; then
625 AC_DEFINE(HAVE_LIBSM)
626 fi
627
628 XPM_LIBS=""
629 AC_CHECK_LIB(Xpm, XpmFreeXpmImage, [XPM_LIBS="-lXpm"], , $x_libs)
630 AC_SUBST(XPM_LIBS)
631
632 AC_REQUIRE([GNOME_PTHREAD_CHECK])
633 LDFLAGS="$saved_ldflags"
634
635 AC_PROVIDE([GNOME_X_CHECKS])
636 ])
1 # generated automatically by aclocal 1.11.5 -*- Autoconf -*-
2
3 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4 # 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
5 # Inc.
6 # This file 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 m4_ifndef([AC_AUTOCONF_VERSION],
16 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
17 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
18 [m4_warning([this file was generated for autoconf 2.69.
19 You have another version of autoconf. It may work, but is not guaranteed to.
20 If you have problems, you may need to regenerate the build system entirely.
21 To do so, use the procedure documented by the package, typically `autoreconf'.])])
637 22
638 23 # Configure paths for GTK+ # Configure paths for GTK+
639 24 # Owen Taylor 97-11-3 # Owen Taylor 97-11-3
 
... ... dnl AC_MSG_RESULT("$dev_gtk")
641 26 dnl AM_PATH_GTK([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]]) dnl AM_PATH_GTK([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]])
642 27 dnl Test for GTK, and define GTK_CFLAGS and GTK_LIBS dnl Test for GTK, and define GTK_CFLAGS and GTK_LIBS
643 28 dnl dnl
644 AC_DEFUN(AM_PATH_GTK,
29 AC_DEFUN([AM_PATH_GTK],
645 30 [dnl [dnl
646 31 dnl Get the cflags and libraries from the gtk-config script dnl Get the cflags and libraries from the gtk-config script
647 32 dnl dnl
 
... ... main ()
830 215 rm -f conf.gtktest rm -f conf.gtktest
831 216 ]) ])
832 217
833 dnl
834 dnl And better, use gthreads instead...
835 dnl
218 # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software
219 # Foundation, Inc.
220 #
221 # This file is free software; the Free Software Foundation
222 # gives unlimited permission to copy and/or distribute it,
223 # with or without modifications, as long as this notice is preserved.
836 224
837 AC_DEFUN([GNOME_PTHREAD_CHECK],[
838 PTHREAD_LIB=""
839 AC_CHECK_LIB(pthread, pthread_create, PTHREAD_LIB="-lpthread",
840 [AC_CHECK_LIB(pthreads, pthread_create, PTHREAD_LIB="-lpthreads",
841 [AC_CHECK_LIB(c_r, pthread_create, PTHREAD_LIB="-lc_r",
842 [AC_CHECK_FUNC(pthread_create)]
843 )]
844 )]
845 )
846 AC_SUBST(PTHREAD_LIB)
847 AC_PROVIDE([GNOME_PTHREAD_CHECK])
225 # serial 1
226
227 # AM_AUTOMAKE_VERSION(VERSION)
228 # ----------------------------
229 # Automake X.Y traces this macro to ensure aclocal.m4 has been
230 # generated from the m4 files accompanying Automake X.Y.
231 # (This private macro should not be called outside this file.)
232 AC_DEFUN([AM_AUTOMAKE_VERSION],
233 [am__api_version='1.11'
234 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
235 dnl require some minimum version. Point them to the right macro.
236 m4_if([$1], [1.11.5], [],
237 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
238 ])
239
240 # _AM_AUTOCONF_VERSION(VERSION)
241 # -----------------------------
242 # aclocal traces this macro to find the Autoconf version.
243 # This is a private macro too. Using m4_define simplifies
244 # the logic in aclocal, which can simply ignore this definition.
245 m4_define([_AM_AUTOCONF_VERSION], [])
246
247 # AM_SET_CURRENT_AUTOMAKE_VERSION
248 # -------------------------------
249 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
250 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
251 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
252 [AM_AUTOMAKE_VERSION([1.11.5])dnl
253 m4_ifndef([AC_AUTOCONF_VERSION],
254 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
255 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
256
257 # AM_AUX_DIR_EXPAND -*- Autoconf -*-
258
259 # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
260 #
261 # This file is free software; the Free Software Foundation
262 # gives unlimited permission to copy and/or distribute it,
263 # with or without modifications, as long as this notice is preserved.
264
265 # serial 1
266
267 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
268 # $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to
269 # `$srcdir', `$srcdir/..', or `$srcdir/../..'.
270 #
271 # Of course, Automake must honor this variable whenever it calls a
272 # tool from the auxiliary directory. The problem is that $srcdir (and
273 # therefore $ac_aux_dir as well) can be either absolute or relative,
274 # depending on how configure is run. This is pretty annoying, since
275 # it makes $ac_aux_dir quite unusable in subdirectories: in the top
276 # source directory, any form will work fine, but in subdirectories a
277 # relative path needs to be adjusted first.
278 #
279 # $ac_aux_dir/missing
280 # fails when called from a subdirectory if $ac_aux_dir is relative
281 # $top_srcdir/$ac_aux_dir/missing
282 # fails if $ac_aux_dir is absolute,
283 # fails when called from a subdirectory in a VPATH build with
284 # a relative $ac_aux_dir
285 #
286 # The reason of the latter failure is that $top_srcdir and $ac_aux_dir
287 # are both prefixed by $srcdir. In an in-source build this is usually
288 # harmless because $srcdir is `.', but things will broke when you
289 # start a VPATH build or use an absolute $srcdir.
290 #
291 # So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
292 # iff we strip the leading $srcdir from $ac_aux_dir. That would be:
293 # am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
294 # and then we would define $MISSING as
295 # MISSING="\${SHELL} $am_aux_dir/missing"
296 # This will work as long as MISSING is not called from configure, because
297 # unfortunately $(top_srcdir) has no meaning in configure.
298 # However there are other variables, like CC, which are often used in
299 # configure, and could therefore not use this "fixed" $ac_aux_dir.
300 #
301 # Another solution, used here, is to always expand $ac_aux_dir to an
302 # absolute PATH. The drawback is that using absolute paths prevent a
303 # configured tree to be moved without reconfiguration.
304
305 AC_DEFUN([AM_AUX_DIR_EXPAND],
306 [dnl Rely on autoconf to set up CDPATH properly.
307 AC_PREREQ([2.50])dnl
308 # expand $ac_aux_dir to an absolute path
309 am_aux_dir=`cd $ac_aux_dir && pwd`
310 ])
311
312
313 # Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2005
314 # Free Software Foundation, Inc.
315 #
316 # This file is free software; the Free Software Foundation
317 # gives unlimited permission to copy and/or distribute it,
318 # with or without modifications, as long as this notice is preserved.
319
320 # serial 4
321
322 # This was merged into AC_PROG_CC in Autoconf.
323
324 AU_DEFUN([AM_PROG_CC_STDC],
325 [AC_PROG_CC
326 AC_DIAGNOSE([obsolete], [$0:
327 your code should no longer depend upon `am_cv_prog_cc_stdc', but upon
328 `ac_cv_prog_cc_stdc'. Remove this warning and the assignment when
329 you adjust the code. You can also remove the above call to
330 AC_PROG_CC if you already called it elsewhere.])
331 am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc
848 332 ]) ])
333 AU_DEFUN([fp_PROG_CC_STDC])
334
335 # AM_CONDITIONAL -*- Autoconf -*-
336
337 # Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008
338 # Free Software Foundation, Inc.
339 #
340 # This file is free software; the Free Software Foundation
341 # gives unlimited permission to copy and/or distribute it,
342 # with or without modifications, as long as this notice is preserved.
343
344 # serial 9
345
346 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
347 # -------------------------------------
348 # Define a conditional.
349 AC_DEFUN([AM_CONDITIONAL],
350 [AC_PREREQ(2.52)dnl
351 ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
352 [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
353 AC_SUBST([$1_TRUE])dnl
354 AC_SUBST([$1_FALSE])dnl
355 _AM_SUBST_NOTMAKE([$1_TRUE])dnl
356 _AM_SUBST_NOTMAKE([$1_FALSE])dnl
357 m4_define([_AM_COND_VALUE_$1], [$2])dnl
358 if $2; then
359 $1_TRUE=
360 $1_FALSE='#'
361 else
362 $1_TRUE='#'
363 $1_FALSE=
364 fi
365 AC_CONFIG_COMMANDS_PRE(
366 [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
367 AC_MSG_ERROR([[conditional "$1" was never defined.
368 Usually this means the macro was only invoked conditionally.]])
369 fi])])
370
371 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009,
372 # 2010, 2011 Free Software Foundation, Inc.
373 #
374 # This file is free software; the Free Software Foundation
375 # gives unlimited permission to copy and/or distribute it,
376 # with or without modifications, as long as this notice is preserved.
377
378 # serial 12
379
380 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
381 # written in clear, in which case automake, when reading aclocal.m4,
382 # will think it sees a *use*, and therefore will trigger all it's
383 # C support machinery. Also note that it means that autoscan, seeing
384 # CC etc. in the Makefile, will ask for an AC_PROG_CC use...
385
386
387 # _AM_DEPENDENCIES(NAME)
388 # ----------------------
389 # See how the compiler implements dependency checking.
390 # NAME is "CC", "CXX", "GCJ", or "OBJC".
391 # We try a few techniques and use that to set a single cache variable.
392 #
393 # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
394 # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
395 # dependency, and given that the user is not expected to run this macro,
396 # just rely on AC_PROG_CC.
397 AC_DEFUN([_AM_DEPENDENCIES],
398 [AC_REQUIRE([AM_SET_DEPDIR])dnl
399 AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
400 AC_REQUIRE([AM_MAKE_INCLUDE])dnl
401 AC_REQUIRE([AM_DEP_TRACK])dnl
402
403 ifelse([$1], CC, [depcc="$CC" am_compiler_list=],
404 [$1], CXX, [depcc="$CXX" am_compiler_list=],
405 [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
406 [$1], UPC, [depcc="$UPC" am_compiler_list=],
407 [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
408 [depcc="$$1" am_compiler_list=])
409
410 AC_CACHE_CHECK([dependency style of $depcc],
411 [am_cv_$1_dependencies_compiler_type],
412 [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
413 # We make a subdir and do the tests there. Otherwise we can end up
414 # making bogus files that we don't know about and never remove. For
415 # instance it was reported that on HP-UX the gcc test will end up
416 # making a dummy file named `D' -- because `-MD' means `put the output
417 # in D'.
418 rm -rf conftest.dir
419 mkdir conftest.dir
420 # Copy depcomp to subdir because otherwise we won't find it if we're
421 # using a relative directory.
422 cp "$am_depcomp" conftest.dir
423 cd conftest.dir
424 # We will build objects and dependencies in a subdirectory because
425 # it helps to detect inapplicable dependency modes. For instance
426 # both Tru64's cc and ICC support -MD to output dependencies as a
427 # side effect of compilation, but ICC will put the dependencies in
428 # the current directory while Tru64 will put them in the object
429 # directory.
430 mkdir sub
431
432 am_cv_$1_dependencies_compiler_type=none
433 if test "$am_compiler_list" = ""; then
434 am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
435 fi
436 am__universal=false
437 m4_case([$1], [CC],
438 [case " $depcc " in #(
439 *\ -arch\ *\ -arch\ *) am__universal=true ;;
440 esac],
441 [CXX],
442 [case " $depcc " in #(
443 *\ -arch\ *\ -arch\ *) am__universal=true ;;
444 esac])
445
446 for depmode in $am_compiler_list; do
447 # Setup a source with many dependencies, because some compilers
448 # like to wrap large dependency lists on column 80 (with \), and
449 # we should not choose a depcomp mode which is confused by this.
450 #
451 # We need to recreate these files for each test, as the compiler may
452 # overwrite some of them when testing with obscure command lines.
453 # This happens at least with the AIX C compiler.
454 : > sub/conftest.c
455 for i in 1 2 3 4 5 6; do
456 echo '#include "conftst'$i'.h"' >> sub/conftest.c
457 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
458 # Solaris 8's {/usr,}/bin/sh.
459 touch sub/conftst$i.h
460 done
461 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
462
463 # We check with `-c' and `-o' for the sake of the "dashmstdout"
464 # mode. It turns out that the SunPro C++ compiler does not properly
465 # handle `-M -o', and we need to detect this. Also, some Intel
466 # versions had trouble with output in subdirs
467 am__obj=sub/conftest.${OBJEXT-o}
468 am__minus_obj="-o $am__obj"
469 case $depmode in
470 gcc)
471 # This depmode causes a compiler race in universal mode.
472 test "$am__universal" = false || continue
473 ;;
474 nosideeffect)
475 # after this tag, mechanisms are not by side-effect, so they'll
476 # only be used when explicitly requested
477 if test "x$enable_dependency_tracking" = xyes; then
478 continue
479 else
480 break
481 fi
482 ;;
483 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
484 # This compiler won't grok `-c -o', but also, the minuso test has
485 # not run yet. These depmodes are late enough in the game, and
486 # so weak that their functioning should not be impacted.
487 am__obj=conftest.${OBJEXT-o}
488 am__minus_obj=
489 ;;
490 none) break ;;
491 esac
492 if depmode=$depmode \
493 source=sub/conftest.c object=$am__obj \
494 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
495 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
496 >/dev/null 2>conftest.err &&
497 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
498 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
499 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
500 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
501 # icc doesn't choke on unknown options, it will just issue warnings
502 # or remarks (even with -Werror). So we grep stderr for any message
503 # that says an option was ignored or not supported.
504 # When given -MP, icc 7.0 and 7.1 complain thusly:
505 # icc: Command line warning: ignoring option '-M'; no argument required
506 # The diagnosis changed in icc 8.0:
507 # icc: Command line remark: option '-MP' not supported
508 if (grep 'ignoring option' conftest.err ||
509 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
510 am_cv_$1_dependencies_compiler_type=$depmode
511 break
512 fi
513 fi
514 done
515
516 cd ..
517 rm -rf conftest.dir
518 else
519 am_cv_$1_dependencies_compiler_type=none
520 fi
521 ])
522 AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
523 AM_CONDITIONAL([am__fastdep$1], [
524 test "x$enable_dependency_tracking" != xno \
525 && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
526 ])
527
528
529 # AM_SET_DEPDIR
530 # -------------
531 # Choose a directory name for dependency files.
532 # This macro is AC_REQUIREd in _AM_DEPENDENCIES
533 AC_DEFUN([AM_SET_DEPDIR],
534 [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
535 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
536 ])
537
538
539 # AM_DEP_TRACK
540 # ------------
541 AC_DEFUN([AM_DEP_TRACK],
542 [AC_ARG_ENABLE(dependency-tracking,
543 [ --disable-dependency-tracking speeds up one-time build
544 --enable-dependency-tracking do not reject slow dependency extractors])
545 if test "x$enable_dependency_tracking" != xno; then
546 am_depcomp="$ac_aux_dir/depcomp"
547 AMDEPBACKSLASH='\'
548 am__nodep='_no'
549 fi
550 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
551 AC_SUBST([AMDEPBACKSLASH])dnl
552 _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
553 AC_SUBST([am__nodep])dnl
554 _AM_SUBST_NOTMAKE([am__nodep])dnl
555 ])
556
557 # Generate code to set up dependency tracking. -*- Autoconf -*-
558
559 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008
560 # Free Software Foundation, Inc.
561 #
562 # This file is free software; the Free Software Foundation
563 # gives unlimited permission to copy and/or distribute it,
564 # with or without modifications, as long as this notice is preserved.
565
566 #serial 5
567
568 # _AM_OUTPUT_DEPENDENCY_COMMANDS
569 # ------------------------------
570 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
571 [{
572 # Autoconf 2.62 quotes --file arguments for eval, but not when files
573 # are listed without --file. Let's play safe and only enable the eval
574 # if we detect the quoting.
575 case $CONFIG_FILES in
576 *\'*) eval set x "$CONFIG_FILES" ;;
577 *) set x $CONFIG_FILES ;;
578 esac
579 shift
580 for mf
581 do
582 # Strip MF so we end up with the name of the file.
583 mf=`echo "$mf" | sed -e 's/:.*$//'`
584 # Check whether this is an Automake generated Makefile or not.
585 # We used to match only the files named `Makefile.in', but
586 # some people rename them; so instead we look at the file content.
587 # Grep'ing the first line is not enough: some people post-process
588 # each Makefile.in and add a new line on top of each file to say so.
589 # Grep'ing the whole file is not good either: AIX grep has a line
590 # limit of 2048, but all sed's we know have understand at least 4000.
591 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
592 dirpart=`AS_DIRNAME("$mf")`
593 else
594 continue
595 fi
596 # Extract the definition of DEPDIR, am__include, and am__quote
597 # from the Makefile without running `make'.
598 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
599 test -z "$DEPDIR" && continue
600 am__include=`sed -n 's/^am__include = //p' < "$mf"`
601 test -z "am__include" && continue
602 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
603 # When using ansi2knr, U may be empty or an underscore; expand it
604 U=`sed -n 's/^U = //p' < "$mf"`
605 # Find all dependency output files, they are included files with
606 # $(DEPDIR) in their names. We invoke sed twice because it is the
607 # simplest approach to changing $(DEPDIR) to its actual value in the
608 # expansion.
609 for file in `sed -n "
610 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
611 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
612 # Make sure the directory exists.
613 test -f "$dirpart/$file" && continue
614 fdir=`AS_DIRNAME(["$file"])`
615 AS_MKDIR_P([$dirpart/$fdir])
616 # echo "creating $dirpart/$file"
617 echo '# dummy' > "$dirpart/$file"
618 done
619 done
620 }
621 ])# _AM_OUTPUT_DEPENDENCY_COMMANDS
622
623
624 # AM_OUTPUT_DEPENDENCY_COMMANDS
625 # -----------------------------
626 # This macro should only be invoked once -- use via AC_REQUIRE.
627 #
628 # This code is only required when automatic dependency tracking
629 # is enabled. FIXME. This creates each `.P' file that we will
630 # need in order to bootstrap the dependency handling code.
631 AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
632 [AC_CONFIG_COMMANDS([depfiles],
633 [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
634 [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
635 ])
636
637 # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
638 # Free Software Foundation, Inc.
639 #
640 # This file is free software; the Free Software Foundation
641 # gives unlimited permission to copy and/or distribute it,
642 # with or without modifications, as long as this notice is preserved.
643
644 # serial 8
645
646 # AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS.
647 AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
648
649 # Do all the work for Automake. -*- Autoconf -*-
650
651 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
652 # 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
653 #
654 # This file is free software; the Free Software Foundation
655 # gives unlimited permission to copy and/or distribute it,
656 # with or without modifications, as long as this notice is preserved.
657
658 # serial 16
659
660 # This macro actually does too much. Some checks are only needed if
661 # your package does certain things. But this isn't really a big deal.
662
663 # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
664 # AM_INIT_AUTOMAKE([OPTIONS])
665 # -----------------------------------------------
666 # The call with PACKAGE and VERSION arguments is the old style
667 # call (pre autoconf-2.50), which is being phased out. PACKAGE
668 # and VERSION should now be passed to AC_INIT and removed from
669 # the call to AM_INIT_AUTOMAKE.
670 # We support both call styles for the transition. After
671 # the next Automake release, Autoconf can make the AC_INIT
672 # arguments mandatory, and then we can depend on a new Autoconf
673 # release and drop the old call support.
674 AC_DEFUN([AM_INIT_AUTOMAKE],
675 [AC_PREREQ([2.62])dnl
676 dnl Autoconf wants to disallow AM_ names. We explicitly allow
677 dnl the ones we care about.
678 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
679 AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
680 AC_REQUIRE([AC_PROG_INSTALL])dnl
681 if test "`cd $srcdir && pwd`" != "`pwd`"; then
682 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
683 # is not polluted with repeated "-I."
684 AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
685 # test to see if srcdir already configured
686 if test -f $srcdir/config.status; then
687 AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
688 fi
689 fi
690
691 # test whether we have cygpath
692 if test -z "$CYGPATH_W"; then
693 if (cygpath --version) >/dev/null 2>/dev/null; then
694 CYGPATH_W='cygpath -w'
695 else
696 CYGPATH_W=echo
697 fi
698 fi
699 AC_SUBST([CYGPATH_W])
700
701 # Define the identity of the package.
702 dnl Distinguish between old-style and new-style calls.
703 m4_ifval([$2],
704 [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
705 AC_SUBST([PACKAGE], [$1])dnl
706 AC_SUBST([VERSION], [$2])],
707 [_AM_SET_OPTIONS([$1])dnl
708 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
709 m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
710 [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
711 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
712 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
713
714 _AM_IF_OPTION([no-define],,
715 [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
716 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
717
718 # Some tools Automake needs.
719 AC_REQUIRE([AM_SANITY_CHECK])dnl
720 AC_REQUIRE([AC_ARG_PROGRAM])dnl
721 AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
722 AM_MISSING_PROG(AUTOCONF, autoconf)
723 AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
724 AM_MISSING_PROG(AUTOHEADER, autoheader)
725 AM_MISSING_PROG(MAKEINFO, makeinfo)
726 AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
727 AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
728 AC_REQUIRE([AM_PROG_MKDIR_P])dnl
729 # We need awk for the "check" target. The system "awk" is bad on
730 # some platforms.
731 AC_REQUIRE([AC_PROG_AWK])dnl
732 AC_REQUIRE([AC_PROG_MAKE_SET])dnl
733 AC_REQUIRE([AM_SET_LEADING_DOT])dnl
734 _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
735 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
736 [_AM_PROG_TAR([v7])])])
737 _AM_IF_OPTION([no-dependencies],,
738 [AC_PROVIDE_IFELSE([AC_PROG_CC],
739 [_AM_DEPENDENCIES(CC)],
740 [define([AC_PROG_CC],
741 defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
742 AC_PROVIDE_IFELSE([AC_PROG_CXX],
743 [_AM_DEPENDENCIES(CXX)],
744 [define([AC_PROG_CXX],
745 defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
746 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
747 [_AM_DEPENDENCIES(OBJC)],
748 [define([AC_PROG_OBJC],
749 defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
750 ])
751 _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
752 dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
753 dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro
754 dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
755 AC_CONFIG_COMMANDS_PRE(dnl
756 [m4_provide_if([_AM_COMPILER_EXEEXT],
757 [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
758 ])
759
760 dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion. Do not
761 dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
762 dnl mangled by Autoconf and run in a shell conditional statement.
763 m4_define([_AC_COMPILER_EXEEXT],
764 m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
765
766
767 # When config.status generates a header, we must update the stamp-h file.
768 # This file resides in the same directory as the config header
769 # that is generated. The stamp files are numbered to have different names.
770
771 # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
772 # loop where config.status creates the headers, so we can generate
773 # our stamp files there.
774 AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
775 [# Compute $1's index in $config_headers.
776 _am_arg=$1
777 _am_stamp_count=1
778 for _am_header in $config_headers :; do
779 case $_am_header in
780 $_am_arg | $_am_arg:* )
781 break ;;
782 * )
783 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
784 esac
785 done
786 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
787
788 # Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation,
789 # Inc.
790 #
791 # This file is free software; the Free Software Foundation
792 # gives unlimited permission to copy and/or distribute it,
793 # with or without modifications, as long as this notice is preserved.
794
795 # serial 1
796
797 # AM_PROG_INSTALL_SH
798 # ------------------
799 # Define $install_sh.
800 AC_DEFUN([AM_PROG_INSTALL_SH],
801 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
802 if test x"${install_sh}" != xset; then
803 case $am_aux_dir in
804 *\ * | *\ *)
805 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
806 *)
807 install_sh="\${SHELL} $am_aux_dir/install-sh"
808 esac
809 fi
810 AC_SUBST(install_sh)])
811
812 # Copyright (C) 2003, 2005 Free Software Foundation, Inc.
813 #
814 # This file is free software; the Free Software Foundation
815 # gives unlimited permission to copy and/or distribute it,
816 # with or without modifications, as long as this notice is preserved.
817
818 # serial 2
819
820 # Check whether the underlying file-system supports filenames
821 # with a leading dot. For instance MS-DOS doesn't.
822 AC_DEFUN([AM_SET_LEADING_DOT],
823 [rm -rf .tst 2>/dev/null
824 mkdir .tst 2>/dev/null
825 if test -d .tst; then
826 am__leading_dot=.
827 else
828 am__leading_dot=_
829 fi
830 rmdir .tst 2>/dev/null
831 AC_SUBST([am__leading_dot])])
832
833 # Check to see how 'make' treats includes. -*- Autoconf -*-
834
835 # Copyright (C) 2001, 2002, 2003, 2005, 2009 Free Software Foundation, Inc.
836 #
837 # This file is free software; the Free Software Foundation
838 # gives unlimited permission to copy and/or distribute it,
839 # with or without modifications, as long as this notice is preserved.
840
841 # serial 4
842
843 # AM_MAKE_INCLUDE()
844 # -----------------
845 # Check to see how make treats includes.
846 AC_DEFUN([AM_MAKE_INCLUDE],
847 [am_make=${MAKE-make}
848 cat > confinc << 'END'
849 am__doit:
850 @echo this is the am__doit target
851 .PHONY: am__doit
852 END
853 # If we don't find an include directive, just comment out the code.
854 AC_MSG_CHECKING([for style of include used by $am_make])
855 am__include="#"
856 am__quote=
857 _am_result=none
858 # First try GNU make style include.
859 echo "include confinc" > confmf
860 # Ignore all kinds of additional output from `make'.
861 case `$am_make -s -f confmf 2> /dev/null` in #(
862 *the\ am__doit\ target*)
863 am__include=include
864 am__quote=
865 _am_result=GNU
866 ;;
867 esac
868 # Now try BSD make style include.
869 if test "$am__include" = "#"; then
870 echo '.include "confinc"' > confmf
871 case `$am_make -s -f confmf 2> /dev/null` in #(
872 *the\ am__doit\ target*)
873 am__include=.include
874 am__quote="\""
875 _am_result=BSD
876 ;;
877 esac
878 fi
879 AC_SUBST([am__include])
880 AC_SUBST([am__quote])
881 AC_MSG_RESULT([$_am_result])
882 rm -f confinc confmf
883 ])
884
885 # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
886
887 # Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008
888 # Free Software Foundation, Inc.
889 #
890 # This file is free software; the Free Software Foundation
891 # gives unlimited permission to copy and/or distribute it,
892 # with or without modifications, as long as this notice is preserved.
893
894 # serial 6
895
896 # AM_MISSING_PROG(NAME, PROGRAM)
897 # ------------------------------
898 AC_DEFUN([AM_MISSING_PROG],
899 [AC_REQUIRE([AM_MISSING_HAS_RUN])
900 $1=${$1-"${am_missing_run}$2"}
901 AC_SUBST($1)])
902
903
904 # AM_MISSING_HAS_RUN
905 # ------------------
906 # Define MISSING if not defined so far and test if it supports --run.
907 # If it does, set am_missing_run to use it, otherwise, to nothing.
908 AC_DEFUN([AM_MISSING_HAS_RUN],
909 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
910 AC_REQUIRE_AUX_FILE([missing])dnl
911 if test x"${MISSING+set}" != xset; then
912 case $am_aux_dir in
913 *\ * | *\ *)
914 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
915 *)
916 MISSING="\${SHELL} $am_aux_dir/missing" ;;
917 esac
918 fi
919 # Use eval to expand $SHELL
920 if eval "$MISSING --run true"; then
921 am_missing_run="$MISSING --run "
922 else
923 am_missing_run=
924 AC_MSG_WARN([`missing' script is too old or missing])
925 fi
926 ])
927
928 # Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation,
929 # Inc.
930 #
931 # This file is free software; the Free Software Foundation
932 # gives unlimited permission to copy and/or distribute it,
933 # with or without modifications, as long as this notice is preserved.
934
935 # serial 1
936
937 # AM_PROG_MKDIR_P
938 # ---------------
939 # Check for `mkdir -p'.
940 AC_DEFUN([AM_PROG_MKDIR_P],
941 [AC_PREREQ([2.60])dnl
942 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
943 dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P,
944 dnl while keeping a definition of mkdir_p for backward compatibility.
945 dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
946 dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
947 dnl Makefile.ins that do not define MKDIR_P, so we do our own
948 dnl adjustment using top_builddir (which is defined more often than
949 dnl MKDIR_P).
950 AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
951 case $mkdir_p in
952 [[\\/$]]* | ?:[[\\/]]*) ;;
953 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
954 esac
955 ])
956
957 # Helper functions for option handling. -*- Autoconf -*-
958
959 # Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software
960 # Foundation, Inc.
961 #
962 # This file is free software; the Free Software Foundation
963 # gives unlimited permission to copy and/or distribute it,
964 # with or without modifications, as long as this notice is preserved.
965
966 # serial 5
967
968 # _AM_MANGLE_OPTION(NAME)
969 # -----------------------
970 AC_DEFUN([_AM_MANGLE_OPTION],
971 [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
972
973 # _AM_SET_OPTION(NAME)
974 # --------------------
975 # Set option NAME. Presently that only means defining a flag for this option.
976 AC_DEFUN([_AM_SET_OPTION],
977 [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
978
979 # _AM_SET_OPTIONS(OPTIONS)
980 # ------------------------
981 # OPTIONS is a space-separated list of Automake options.
982 AC_DEFUN([_AM_SET_OPTIONS],
983 [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
984
985 # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
986 # -------------------------------------------
987 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
988 AC_DEFUN([_AM_IF_OPTION],
989 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
990
991 # Check to make sure that the build environment is sane. -*- Autoconf -*-
992
993 # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008
994 # Free Software Foundation, Inc.
995 #
996 # This file is free software; the Free Software Foundation
997 # gives unlimited permission to copy and/or distribute it,
998 # with or without modifications, as long as this notice is preserved.
999
1000 # serial 5
1001
1002 # AM_SANITY_CHECK
1003 # ---------------
1004 AC_DEFUN([AM_SANITY_CHECK],
1005 [AC_MSG_CHECKING([whether build environment is sane])
1006 # Just in case
1007 sleep 1
1008 echo timestamp > conftest.file
1009 # Reject unsafe characters in $srcdir or the absolute working directory
1010 # name. Accept space and tab only in the latter.
1011 am_lf='
1012 '
1013 case `pwd` in
1014 *[[\\\"\#\$\&\'\`$am_lf]]*)
1015 AC_MSG_ERROR([unsafe absolute working directory name]);;
1016 esac
1017 case $srcdir in
1018 *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*)
1019 AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
1020 esac
1021
1022 # Do `set' in a subshell so we don't clobber the current shell's
1023 # arguments. Must try -L first in case configure is actually a
1024 # symlink; some systems play weird games with the mod time of symlinks
1025 # (eg FreeBSD returns the mod time of the symlink's containing
1026 # directory).
1027 if (
1028 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
1029 if test "$[*]" = "X"; then
1030 # -L didn't work.
1031 set X `ls -t "$srcdir/configure" conftest.file`
1032 fi
1033 rm -f conftest.file
1034 if test "$[*]" != "X $srcdir/configure conftest.file" \
1035 && test "$[*]" != "X conftest.file $srcdir/configure"; then
1036
1037 # If neither matched, then we have a broken ls. This can happen
1038 # if, for instance, CONFIG_SHELL is bash and it inherits a
1039 # broken ls alias from the environment. This has actually
1040 # happened. Such a system could not be considered "sane".
1041 AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
1042 alias in your environment])
1043 fi
1044
1045 test "$[2]" = conftest.file
1046 )
1047 then
1048 # Ok.
1049 :
1050 else
1051 AC_MSG_ERROR([newly created file is older than distributed files!
1052 Check your system clock])
1053 fi
1054 AC_MSG_RESULT(yes)])
1055
1056 # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
1057 #
1058 # This file is free software; the Free Software Foundation
1059 # gives unlimited permission to copy and/or distribute it,
1060 # with or without modifications, as long as this notice is preserved.
1061
1062 # serial 1
1063
1064 # AM_PROG_INSTALL_STRIP
1065 # ---------------------
1066 # One issue with vendor `install' (even GNU) is that you can't
1067 # specify the program used to strip binaries. This is especially
1068 # annoying in cross-compiling environments, where the build's strip
1069 # is unlikely to handle the host's binaries.
1070 # Fortunately install-sh will honor a STRIPPROG variable, so we
1071 # always use install-sh in `make install-strip', and initialize
1072 # STRIPPROG with the value of the STRIP variable (set by the user).
1073 AC_DEFUN([AM_PROG_INSTALL_STRIP],
1074 [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
1075 # Installed binaries are usually stripped using `strip' when the user
1076 # run `make install-strip'. However `strip' might not be the right
1077 # tool to use in cross-compilation environments, therefore Automake
1078 # will honor the `STRIP' environment variable to overrule this program.
1079 dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
1080 if test "$cross_compiling" != no; then
1081 AC_CHECK_TOOL([STRIP], [strip], :)
1082 fi
1083 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
1084 AC_SUBST([INSTALL_STRIP_PROGRAM])])
1085
1086 # Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.
1087 #
1088 # This file is free software; the Free Software Foundation
1089 # gives unlimited permission to copy and/or distribute it,
1090 # with or without modifications, as long as this notice is preserved.
1091
1092 # serial 3
1093
1094 # _AM_SUBST_NOTMAKE(VARIABLE)
1095 # ---------------------------
1096 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
1097 # This macro is traced by Automake.
1098 AC_DEFUN([_AM_SUBST_NOTMAKE])
1099
1100 # AM_SUBST_NOTMAKE(VARIABLE)
1101 # --------------------------
1102 # Public sister of _AM_SUBST_NOTMAKE.
1103 AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
1104
1105 # Check how to create a tarball. -*- Autoconf -*-
1106
1107 # Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc.
1108 #
1109 # This file is free software; the Free Software Foundation
1110 # gives unlimited permission to copy and/or distribute it,
1111 # with or without modifications, as long as this notice is preserved.
1112
1113 # serial 2
1114
1115 # _AM_PROG_TAR(FORMAT)
1116 # --------------------
1117 # Check how to create a tarball in format FORMAT.
1118 # FORMAT should be one of `v7', `ustar', or `pax'.
1119 #
1120 # Substitute a variable $(am__tar) that is a command
1121 # writing to stdout a FORMAT-tarball containing the directory
1122 # $tardir.
1123 # tardir=directory && $(am__tar) > result.tar
1124 #
1125 # Substitute a variable $(am__untar) that extract such
1126 # a tarball read from stdin.
1127 # $(am__untar) < result.tar
1128 AC_DEFUN([_AM_PROG_TAR],
1129 [# Always define AMTAR for backward compatibility. Yes, it's still used
1130 # in the wild :-( We should find a proper way to deprecate it ...
1131 AC_SUBST([AMTAR], ['$${TAR-tar}'])
1132 m4_if([$1], [v7],
1133 [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
1134 [m4_case([$1], [ustar],, [pax],,
1135 [m4_fatal([Unknown tar format])])
1136 AC_MSG_CHECKING([how to create a $1 tar archive])
1137 # Loop over all known methods to create a tar archive until one works.
1138 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1139 _am_tools=${am_cv_prog_tar_$1-$_am_tools}
1140 # Do not fold the above two line into one, because Tru64 sh and
1141 # Solaris sh will not grok spaces in the rhs of `-'.
1142 for _am_tool in $_am_tools
1143 do
1144 case $_am_tool in
1145 gnutar)
1146 for _am_tar in tar gnutar gtar;
1147 do
1148 AM_RUN_LOG([$_am_tar --version]) && break
1149 done
1150 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1151 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1152 am__untar="$_am_tar -xf -"
1153 ;;
1154 plaintar)
1155 # Must skip GNU tar: if it does not support --format= it doesn't create
1156 # ustar tarball either.
1157 (tar --version) >/dev/null 2>&1 && continue
1158 am__tar='tar chf - "$$tardir"'
1159 am__tar_='tar chf - "$tardir"'
1160 am__untar='tar xf -'
1161 ;;
1162 pax)
1163 am__tar='pax -L -x $1 -w "$$tardir"'
1164 am__tar_='pax -L -x $1 -w "$tardir"'
1165 am__untar='pax -r'
1166 ;;
1167 cpio)
1168 am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
1169 am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
1170 am__untar='cpio -i -H $1 -d'
1171 ;;
1172 none)
1173 am__tar=false
1174 am__tar_=false
1175 am__untar=false
1176 ;;
1177 esac
1178
1179 # If the value was cached, stop now. We just wanted to have am__tar
1180 # and am__untar set.
1181 test -n "${am_cv_prog_tar_$1}" && break
1182
1183 # tar/untar a dummy directory, and stop if the command works
1184 rm -rf conftest.dir
1185 mkdir conftest.dir
1186 echo GrepMe > conftest.dir/file
1187 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1188 rm -rf conftest.dir
1189 if test -s conftest.tar; then
1190 AM_RUN_LOG([$am__untar <conftest.tar])
1191 grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
1192 fi
1193 done
1194 rm -rf conftest.dir
1195
1196 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
1197 AC_MSG_RESULT([$am_cv_prog_tar_$1])])
1198 AC_SUBST([am__tar])
1199 AC_SUBST([am__untar])
1200 ]) # _AM_PROG_TAR
849 1201
File config.h.in changed (mode: 100644) (index 8df5899..31f1b37)
1 /* config.h.in. Generated automatically from configure.in by autoheader. */
2
3 /* Define if you need to in order for stat and other things to work. */
4 #undef _POSIX_SOURCE
5
6 /* Define if you have the ANSI C header files. */
7 #undef STDC_HEADERS
8
1 /* config.h.in. Generated from configure.in by autoheader. */
9 2 #undef ENABLE_NLS #undef ENABLE_NLS
10 3 #undef HAVE_CATGETS #undef HAVE_CATGETS
11 4 #undef HAVE_GETTEXT #undef HAVE_GETTEXT
 
16 9 #undef PACKAGE_DATA_DIR #undef PACKAGE_DATA_DIR
17 10 #undef PACKAGE_SOURCE_DIR #undef PACKAGE_SOURCE_DIR
18 11
19 /* Define if you have the <X11/SM/SMlib.h> header file. */
20 #undef HAVE_X11_SM_SMLIB_H
21
22 12 /* Name of package */ /* Name of package */
23 13 #undef PACKAGE #undef PACKAGE
24 14
15 /* Define to the address where bug reports for this package should be sent. */
16 #undef PACKAGE_BUGREPORT
17
18 /* Define to the full name of this package. */
19 #undef PACKAGE_NAME
20
21 /* Define to the full name and version of this package. */
22 #undef PACKAGE_STRING
23
24 /* Define to the one symbol short name of this package. */
25 #undef PACKAGE_TARNAME
26
27 /* Define to the home page for this package. */
28 #undef PACKAGE_URL
29
30 /* Define to the version of this package. */
31 #undef PACKAGE_VERSION
32
33 /* Define to 1 if you have the ANSI C header files. */
34 #undef STDC_HEADERS
35
25 36 /* Version number of package */ /* Version number of package */
26 37 #undef VERSION #undef VERSION
27
The diff for file configure is too big (8421 changes) and cannot be shown.
File configure.in changed (mode: 100644) (index 0ed14e2..f17da69)
... ... AC_INIT(configure.in)
4 4 AM_INIT_AUTOMAKE(vide, 0.5.2) AM_INIT_AUTOMAKE(vide, 0.5.2)
5 5 AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
6 6
7 AM_ACLOCAL_INCLUDE(macros)
7 # AM_ACLOCAL_INCLUDE(macros)
8 8
9 GNOME_INIT
9 # GNOME_INIT
10 10 AC_ISC_POSIX AC_ISC_POSIX
11 11 AC_PROG_CC AC_PROG_CC
12 12 AM_PROG_CC_STDC AM_PROG_CC_STDC
13 13 AC_HEADER_STDC AC_HEADER_STDC
14 14
15 GNOME_COMPILE_WARNINGS
16 GNOME_X_CHECKS
15 # GNOME_COMPILE_WARNINGS
16 # GNOME_X_CHECKS
17 17
18 ZVT_LIBS=`$GNOME_CONFIG --libs zvt`
19 AC_SUBST(ZVT_LIBS)
18 # ZVT_LIBS=`$GNOME_CONFIG --libs zvt`
19 # AC_SUBST(ZVT_LIBS)
20 20
21 21 AM_PATH_GTK(1.2.0, , AM_PATH_GTK(1.2.0, ,
22 22 AC_MSG_ERROR(Cannot find GTK: Is gtk-config in path?), gthread) AC_MSG_ERROR(Cannot find GTK: Is gtk-config in path?), gthread)
File macros/Makefile changed (mode: 100644) (index b715d31..2ebba1d)
1 # Generated automatically from Makefile.in by configure.
2 1 # Makefile.in generated automatically by automake 1.4a from Makefile.am # Makefile.in generated automatically by automake 1.4a from Makefile.am
3 2
4 3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
 
... ... SHELL = /bin/sh
16 15
17 16 srcdir = . srcdir = .
18 17 top_srcdir = .. top_srcdir = ..
18
19 19 prefix = /usr/local prefix = /usr/local
20 20 exec_prefix = ${prefix} exec_prefix = ${prefix}
21 21
 
... ... sysconfdir = ${prefix}/etc
27 27 sharedstatedir = ${prefix}/com sharedstatedir = ${prefix}/com
28 28 localstatedir = ${prefix}/var localstatedir = ${prefix}/var
29 29 libdir = ${exec_prefix}/lib libdir = ${exec_prefix}/lib
30 infodir = ${prefix}/info
31 mandir = ${prefix}/man
30 infodir = ${prefix}/share/info
31 mandir = ${prefix}/share/man
32 32 includedir = ${prefix}/include includedir = ${prefix}/include
33 33 oldincludedir = /usr/include oldincludedir = /usr/include
34 34
 
... ... pkgincludedir = $(includedir)/vide
40 40
41 41 top_builddir = .. top_builddir = ..
42 42
43 ACLOCAL = aclocal -I macros
43 ACLOCAL = aclocal-1.11
44 44 AUTOCONF = autoconf AUTOCONF = autoconf
45 AUTOMAKE = automake
45 AUTOMAKE = automake-1.11
46 46 AUTOHEADER = autoheader AUTOHEADER = autoheader
47 47
48 INSTALL = /usr/bin/install -c
48 INSTALL = /usr/bin/ginstall -c
49 49 INSTALL_PROGRAM = ${INSTALL} INSTALL_PROGRAM = ${INSTALL}
50 50 INSTALL_DATA = ${INSTALL} -m 644 INSTALL_DATA = ${INSTALL} -m 644
51 INSTALL_SCRIPT = ${INSTALL_PROGRAM}
51 INSTALL_SCRIPT = ${INSTALL}
52 52 INSTALL_STRIP_FLAG = INSTALL_STRIP_FLAG =
53 53 transform = s,x,x, transform = s,x,x,
54 54
 
... ... NORMAL_UNINSTALL = :
59 59 PRE_UNINSTALL = : PRE_UNINSTALL = :
60 60 POST_UNINSTALL = : POST_UNINSTALL = :
61 61 CC = gcc CC = gcc
62 GNOMEGNORBA_LIBS = -rdynamic -lgnorba -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lnsl -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgtk -lgdk -lgmodule -lXi -lXext -lX11 -lgnome -lgnomesupport -lesd -laudiofile -lm -ldb1 -lglib -ldl
63 GNOMEUI_LIBS = -rdynamic -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgtk -lgdk -lgmodule -lXi -lXext -lX11 -lgnome -lgnomesupport -lesd -laudiofile -lm -ldb1 -lglib -ldl
64 GNOME_APPLETS_LIBS =
65 GNOME_CAPPLET_LIBS =
66 GNOME_CONFIG = /usr/bin/gnome-config
67 GNOME_DOCKLETS_LIBS =
68 GNOME_INCLUDEDIR = -I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/lib/glib/include -I/usr/X11R6/include
69 GNOME_LIBDIR = -rdynamic -L/usr/lib -L/usr/X11R6/lib
70 GNOME_LIBS = -lgnome -lgnomesupport -lesd -laudiofile -lm -ldb1 -lglib -ldl
71 GNORBA_CFLAGS = -I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/lib/glib/include -I/usr/X11R6/include
72 GNORBA_LIBS = -rdynamic -L/usr/lib -L/usr/X11R6/lib -lgnorba -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lnsl -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgtk -lgdk -lgmodule -lXi -lXext -lX11 -lgnome -lgnomesupport -lesd -laudiofile -lm -ldb1 -lglib -ldl
73 GTKXMHTML_LIBS = -rdynamic -lgtkxmhtml -lXpm -ljpeg -lpng -lz -lSM -lICE -lgtk -lgdk -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm
74 GTK_CFLAGS = -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include
62 GNOMEGNORBA_LIBS = @GNOMEGNORBA_LIBS@
63 GNOMEUI_LIBS = @GNOMEUI_LIBS@
64 GNOME_APPLETS_LIBS = @GNOME_APPLETS_LIBS@
65 GNOME_CAPPLET_LIBS = @GNOME_CAPPLET_LIBS@
66 GNOME_CONFIG = @GNOME_CONFIG@
67 GNOME_DOCKLETS_LIBS = @GNOME_DOCKLETS_LIBS@
68 GNOME_INCLUDEDIR = @GNOME_INCLUDEDIR@
69 GNOME_LIBDIR = @GNOME_LIBDIR@
70 GNOME_LIBS = @GNOME_LIBS@
71 GNORBA_CFLAGS = @GNORBA_CFLAGS@
72 GNORBA_LIBS = @GNORBA_LIBS@
73 GTKXMHTML_LIBS = @GTKXMHTML_LIBS@
74 GTK_CFLAGS = -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib64/glib/include -D_REENTRANT
75 75 GTK_CONFIG = /usr/bin/gtk-config GTK_CONFIG = /usr/bin/gtk-config
76 GTK_LIBS = -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lgthread -lglib -lpthread -ldl -lXi -lXext -lX11 -lm
76 GTK_LIBS = -L/usr/lib64 -L/usr/lib64 -lgtk -lgdk -rdynamic -lgmodule -lgthread -lglib -lpthread -ldl -lXext -lX11 -lm
77 77 MAKEINFO = makeinfo MAKEINFO = makeinfo
78 ORBIT_CFLAGS = -I/usr/lib/glib/include -I/usr/include
79 ORBIT_CONFIG = /usr/bin/orbit-config
80 ORBIT_IDL = /usr/bin/orbit-idl
81 ORBIT_LIBS = -L/usr/lib -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lglib -lnsl -lm
78 ORBIT_CFLAGS = @ORBIT_CFLAGS@
79 ORBIT_CONFIG = @ORBIT_CONFIG@
80 ORBIT_IDL = @ORBIT_IDL@
81 ORBIT_LIBS = @ORBIT_LIBS@
82 82 PACKAGE = vide PACKAGE = vide
83 PTHREAD_LIB = -lpthread
83 PTHREAD_LIB = @PTHREAD_LIB@
84 84 VERSION = 0.5.2 VERSION = 0.5.2
85 XPM_LIBS = -lXpm
86 ZVT_LIBS = -rdynamic -L/usr/lib -L/usr/X11R6/lib -lzvt -lutil -lSM -lICE -lgtk -lgdk -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm
87 cflags_set = yes
85 XPM_LIBS = @XPM_LIBS@
86 ZVT_LIBS = @ZVT_LIBS@
87 cflags_set = @cflags_set@
88 88 cxxflags_set = @cxxflags_set@ cxxflags_set = @cxxflags_set@
89 89
90 90 MACROS = aclocal-include.m4 compiler-flags.m4 curses.m4 gnome-bonobo-check.m4 gnome-fileutils.m4 gnome-ghttp-check.m4 gnome-gnorba-check.m4 gnome-guile-checks.m4 gnome-libgtop-check.m4 gnome-objc-checks.m4 gnome-orbit-check.m4 gnome-print-check.m4 gnome-pthread-check.m4 gnome-support.m4 gnome-undelfs.m4 gnome-vfs.m4 gnome-x-checks.m4 gnome-xml-check.m4 gnome.m4 gperf-check.m4 linger.m4 need-declaration.m4 MACROS = aclocal-include.m4 compiler-flags.m4 curses.m4 gnome-bonobo-check.m4 gnome-fileutils.m4 gnome-ghttp-check.m4 gnome-gnorba-check.m4 gnome-guile-checks.m4 gnome-libgtop-check.m4 gnome-objc-checks.m4 gnome-orbit-check.m4 gnome-print-check.m4 gnome-pthread-check.m4 gnome-support.m4 gnome-undelfs.m4 gnome-vfs.m4 gnome-x-checks.m4 gnome-xml-check.m4 gnome.m4 gperf-check.m4 linger.m4 need-declaration.m4
 
... ... MACROS = aclocal-include.m4 compiler-flags.m4 curses.m4 gnome
93 93 EXTRA_DIST = $(MACROS) gnome-common.m4 autogen.sh EXTRA_DIST = $(MACROS) gnome-common.m4 autogen.sh
94 94 MAINTAINERCLEANFILES = macros.dep MAINTAINERCLEANFILES = macros.dep
95 95
96 #gnome_aclocaldir = $(datadir)/aclocal/gnome
96 @INSIDE_GNOME_COMMON_TRUE@gnome_aclocaldir = $(datadir)/aclocal/gnome
97 97
98 #gnome_aclocal_DATA = $(MACROS) gnome-macros.dep gnome-common.m4 autogen.sh
98 @INSIDE_GNOME_COMMON_TRUE@gnome_aclocal_DATA = $(MACROS) gnome-macros.dep gnome-common.m4 autogen.sh
99 99 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
100 100 CONFIG_HEADER = ../config.h CONFIG_HEADER = ../config.h
101 101 CONFIG_CLEAN_FILES = CONFIG_CLEAN_FILES =
 
... ... maintainer-clean-generic clean mostlyclean distclean maintainer-clean
226 226 macros.dep: Makefile.am macros.dep: Makefile.am
227 227 @echo '$$(top_srcdir)/aclocal.m4: $(MACROS:%=macros/%)' > $@ @echo '$$(top_srcdir)/aclocal.m4: $(MACROS:%=macros/%)' > $@
228 228
229 #gnome-macros.dep: Makefile.am
230 # @echo '$$(top_srcdir)/aclocal.m4: $(MACROS:%=$(gnome_aclocaldir)/%)' > $@
229 @INSIDE_GNOME_COMMON_TRUE@gnome-macros.dep: Makefile.am
230 @INSIDE_GNOME_COMMON_TRUE@ @echo '$$(top_srcdir)/aclocal.m4: $(MACROS:%=$(gnome_aclocaldir)/%)' > $@
231 231
232 232 # Tell versions [3.59,3.63) of GNU make to not export all variables. # Tell versions [3.59,3.63) of GNU make to not export all variables.
233 233 # Otherwise a system limit (for SysV at least) may be exceeded. # Otherwise a system limit (for SysV at least) may be exceeded.
File src/Makefile.in changed (mode: 100644) (index 584df5c..07540a9)
1 # Makefile.in generated automatically by automake 1.4a from Makefile.am
1 # Makefile.in generated by automake 1.11.5 from Makefile.am.
2 # @configure_input@
2 3
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
4 7 # This Makefile.in is free software; the Free Software Foundation # This Makefile.in is free software; the Free Software Foundation
5 8 # gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
6 9 # with or without modifications, as long as this notice is preserved. # with or without modifications, as long as this notice is preserved.
 
10 13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 14 # PARTICULAR PURPOSE. # PARTICULAR PURPOSE.
12 15
16 @SET_MAKE@
13 17
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
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 18
35 DESTDIR =
36 19
20 VPATH = @srcdir@
21 am__make_dryrun = \
22 { \
23 am__dry=no; \
24 case $$MAKEFLAGS in \
25 *\\[\ \ ]*) \
26 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
27 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
28 *) \
29 for am__flg in $$MAKEFLAGS; do \
30 case $$am__flg in \
31 *=*|--*) ;; \
32 *n*) am__dry=yes; break;; \
33 esac; \
34 done;; \
35 esac; \
36 test $$am__dry = yes; \
37 }
37 38 pkgdatadir = $(datadir)/@PACKAGE@ pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 39 pkgincludedir = $(includedir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 INSTALL_STRIP_FLAG =
53 transform = @program_transform_name@
54
40 pkglibdir = $(libdir)/@PACKAGE@
41 pkglibexecdir = $(libexecdir)/@PACKAGE@
42 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
43 install_sh_DATA = $(install_sh) -c -m 644
44 install_sh_PROGRAM = $(install_sh) -c
45 install_sh_SCRIPT = $(install_sh) -c
46 INSTALL_HEADER = $(INSTALL_DATA)
47 transform = $(program_transform_name)
55 48 NORMAL_INSTALL = : NORMAL_INSTALL = :
56 49 PRE_INSTALL = : PRE_INSTALL = :
57 50 POST_INSTALL = : POST_INSTALL = :
58 51 NORMAL_UNINSTALL = : NORMAL_UNINSTALL = :
59 52 PRE_UNINSTALL = : PRE_UNINSTALL = :
60 53 POST_UNINSTALL = : POST_UNINSTALL = :
54 bin_PROGRAMS = vide$(EXEEXT)
55 subdir = src
56 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
57 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58 am__aclocal_m4_deps = $(top_srcdir)/configure.in
59 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
60 $(ACLOCAL_M4)
61 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
62 CONFIG_HEADER = $(top_builddir)/config.h
63 CONFIG_CLEAN_FILES =
64 CONFIG_CLEAN_VPATH_FILES =
65 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" \
66 "$(DESTDIR)$(pkgdatadir)"
67 PROGRAMS = $(bin_PROGRAMS)
68 am_vide_OBJECTS = vide.$(OBJEXT) add_ext_dialog.$(OBJEXT) \
69 bookmarks.$(OBJEXT) buffer_menu.$(OBJEXT) callbacks.$(OBJEXT) \
70 command_mode.$(OBJEXT) command_mode_menu.$(OBJEXT) \
71 config_dialog.$(OBJEXT) config_files.$(OBJEXT) \
72 confirm_dialog.$(OBJEXT) copy_here_dialog.$(OBJEXT) \
73 date_filter_dialog.$(OBJEXT) file_info_dialog.$(OBJEXT) \
74 filelist.$(OBJEXT) filename_filter_dialog.$(OBJEXT) \
75 fileops.$(OBJEXT) fileselector.$(OBJEXT) filetype.$(OBJEXT) \
76 filetype_dialog.$(OBJEXT) filetype_popup.$(OBJEXT) \
77 for_each_dialog.$(OBJEXT) history.$(OBJEXT) \
78 init_filetype_dialog.$(OBJEXT) main_menu.$(OBJEXT) \
79 misc_dialogs.$(OBJEXT) ownership_dialog.$(OBJEXT) \
80 permissions_dialog.$(OBJEXT) programs_dialog.$(OBJEXT) \
81 programs_menu.$(OBJEXT) rename_ext_dialog.$(OBJEXT) \
82 search_mode.$(OBJEXT) size_filter_dialog.$(OBJEXT) \
83 term.$(OBJEXT) term_menu.$(OBJEXT) user_command.$(OBJEXT) \
84 user_command_dialog.$(OBJEXT) user_prompt.$(OBJEXT) \
85 utils.$(OBJEXT) view_dialog.$(OBJEXT) widget_utils.$(OBJEXT) \
86 window.$(OBJEXT)
87 vide_OBJECTS = $(am_vide_OBJECTS)
88 vide_DEPENDENCIES =
89 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
90 am__vpath_adj = case $$p in \
91 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
92 *) f=$$p;; \
93 esac;
94 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
95 am__install_max = 40
96 am__nobase_strip_setup = \
97 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
98 am__nobase_strip = \
99 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
100 am__nobase_list = $(am__nobase_strip_setup); \
101 for p in $$list; do echo "$$p $$p"; done | \
102 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
103 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
104 if (++n[$$2] == $(am__install_max)) \
105 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
106 END { for (dir in files) print dir, files[dir] }'
107 am__base_list = \
108 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
109 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
110 am__uninstall_files_from_dir = { \
111 test -z "$$files" \
112 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
113 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
114 $(am__cd) "$$dir" && rm -f $$files; }; \
115 }
116 SCRIPTS = $(bin_SCRIPTS)
117 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
118 depcomp = $(SHELL) $(top_srcdir)/depcomp
119 am__depfiles_maybe = depfiles
120 am__mv = mv -f
121 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
122 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
123 CCLD = $(CC)
124 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
125 SOURCES = $(vide_SOURCES)
126 DIST_SOURCES = $(vide_SOURCES)
127 am__can_run_installinfo = \
128 case $$AM_UPDATE_INFO_DIR in \
129 n|no|NO) false;; \
130 *) (install-info --version) >/dev/null 2>&1;; \
131 esac
132 DATA = $(pkgdata_DATA)
133 ETAGS = etags
134 CTAGS = ctags
135 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
136 ACLOCAL = @ACLOCAL@
137 AMTAR = @AMTAR@
138 AUTOCONF = @AUTOCONF@
139 AUTOHEADER = @AUTOHEADER@
140 AUTOMAKE = @AUTOMAKE@
141 AWK = @AWK@
61 142 CC = @CC@ CC = @CC@
62 GNOMEGNORBA_LIBS = @GNOMEGNORBA_LIBS@
63 GNOMEUI_LIBS = @GNOMEUI_LIBS@
64 GNOME_APPLETS_LIBS = @GNOME_APPLETS_LIBS@
65 GNOME_CAPPLET_LIBS = @GNOME_CAPPLET_LIBS@
66 GNOME_CONFIG = @GNOME_CONFIG@
67 GNOME_DOCKLETS_LIBS = @GNOME_DOCKLETS_LIBS@
68 GNOME_INCLUDEDIR = @GNOME_INCLUDEDIR@
69 GNOME_LIBDIR = @GNOME_LIBDIR@
70 GNOME_LIBS = @GNOME_LIBS@
71 GNORBA_CFLAGS = @GNORBA_CFLAGS@
72 GNORBA_LIBS = @GNORBA_LIBS@
73 GTKXMHTML_LIBS = @GTKXMHTML_LIBS@
143 CCDEPMODE = @CCDEPMODE@
144 CFLAGS = @CFLAGS@
145 CPP = @CPP@
146 CPPFLAGS = @CPPFLAGS@
147 CYGPATH_W = @CYGPATH_W@
148 DEFS = @DEFS@
149 DEPDIR = @DEPDIR@
150 ECHO_C = @ECHO_C@
151 ECHO_N = @ECHO_N@
152 ECHO_T = @ECHO_T@
153 EGREP = @EGREP@
154 EXEEXT = @EXEEXT@
155 GREP = @GREP@
74 156 GTK_CFLAGS = @GTK_CFLAGS@ GTK_CFLAGS = @GTK_CFLAGS@
75 157 GTK_CONFIG = @GTK_CONFIG@ GTK_CONFIG = @GTK_CONFIG@
76 158 GTK_LIBS = @GTK_LIBS@ GTK_LIBS = @GTK_LIBS@
159 INSTALL = @INSTALL@
160 INSTALL_DATA = @INSTALL_DATA@
161 INSTALL_PROGRAM = @INSTALL_PROGRAM@
162 INSTALL_SCRIPT = @INSTALL_SCRIPT@
163 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
164 LDFLAGS = @LDFLAGS@
165 LIBOBJS = @LIBOBJS@
166 LIBS = @LIBS@
167 LTLIBOBJS = @LTLIBOBJS@
77 168 MAKEINFO = @MAKEINFO@ MAKEINFO = @MAKEINFO@
78 ORBIT_CFLAGS = @ORBIT_CFLAGS@
79 ORBIT_CONFIG = @ORBIT_CONFIG@
80 ORBIT_IDL = @ORBIT_IDL@
81 ORBIT_LIBS = @ORBIT_LIBS@
169 MKDIR_P = @MKDIR_P@
170 OBJEXT = @OBJEXT@
82 171 PACKAGE = @PACKAGE@ PACKAGE = @PACKAGE@
83 PTHREAD_LIB = @PTHREAD_LIB@
172 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
173 PACKAGE_NAME = @PACKAGE_NAME@
174 PACKAGE_STRING = @PACKAGE_STRING@
175 PACKAGE_TARNAME = @PACKAGE_TARNAME@
176 PACKAGE_URL = @PACKAGE_URL@
177 PACKAGE_VERSION = @PACKAGE_VERSION@
178 PATH_SEPARATOR = @PATH_SEPARATOR@
179 SET_MAKE = @SET_MAKE@
180 SHELL = @SHELL@
181 STRIP = @STRIP@
84 182 VERSION = @VERSION@ VERSION = @VERSION@
85 XPM_LIBS = @XPM_LIBS@
86 ZVT_LIBS = @ZVT_LIBS@
87 cflags_set = @cflags_set@
88 cxxflags_set = @cxxflags_set@
89
90 INCLUDES = @GTK_CFLAGS@ $(GNOME_INCLUDEDIR)
91
183 abs_builddir = @abs_builddir@
184 abs_srcdir = @abs_srcdir@
185 abs_top_builddir = @abs_top_builddir@
186 abs_top_srcdir = @abs_top_srcdir@
187 ac_ct_CC = @ac_ct_CC@
188 am__include = @am__include@
189 am__leading_dot = @am__leading_dot@
190 am__quote = @am__quote@
191 am__tar = @am__tar@
192 am__untar = @am__untar@
193 bindir = @bindir@
194 build_alias = @build_alias@
195 builddir = @builddir@
196 datadir = @datadir@
197 datarootdir = @datarootdir@
198 docdir = @docdir@
199 dvidir = @dvidir@
200 exec_prefix = @exec_prefix@
201 host_alias = @host_alias@
202 htmldir = @htmldir@
203 includedir = @includedir@
204 infodir = @infodir@
205 install_sh = @install_sh@
206 libdir = @libdir@
207 libexecdir = @libexecdir@
208 localedir = @localedir@
209 localstatedir = @localstatedir@
210 mandir = @mandir@
211 mkdir_p = @mkdir_p@
212 oldincludedir = @oldincludedir@
213 pdfdir = @pdfdir@
214 prefix = @prefix@
215 program_transform_name = @program_transform_name@
216 psdir = @psdir@
217 sbindir = @sbindir@
218 sharedstatedir = @sharedstatedir@
219 srcdir = @srcdir@
220 sysconfdir = @sysconfdir@
221 target_alias = @target_alias@
222 top_build_prefix = @top_build_prefix@
223 top_builddir = @top_builddir@
224 top_srcdir = @top_srcdir@
225 INCLUDES = \
226 @GTK_CFLAGS@ \
227 $(GNOME_INCLUDEDIR)
92 228
93 229 pkgdata_DATA = vide0.5.2.txt pkgdata_DATA = vide0.5.2.txt
94
95 bin_PROGRAMS = vide
96
97 230 bin_SCRIPTS = pauseme bin_SCRIPTS = pauseme
98
99 vide_SOURCES = vide.c vide.h add_ext_dialog.c bookmarks.c buffer_menu.c callbacks.c command_mode.c command_mode_menu.c config_dialog.c config_files.c confirm_dialog.c copy_here_dialog.c date_filter_dialog.c file_info_dialog.c filelist.c filename_filter_dialog.c fileops.c fileselector.c filetype.c filetype_dialog.c filetype_popup.c for_each_dialog.c history.c init_filetype_dialog.c main_menu.c misc_dialogs.c ownership_dialog.c permissions_dialog.c programs_dialog.c programs_menu.c rename_ext_dialog.c search_mode.c size_filter_dialog.c term.c term_menu.c user_command.c user_command_dialog.c user_prompt.c utils.c view_dialog.c widget_utils.c window.c
100
231 vide_SOURCES = \
232 vide.c vide.h \
233 add_ext_dialog.c \
234 bookmarks.c \
235 buffer_menu.c \
236 callbacks.c \
237 command_mode.c \
238 command_mode_menu.c \
239 config_dialog.c \
240 config_files.c \
241 confirm_dialog.c \
242 copy_here_dialog.c \
243 date_filter_dialog.c \
244 file_info_dialog.c \
245 filelist.c \
246 filename_filter_dialog.c \
247 fileops.c \
248 fileselector.c \
249 filetype.c \
250 filetype_dialog.c \
251 filetype_popup.c \
252 for_each_dialog.c \
253 history.c \
254 init_filetype_dialog.c \
255 main_menu.c \
256 misc_dialogs.c \
257 ownership_dialog.c \
258 permissions_dialog.c \
259 programs_dialog.c \
260 programs_menu.c \
261 rename_ext_dialog.c \
262 search_mode.c \
263 size_filter_dialog.c \
264 term.c \
265 term_menu.c \
266 user_command.c \
267 user_command_dialog.c \
268 user_prompt.c \
269 utils.c \
270 view_dialog.c \
271 widget_utils.c \
272 window.c
101 273
102 274 vide_LDADD = $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(ZVT_LIBS) @GTK_LIBS@ vide_LDADD = $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(ZVT_LIBS) @GTK_LIBS@
103 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
104 CONFIG_HEADER = ../config.h
105 CONFIG_CLEAN_FILES =
106 PROGRAMS = $(bin_PROGRAMS)
107
108
109 DEFS = @DEFS@ -I. -I$(srcdir) -I..
110 CPPFLAGS = @CPPFLAGS@
111 LDFLAGS = @LDFLAGS@
112 LIBS = @LIBS@
113 vide_OBJECTS = vide.o add_ext_dialog.o bookmarks.o buffer_menu.o \
114 callbacks.o command_mode.o command_mode_menu.o config_dialog.o \
115 config_files.o confirm_dialog.o copy_here_dialog.o date_filter_dialog.o \
116 file_info_dialog.o filelist.o filename_filter_dialog.o fileops.o \
117 fileselector.o filetype.o filetype_dialog.o filetype_popup.o \
118 for_each_dialog.o history.o init_filetype_dialog.o main_menu.o \
119 misc_dialogs.o ownership_dialog.o permissions_dialog.o \
120 programs_dialog.o programs_menu.o rename_ext_dialog.o search_mode.o \
121 size_filter_dialog.o term.o term_menu.o user_command.o \
122 user_command_dialog.o user_prompt.o utils.o view_dialog.o \
123 widget_utils.o window.o
124 vide_DEPENDENCIES =
125 vide_LDFLAGS =
126 SCRIPTS = $(bin_SCRIPTS)
127
128 CFLAGS = @CFLAGS@
129 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
130 CCLD = $(CC)
131 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
132 DATA = $(pkgdata_DATA)
133
134 DIST_COMMON = Makefile.am Makefile.in
135
136
137 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
138
139 TAR = gtar
140 GZIP_ENV = --best
141 DEP_FILES = .deps/add_ext_dialog.P .deps/bookmarks.P \
142 .deps/buffer_menu.P .deps/callbacks.P .deps/command_mode.P \
143 .deps/command_mode_menu.P .deps/config_dialog.P .deps/config_files.P \
144 .deps/confirm_dialog.P .deps/copy_here_dialog.P \
145 .deps/date_filter_dialog.P .deps/file_info_dialog.P .deps/filelist.P \
146 .deps/filename_filter_dialog.P .deps/fileops.P .deps/fileselector.P \
147 .deps/filetype.P .deps/filetype_dialog.P .deps/filetype_popup.P \
148 .deps/for_each_dialog.P .deps/history.P .deps/init_filetype_dialog.P \
149 .deps/main_menu.P .deps/misc_dialogs.P .deps/ownership_dialog.P \
150 .deps/permissions_dialog.P .deps/programs_dialog.P \
151 .deps/programs_menu.P .deps/rename_ext_dialog.P .deps/search_mode.P \
152 .deps/size_filter_dialog.P .deps/term.P .deps/term_menu.P \
153 .deps/user_command.P .deps/user_command_dialog.P .deps/user_prompt.P \
154 .deps/utils.P .deps/vide.P .deps/view_dialog.P .deps/widget_utils.P \
155 .deps/window.P
156 SOURCES = $(vide_SOURCES)
157 OBJECTS = $(vide_OBJECTS)
275 all: all-am
158 276
159 all: all-redirect
160 277 .SUFFIXES: .SUFFIXES:
161 .SUFFIXES: .S .c .o .s
162 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
163 cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile
164
165 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
166 cd $(top_builddir) \
167 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
168
169
170 mostlyclean-binPROGRAMS:
171
172 clean-binPROGRAMS:
173 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
174
175 distclean-binPROGRAMS:
176
177 maintainer-clean-binPROGRAMS:
178
278 .SUFFIXES: .c .o .obj
279 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
280 @for dep in $?; do \
281 case '$(am__configure_deps)' in \
282 *$$dep*) \
283 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
284 && { if test -f $@; then exit 0; else break; fi; }; \
285 exit 1;; \
286 esac; \
287 done; \
288 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
289 $(am__cd) $(top_srcdir) && \
290 $(AUTOMAKE) --gnu src/Makefile
291 .PRECIOUS: Makefile
292 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
293 @case '$?' in \
294 *config.status*) \
295 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
296 *) \
297 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
298 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
299 esac;
300
301 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
302 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
303
304 $(top_srcdir)/configure: $(am__configure_deps)
305 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
306 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
307 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
308 $(am__aclocal_m4_deps):
179 309 install-binPROGRAMS: $(bin_PROGRAMS) install-binPROGRAMS: $(bin_PROGRAMS)
180 310 @$(NORMAL_INSTALL) @$(NORMAL_INSTALL)
181 $(mkinstalldirs) $(DESTDIR)$(bindir)
182 @list='$(bin_PROGRAMS)'; for p in $$list; do \
183 if test -f $$p; then \
184 echo " $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
185 $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
186 else :; fi; \
187 done
311 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
312 if test -n "$$list"; then \
313 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
314 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
315 fi; \
316 for p in $$list; do echo "$$p $$p"; done | \
317 sed 's/$(EXEEXT)$$//' | \
318 while read p p1; do if test -f $$p; \
319 then echo "$$p"; echo "$$p"; else :; fi; \
320 done | \
321 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
322 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
323 sed 'N;N;N;s,\n, ,g' | \
324 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
325 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
326 if ($$2 == $$4) files[d] = files[d] " " $$1; \
327 else { print "f", $$3 "/" $$4, $$1; } } \
328 END { for (d in files) print "f", d, files[d] }' | \
329 while read type dir files; do \
330 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
331 test -z "$$files" || { \
332 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
333 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
334 } \
335 ; done
188 336
189 337 uninstall-binPROGRAMS: uninstall-binPROGRAMS:
190 338 @$(NORMAL_UNINSTALL) @$(NORMAL_UNINSTALL)
191 list='$(bin_PROGRAMS)'; for p in $$list; do \
192 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
193 done
339 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
340 files=`for p in $$list; do echo "$$p"; done | \
341 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
342 -e 's/$$/$(EXEEXT)/' `; \
343 test -n "$$list" || exit 0; \
344 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
345 cd "$(DESTDIR)$(bindir)" && rm -f $$files
194 346
195 .s.o:
196 $(COMPILE) -c $<
347 clean-binPROGRAMS:
348 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
349 vide$(EXEEXT): $(vide_OBJECTS) $(vide_DEPENDENCIES) $(EXTRA_vide_DEPENDENCIES)
350 @rm -f vide$(EXEEXT)
351 $(LINK) $(vide_OBJECTS) $(vide_LDADD) $(LIBS)
352 install-binSCRIPTS: $(bin_SCRIPTS)
353 @$(NORMAL_INSTALL)
354 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
355 if test -n "$$list"; then \
356 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
357 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
358 fi; \
359 for p in $$list; do \
360 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
361 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
362 done | \
363 sed -e 'p;s,.*/,,;n' \
364 -e 'h;s|.*|.|' \
365 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
366 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
367 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
368 if ($$2 == $$4) { files[d] = files[d] " " $$1; \
369 if (++n[d] == $(am__install_max)) { \
370 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
371 else { print "f", d "/" $$4, $$1 } } \
372 END { for (d in files) print "f", d, files[d] }' | \
373 while read type dir files; do \
374 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
375 test -z "$$files" || { \
376 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
377 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
378 } \
379 ; done
197 380
198 .S.o:
199 $(COMPILE) -c $<
381 uninstall-binSCRIPTS:
382 @$(NORMAL_UNINSTALL)
383 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
384 files=`for p in $$list; do echo "$$p"; done | \
385 sed -e 's,.*/,,;$(transform)'`; \
386 dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
200 387
201 388 mostlyclean-compile: mostlyclean-compile:
202 -rm -f *.o core *.core
203
204 clean-compile:
389 -rm -f *.$(OBJEXT)
205 390
206 391 distclean-compile: distclean-compile:
207 392 -rm -f *.tab.c -rm -f *.tab.c
208 393
209 maintainer-clean-compile:
210
211 vide: $(vide_OBJECTS) $(vide_DEPENDENCIES)
212 @rm -f vide
213 $(LINK) $(vide_LDFLAGS) $(vide_OBJECTS) $(vide_LDADD) $(LIBS)
214
215 install-binSCRIPTS: $(bin_SCRIPTS)
216 @$(NORMAL_INSTALL)
217 $(mkinstalldirs) $(DESTDIR)$(bindir)
218 @list='$(bin_SCRIPTS)'; for p in $$list; do \
219 if test -f $$p; then \
220 echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
221 $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
222 else if test -f $(srcdir)/$$p; then \
223 echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
224 $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
225 else :; fi; fi; \
226 done
227
228 uninstall-binSCRIPTS:
229 @$(NORMAL_UNINSTALL)
230 list='$(bin_SCRIPTS)'; for p in $$list; do \
231 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
232 done
233
394 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/add_ext_dialog.Po@am__quote@
395 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bookmarks.Po@am__quote@
396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buffer_menu.Po@am__quote@
397 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callbacks.Po@am__quote@
398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/command_mode.Po@am__quote@
399 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/command_mode_menu.Po@am__quote@
400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/config_dialog.Po@am__quote@
401 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/config_files.Po@am__quote@
402 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/confirm_dialog.Po@am__quote@
403 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/copy_here_dialog.Po@am__quote@
404 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/date_filter_dialog.Po@am__quote@
405 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file_info_dialog.Po@am__quote@
406 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filelist.Po@am__quote@
407 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filename_filter_dialog.Po@am__quote@
408 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileops.Po@am__quote@
409 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileselector.Po@am__quote@
410 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filetype.Po@am__quote@
411 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filetype_dialog.Po@am__quote@
412 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filetype_popup.Po@am__quote@
413 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/for_each_dialog.Po@am__quote@
414 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/history.Po@am__quote@
415 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/init_filetype_dialog.Po@am__quote@
416 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main_menu.Po@am__quote@
417 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc_dialogs.Po@am__quote@
418 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ownership_dialog.Po@am__quote@
419 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/permissions_dialog.Po@am__quote@
420 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/programs_dialog.Po@am__quote@
421 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/programs_menu.Po@am__quote@
422 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rename_ext_dialog.Po@am__quote@
423 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/search_mode.Po@am__quote@
424 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/size_filter_dialog.Po@am__quote@
425 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/term.Po@am__quote@
426 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/term_menu.Po@am__quote@
427 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/user_command.Po@am__quote@
428 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/user_command_dialog.Po@am__quote@
429 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/user_prompt.Po@am__quote@
430 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils.Po@am__quote@
431 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vide.Po@am__quote@
432 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/view_dialog.Po@am__quote@
433 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/widget_utils.Po@am__quote@
434 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/window.Po@am__quote@
435
436 .c.o:
437 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
438 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
439 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
440 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
441 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
442
443 .c.obj:
444 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
445 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
446 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
447 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
448 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
234 449 install-pkgdataDATA: $(pkgdata_DATA) install-pkgdataDATA: $(pkgdata_DATA)
235 450 @$(NORMAL_INSTALL) @$(NORMAL_INSTALL)
236 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
237 @list='$(pkgdata_DATA)'; for p in $$list; do \
238 if test -f $(srcdir)/$$p; then \
239 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p"; \
240 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p; \
241 else if test -f $$p; then \
242 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/$$p"; \
243 $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/$$p; \
244 fi; fi; \
451 @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
452 if test -n "$$list"; then \
453 echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \
454 $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \
455 fi; \
456 for p in $$list; do \
457 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
458 echo "$$d$$p"; \
459 done | $(am__base_list) | \
460 while read files; do \
461 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \
462 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \
245 463 done done
246 464
247 465 uninstall-pkgdataDATA: uninstall-pkgdataDATA:
248 466 @$(NORMAL_UNINSTALL) @$(NORMAL_UNINSTALL)
249 list='$(pkgdata_DATA)'; for p in $$list; do \
250 rm -f $(DESTDIR)$(pkgdatadir)/$$p; \
251 done
252
467 @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
468 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
469 dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
470
471 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
472 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
473 unique=`for i in $$list; do \
474 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
475 done | \
476 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
477 END { if (nonempty) { for (i in files) print i; }; }'`; \
478 mkid -fID $$unique
253 479 tags: TAGS tags: TAGS
254 480
255 ID: $(HEADERS) $(SOURCES) $(LISP)
256 list='$(SOURCES) $(HEADERS)'; \
257 unique=`for i in $$list; do echo $$i; done | \
258 awk ' { files[$$0] = 1; } \
259 END { for (i in files) print i; }'`; \
260 here=`pwd` && cd $(srcdir) \
261 && mkid -f$$here/ID $$unique $(LISP)
262
263 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
264 tags=; \
481 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
482 $(TAGS_FILES) $(LISP)
483 set x; \
265 484 here=`pwd`; \ here=`pwd`; \
266 list='$(SOURCES) $(HEADERS)'; \
267 unique=`for i in $$list; do echo $$i; done | \
268 awk ' { files[$$0] = 1; } \
269 END { for (i in files) print i; }'`; \
270 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
271 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
272
273 mostlyclean-tags:
274
275 clean-tags:
485 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
486 unique=`for i in $$list; do \
487 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
488 done | \
489 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
490 END { if (nonempty) { for (i in files) print i; }; }'`; \
491 shift; \
492 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
493 test -n "$$unique" || unique=$$empty_fix; \
494 if test $$# -gt 0; then \
495 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
496 "$$@" $$unique; \
497 else \
498 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
499 $$unique; \
500 fi; \
501 fi
502 ctags: CTAGS
503 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
504 $(TAGS_FILES) $(LISP)
505 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
506 unique=`for i in $$list; do \
507 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
508 done | \
509 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
510 END { if (nonempty) { for (i in files) print i; }; }'`; \
511 test -z "$(CTAGS_ARGS)$$unique" \
512 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
513 $$unique
514
515 GTAGS:
516 here=`$(am__cd) $(top_builddir) && pwd` \
517 && $(am__cd) $(top_srcdir) \
518 && gtags -i $(GTAGS_ARGS) "$$here"
276 519
277 520 distclean-tags: distclean-tags:
278 -rm -f TAGS ID
279
280 maintainer-clean-tags:
281
282 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
283
284 subdir = src
521 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
285 522
286 523 distdir: $(DISTFILES) distdir: $(DISTFILES)
287 here=`cd $(top_builddir) && pwd`; \
288 top_distdir=`cd $(top_distdir) && pwd`; \
289 distdir=`cd $(distdir) && pwd`; \
290 cd $(top_srcdir) \
291 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/Makefile
292 @for file in $(DISTFILES); do \
293 d=$(srcdir); \
524 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
525 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
526 list='$(DISTFILES)'; \
527 dist_files=`for file in $$list; do echo $$file; done | \
528 sed -e "s|^$$srcdirstrip/||;t" \
529 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
530 case $$dist_files in \
531 */*) $(MKDIR_P) `echo "$$dist_files" | \
532 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
533 sort -u` ;; \
534 esac; \
535 for file in $$dist_files; do \
536 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
294 537 if test -d $$d/$$file; then \ if test -d $$d/$$file; then \
295 cp -pr $$d/$$file $(distdir)/$$file; \
538 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
539 if test -d "$(distdir)/$$file"; then \
540 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
541 fi; \
542 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
543 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
544 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
545 fi; \
546 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
296 547 else \ else \
297 test -f $(distdir)/$$file \
298 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
299 || cp -p $$d/$$file $(distdir)/$$file || :; \
548 test -f "$(distdir)/$$file" \
549 || cp -p $$d/$$file "$(distdir)/$$file" \
550 || exit 1; \
300 551 fi; \ fi; \
301 552 done done
553 check-am: all-am
554 check: check-am
555 all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(DATA)
556 installdirs:
557 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgdatadir)"; do \
558 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
559 done
560 install: install-am
561 install-exec: install-exec-am
562 install-data: install-data-am
563 uninstall: uninstall-am
302 564
303 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
565 install-am: all-am
566 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
304 567
305 -include $(DEP_FILES)
568 installcheck: installcheck-am
569 install-strip:
570 if test -z '$(STRIP)'; then \
571 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
572 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
573 install; \
574 else \
575 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
576 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
577 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
578 fi
579 mostlyclean-generic:
306 580
307 mostlyclean-depend:
581 clean-generic:
308 582
309 clean-depend:
583 distclean-generic:
584 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
585 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
310 586
311 distclean-depend:
312 -rm -rf .deps
587 maintainer-clean-generic:
588 @echo "This command is intended for maintainers to use"
589 @echo "it deletes files that may require special tools to rebuild."
590 clean: clean-am
313 591
314 maintainer-clean-depend:
592 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
315 593
316 %.o: %.c
317 @echo '$(COMPILE) -c $<'; \
318 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
319 @-cp .deps/$(*F).pp .deps/$(*F).P; \
320 tr ' ' '\012' < .deps/$(*F).pp \
321 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
322 >> .deps/$(*F).P; \
323 rm .deps/$(*F).pp
594 distclean: distclean-am
595 -rm -rf ./$(DEPDIR)
596 -rm -f Makefile
597 distclean-am: clean-am distclean-compile distclean-generic \
598 distclean-tags
324 599
325 %.lo: %.c
326 @echo '$(LTCOMPILE) -c $<'; \
327 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
328 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
329 < .deps/$(*F).pp > .deps/$(*F).P; \
330 tr ' ' '\012' < .deps/$(*F).pp \
331 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
332 >> .deps/$(*F).P; \
333 rm -f .deps/$(*F).pp
334 info-am:
335 info: info-am
336 dvi-am:
337 600 dvi: dvi-am dvi: dvi-am
338 check-am: all-am
339 check: check-am
340 installcheck-am:
341 installcheck: installcheck-am
342 install-exec-am: install-binPROGRAMS install-binSCRIPTS
343 install-exec: install-exec-am
601
602 dvi-am:
603
604 html: html-am
605
606 html-am:
607
608 info: info-am
609
610 info-am:
344 611
345 612 install-data-am: install-pkgdataDATA install-data-am: install-pkgdataDATA
346 install-data: install-data-am
347 613
348 install-am: all-am
349 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
350 install: install-am
351 uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \
352 uninstall-pkgdataDATA
353 uninstall: uninstall-am
354 all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(DATA)
355 all-redirect: all-am
356 install-strip:
357 $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
358 installdirs:
359 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(bindir) \
360 $(DESTDIR)$(pkgdatadir)
614 install-dvi: install-dvi-am
361 615
616 install-dvi-am:
362 617
363 mostlyclean-generic:
618 install-exec-am: install-binPROGRAMS install-binSCRIPTS
364 619
365 clean-generic:
620 install-html: install-html-am
366 621
367 distclean-generic:
368 -rm -f Makefile $(CONFIG_CLEAN_FILES)
369 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
622 install-html-am:
370 623
371 maintainer-clean-generic:
372 mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \
373 mostlyclean-tags mostlyclean-depend mostlyclean-generic
624 install-info: install-info-am
374 625
375 mostlyclean: mostlyclean-am
626 install-info-am:
376 627
377 clean-am: clean-binPROGRAMS clean-compile clean-tags clean-depend \
378 clean-generic mostlyclean-am
628 install-man:
379 629
380 clean: clean-am
630 install-pdf: install-pdf-am
381 631
382 distclean-am: distclean-binPROGRAMS distclean-compile distclean-tags \
383 distclean-depend distclean-generic clean-am
632 install-pdf-am:
384 633
385 distclean: distclean-am
634 install-ps: install-ps-am
386 635
387 maintainer-clean-am: maintainer-clean-binPROGRAMS \
388 maintainer-clean-compile maintainer-clean-tags \
389 maintainer-clean-depend maintainer-clean-generic \
390 distclean-am
391 @echo "This command is intended for maintainers to use;"
392 @echo "it deletes files that may require special tools to rebuild."
636 install-ps-am:
637
638 installcheck-am:
393 639
394 640 maintainer-clean: maintainer-clean-am maintainer-clean: maintainer-clean-am
641 -rm -rf ./$(DEPDIR)
642 -rm -f Makefile
643 maintainer-clean-am: distclean-am maintainer-clean-generic
644
645 mostlyclean: mostlyclean-am
646
647 mostlyclean-am: mostlyclean-compile mostlyclean-generic
395 648
396 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
397 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
398 mostlyclean-compile distclean-compile clean-compile \
399 maintainer-clean-compile uninstall-binSCRIPTS install-binSCRIPTS \
400 uninstall-pkgdataDATA install-pkgdataDATA tags mostlyclean-tags \
401 distclean-tags clean-tags maintainer-clean-tags distdir \
402 mostlyclean-depend distclean-depend clean-depend \
403 maintainer-clean-depend info-am info dvi-am dvi check check-am \
404 installcheck-am installcheck install-exec-am install-exec \
405 install-data-am install-data install-am install uninstall-am uninstall \
406 all-redirect all-am all installdirs mostlyclean-generic \
407 distclean-generic clean-generic maintainer-clean-generic clean \
408 mostlyclean distclean maintainer-clean
649 pdf: pdf-am
650
651 pdf-am:
652
653 ps: ps-am
654
655 ps-am:
656
657 uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \
658 uninstall-pkgdataDATA
659
660 .MAKE: install-am install-strip
661
662 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
663 clean-generic ctags distclean distclean-compile \
664 distclean-generic distclean-tags distdir dvi dvi-am html \
665 html-am info info-am install install-am install-binPROGRAMS \
666 install-binSCRIPTS install-data install-data-am install-dvi \
667 install-dvi-am install-exec install-exec-am install-html \
668 install-html-am install-info install-info-am install-man \
669 install-pdf install-pdf-am install-pkgdataDATA install-ps \
670 install-ps-am install-strip installcheck installcheck-am \
671 installdirs maintainer-clean maintainer-clean-generic \
672 mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
673 ps ps-am tags uninstall uninstall-am uninstall-binPROGRAMS \
674 uninstall-binSCRIPTS uninstall-pkgdataDATA
409 675
410 676
411 677 # Tell versions [3.59,3.63) of GNU make to not export all variables. # Tell versions [3.59,3.63) of GNU make to not export all variables.
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/vide

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/vide

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master