source: trunk/ORBit2-2.14.0/Makefile.in@ 360

Last change on this file since 360 was 92, checked in by cinc, 19 years ago

Orbit2 modified for use with NOM

File size: 25.2 KB
Line 
1# Makefile.in generated by automake 1.9.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005 Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21pkgdatadir = $(datadir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@
23top_builddir = .
24am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25INSTALL = @INSTALL@
26install_sh_DATA = $(install_sh) -c -m 644
27install_sh_PROGRAM = $(install_sh) -c
28install_sh_SCRIPT = $(install_sh) -c
29INSTALL_HEADER = $(INSTALL_DATA)
30transform = $(program_transform_name)
31NORMAL_INSTALL = :
32PRE_INSTALL = :
33POST_INSTALL = :
34NORMAL_UNINSTALL = :
35PRE_UNINSTALL = :
36POST_UNINSTALL = :
37build_triplet = @build@
38host_triplet = @host@
39DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
40 $(srcdir)/Makefile.in $(srcdir)/ORBit-2.0.pc.in \
41 $(srcdir)/ORBit-CosNaming-2.0.pc.in \
42 $(srcdir)/ORBit-imodule-2.0.pc.in $(srcdir)/ORBit.spec.in \
43 $(srcdir)/config.h.in $(srcdir)/orbit2-config.in \
44 $(srcdir)/orbit2-zip.in $(top_srcdir)/configure AUTHORS \
45 COPYING COPYING.LIB ChangeLog INSTALL NEWS TODO config.guess \
46 config.sub depcomp install-sh ltmain.sh missing mkinstalldirs
47subdir = .
48ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
49am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
50 $(top_srcdir)/configure.in
51am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
52 $(ACLOCAL_M4)
53am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
54 configure.lineno configure.status.lineno
55mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
56CONFIG_HEADER = config.h
57CONFIG_CLEAN_FILES = orbit2-config ORBit-2.0.pc ORBit-CosNaming-2.0.pc \
58 ORBit-imodule-2.0.pc ORBit.spec orbit2-zip
59am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(m4datadir)" \
60 "$(DESTDIR)$(pkgconfigdir)"
61binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
62SCRIPTS = $(bin_SCRIPTS)
63SOURCES =
64DIST_SOURCES =
65RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
66 html-recursive info-recursive install-data-recursive \
67 install-exec-recursive install-info-recursive \
68 install-recursive installcheck-recursive installdirs-recursive \
69 pdf-recursive ps-recursive uninstall-info-recursive \
70 uninstall-recursive
71am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
72am__vpath_adj = case $$p in \
73 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
74 *) f=$$p;; \
75 esac;
76am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
77m4dataDATA_INSTALL = $(INSTALL_DATA)
78pkgconfigDATA_INSTALL = $(INSTALL_DATA)
79DATA = $(m4data_DATA) $(pkgconfig_DATA)
80ETAGS = etags
81CTAGS = ctags
82DIST_SUBDIRS = $(SUBDIRS)
83DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
84distdir = $(PACKAGE)-$(VERSION)
85top_distdir = $(distdir)
86am__remove_distdir = \
87 { test ! -d $(distdir) \
88 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
89 && rm -fr $(distdir); }; }
90DIST_ARCHIVES = $(distdir).tar.gz
91GZIP_ENV = --best
92distuninstallcheck_listfiles = find . -type f -print
93distcleancheck_listfiles = find . -type f -print
94pkglibdir = @pkglibdir@
95ACLOCAL = @ACLOCAL@
96AMDEP_FALSE = @AMDEP_FALSE@
97AMDEP_TRUE = @AMDEP_TRUE@
98AMTAR = @AMTAR@
99AR = @AR@
100AS = @AS@
101AUTOCONF = @AUTOCONF@
102AUTOHEADER = @AUTOHEADER@
103AUTOMAKE = @AUTOMAKE@
104AWK = @AWK@
105CC = @CC@
106CCDEPMODE = @CCDEPMODE@
107CFLAGS = @CFLAGS@
108CPP = @CPP@
109CPPFLAGS = @CPPFLAGS@
110CXX = @CXX@
111CXXCPP = @CXXCPP@
112CXXDEPMODE = @CXXDEPMODE@
113CXXFLAGS = @CXXFLAGS@
114CYGPATH_W = @CYGPATH_W@
115DEFS = @DEFS@
116DEPDIR = @DEPDIR@
117DISABLE_DEPRECATED_CFLAGS = @DISABLE_DEPRECATED_CFLAGS@
118DLLTOOL = @DLLTOOL@
119ECHO = @ECHO@
120ECHO_C = @ECHO_C@
121ECHO_N = @ECHO_N@
122ECHO_T = @ECHO_T@
123EGREP = @EGREP@
124ENABLE_GTK_DOC_FALSE = @ENABLE_GTK_DOC_FALSE@
125ENABLE_GTK_DOC_TRUE = @ENABLE_GTK_DOC_TRUE@
126ENABLE_HTTP_FALSE = @ENABLE_HTTP_FALSE@
127ENABLE_HTTP_TRUE = @ENABLE_HTTP_TRUE@
128EXEEXT = @EXEEXT@
129F77 = @F77@
130FFLAGS = @FFLAGS@
131GLIB_REQUIRED = @GLIB_REQUIRED@
132GTK_DOC_USE_LIBTOOL_FALSE = @GTK_DOC_USE_LIBTOOL_FALSE@
133GTK_DOC_USE_LIBTOOL_TRUE = @GTK_DOC_USE_LIBTOOL_TRUE@
134HAVE_ORBIT_SSL_SUPPORT = @HAVE_ORBIT_SSL_SUPPORT@
135HTML_DIR = @HTML_DIR@
136INSTALL_DATA = @INSTALL_DATA@
137INSTALL_PROGRAM = @INSTALL_PROGRAM@
138INSTALL_SCRIPT = @INSTALL_SCRIPT@
139INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
140LDFLAGS = @LDFLAGS@
141LIBIDL_REQUIRED = @LIBIDL_REQUIRED@
142LIBM = @LIBM@
143LIBOBJS = @LIBOBJS@
144LIBS = @LIBS@
145LIBTOOL = @LIBTOOL@
146LINC_CFLAGS = @LINC_CFLAGS@
147LINC_LIBS = @LINC_LIBS@
148LINC_SSL_SUPPORT = @LINC_SSL_SUPPORT@
149LN_S = @LN_S@
150LOCAL_LINC_CFLAGS = @LOCAL_LINC_CFLAGS@
151LOCAL_LINC_LIBS = @LOCAL_LINC_LIBS@
152LTLIBOBJS = @LTLIBOBJS@
153LT_VERSION = @LT_VERSION@
154MAINT = @MAINT@
155MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
156MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
157MAKEINFO = @MAKEINFO@
158MINGW_LDFLAGS = @MINGW_LDFLAGS@
159OBJDUMP = @OBJDUMP@
160OBJEXT = @OBJEXT@
161ORBIT_ALIGNOF_CORBA_BOOLEAN = @ORBIT_ALIGNOF_CORBA_BOOLEAN@
162ORBIT_ALIGNOF_CORBA_CHAR = @ORBIT_ALIGNOF_CORBA_CHAR@
163ORBIT_ALIGNOF_CORBA_DOUBLE = @ORBIT_ALIGNOF_CORBA_DOUBLE@
164ORBIT_ALIGNOF_CORBA_FLOAT = @ORBIT_ALIGNOF_CORBA_FLOAT@
165ORBIT_ALIGNOF_CORBA_LONG = @ORBIT_ALIGNOF_CORBA_LONG@
166ORBIT_ALIGNOF_CORBA_LONG_DOUBLE = @ORBIT_ALIGNOF_CORBA_LONG_DOUBLE@
167ORBIT_ALIGNOF_CORBA_LONG_LONG = @ORBIT_ALIGNOF_CORBA_LONG_LONG@
168ORBIT_ALIGNOF_CORBA_OCTET = @ORBIT_ALIGNOF_CORBA_OCTET@
169ORBIT_ALIGNOF_CORBA_POINTER = @ORBIT_ALIGNOF_CORBA_POINTER@
170ORBIT_ALIGNOF_CORBA_SHORT = @ORBIT_ALIGNOF_CORBA_SHORT@
171ORBIT_ALIGNOF_CORBA_STRUCT = @ORBIT_ALIGNOF_CORBA_STRUCT@
172ORBIT_ALIGNOF_CORBA_WCHAR = @ORBIT_ALIGNOF_CORBA_WCHAR@
173ORBIT_CFLAGS = @ORBIT_CFLAGS@
174ORBIT_DEBUG_CFLAGS = @ORBIT_DEBUG_CFLAGS@
175ORBIT_IDL_CFLAGS = @ORBIT_IDL_CFLAGS@
176ORBIT_IDL_LIBS = @ORBIT_IDL_LIBS@
177ORBIT_LIBS = @ORBIT_LIBS@
178ORBIT_MAJOR_VERSION = @ORBIT_MAJOR_VERSION@
179ORBIT_MICRO_VERSION = @ORBIT_MICRO_VERSION@
180ORBIT_MINOR_VERSION = @ORBIT_MINOR_VERSION@
181ORBIT_NAME_CFLAGS = @ORBIT_NAME_CFLAGS@
182ORBIT_NAME_LIBS = @ORBIT_NAME_LIBS@
183ORBIT_SERIAL = @ORBIT_SERIAL@
184ORBIT_VERSION = @ORBIT_VERSION@
185OS_WIN32_FALSE = @OS_WIN32_FALSE@
186OS_WIN32_TRUE = @OS_WIN32_TRUE@
187PACKAGE = @PACKAGE@
188PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
189PACKAGE_NAME = @PACKAGE_NAME@
190PACKAGE_STRING = @PACKAGE_STRING@
191PACKAGE_TARNAME = @PACKAGE_TARNAME@
192PACKAGE_VERSION = @PACKAGE_VERSION@
193PATH_SEPARATOR = @PATH_SEPARATOR@
194PKG_CONFIG = @PKG_CONFIG@
195POPT_LIBS = @POPT_LIBS@
196RANLIB = @RANLIB@
197SET_MAKE = @SET_MAKE@
198SHELL = @SHELL@
199SSL_CFLAGS = @SSL_CFLAGS@
200SSL_LIBS = @SSL_LIBS@
201STRIP = @STRIP@
202VERSION = @VERSION@
203WARN_CFLAGS = @WARN_CFLAGS@
204ac_ct_AR = @ac_ct_AR@
205ac_ct_AS = @ac_ct_AS@
206ac_ct_CC = @ac_ct_CC@
207ac_ct_CXX = @ac_ct_CXX@
208ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
209ac_ct_F77 = @ac_ct_F77@
210ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
211ac_ct_RANLIB = @ac_ct_RANLIB@
212ac_ct_STRIP = @ac_ct_STRIP@
213ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
214am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
215am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
216am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
217am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
218am__include = @am__include@
219am__leading_dot = @am__leading_dot@
220am__quote = @am__quote@
221am__tar = @am__tar@
222am__untar = @am__untar@
223bindir = @bindir@
224build = @build@
225build_alias = @build_alias@
226build_cpu = @build_cpu@
227build_os = @build_os@
228build_vendor = @build_vendor@
229datadir = @datadir@
230exec_prefix = @exec_prefix@
231host = @host@
232host_alias = @host_alias@
233host_cpu = @host_cpu@
234host_os = @host_os@
235host_vendor = @host_vendor@
236includedir = @includedir@
237infodir = @infodir@
238install_sh = @install_sh@
239libdir = @libdir@
240libexecdir = @libexecdir@
241localstatedir = @localstatedir@
242mandir = @mandir@
243mkdir_p = @mkdir_p@
244oldincludedir = @oldincludedir@
245prefix = @prefix@
246program_transform_name = @program_transform_name@
247sbindir = @sbindir@
248sharedstatedir = @sharedstatedir@
249sysconfdir = @sysconfdir@
250target_alias = @target_alias@
251AUTOMAKE_OPTIONS = 1.3
252DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
253SUBDIRS = linc2 src include test docs
254bin_SCRIPTS = orbit2-config
255EXTRA_DIST = \
256 ORBit2.m4 \
257 ORBit.spec \
258 orbit2-zip.in \
259 HACKING \
260 MAINTAINERS \
261 README.win32 \
262 Makefile.shared
263
264m4datadir = $(datadir)/aclocal
265m4data_DATA = ORBit2.m4
266pkgconfigdir = $(libdir)/pkgconfig
267pkgconfig_DATA = \
268 ORBit-2.0.pc \
269 ORBit-CosNaming-2.0.pc \
270 ORBit-imodule-2.0.pc
271
272all: config.h
273 $(MAKE) $(AM_MAKEFLAGS) all-recursive
274
275.SUFFIXES:
276am--refresh:
277 @:
278$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
279 @for dep in $?; do \
280 case '$(am__configure_deps)' in \
281 *$$dep*) \
282 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
283 cd $(srcdir) && $(AUTOMAKE) --gnu \
284 && exit 0; \
285 exit 1;; \
286 esac; \
287 done; \
288 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
289 cd $(top_srcdir) && \
290 $(AUTOMAKE) --gnu Makefile
291.PRECIOUS: Makefile
292Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
293 @case '$?' in \
294 *config.status*) \
295 echo ' $(SHELL) ./config.status'; \
296 $(SHELL) ./config.status;; \
297 *) \
298 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
299 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
300 esac;
301
302$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
303 $(SHELL) ./config.status --recheck
304
305$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
306 cd $(srcdir) && $(AUTOCONF)
307$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
308 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
309
310config.h: stamp-h1
311 @if test ! -f $@; then \
312 rm -f stamp-h1; \
313 $(MAKE) stamp-h1; \
314 else :; fi
315
316stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
317 @rm -f stamp-h1
318 cd $(top_builddir) && $(SHELL) ./config.status config.h
319$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
320 cd $(top_srcdir) && $(AUTOHEADER)
321 rm -f stamp-h1
322 touch $@
323
324distclean-hdr:
325 -rm -f config.h stamp-h1
326orbit2-config: $(top_builddir)/config.status $(srcdir)/orbit2-config.in
327 cd $(top_builddir) && $(SHELL) ./config.status $@
328ORBit-2.0.pc: $(top_builddir)/config.status $(srcdir)/ORBit-2.0.pc.in
329 cd $(top_builddir) && $(SHELL) ./config.status $@
330ORBit-CosNaming-2.0.pc: $(top_builddir)/config.status $(srcdir)/ORBit-CosNaming-2.0.pc.in
331 cd $(top_builddir) && $(SHELL) ./config.status $@
332ORBit-imodule-2.0.pc: $(top_builddir)/config.status $(srcdir)/ORBit-imodule-2.0.pc.in
333 cd $(top_builddir) && $(SHELL) ./config.status $@
334ORBit.spec: $(top_builddir)/config.status $(srcdir)/ORBit.spec.in
335 cd $(top_builddir) && $(SHELL) ./config.status $@
336orbit2-zip: $(top_builddir)/config.status $(srcdir)/orbit2-zip.in
337 cd $(top_builddir) && $(SHELL) ./config.status $@
338install-binSCRIPTS: $(bin_SCRIPTS)
339 @$(NORMAL_INSTALL)
340 test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
341 @list='$(bin_SCRIPTS)'; for p in $$list; do \
342 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
343 if test -f $$d$$p; then \
344 f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
345 echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
346 $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \
347 else :; fi; \
348 done
349
350uninstall-binSCRIPTS:
351 @$(NORMAL_UNINSTALL)
352 @list='$(bin_SCRIPTS)'; for p in $$list; do \
353 f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
354 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
355 rm -f "$(DESTDIR)$(bindir)/$$f"; \
356 done
357
358mostlyclean-libtool:
359 -rm -f *.lo
360
361clean-libtool:
362 -rm -rf .libs _libs
363
364distclean-libtool:
365 -rm -f libtool
366uninstall-info-am:
367install-m4dataDATA: $(m4data_DATA)
368 @$(NORMAL_INSTALL)
369 test -z "$(m4datadir)" || $(mkdir_p) "$(DESTDIR)$(m4datadir)"
370 @list='$(m4data_DATA)'; for p in $$list; do \
371 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
372 f=$(am__strip_dir) \
373 echo " $(m4dataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(m4datadir)/$$f'"; \
374 $(m4dataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(m4datadir)/$$f"; \
375 done
376
377uninstall-m4dataDATA:
378 @$(NORMAL_UNINSTALL)
379 @list='$(m4data_DATA)'; for p in $$list; do \
380 f=$(am__strip_dir) \
381 echo " rm -f '$(DESTDIR)$(m4datadir)/$$f'"; \
382 rm -f "$(DESTDIR)$(m4datadir)/$$f"; \
383 done
384install-pkgconfigDATA: $(pkgconfig_DATA)
385 @$(NORMAL_INSTALL)
386 test -z "$(pkgconfigdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfigdir)"
387 @list='$(pkgconfig_DATA)'; for p in $$list; do \
388 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
389 f=$(am__strip_dir) \
390 echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
391 $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
392 done
393
394uninstall-pkgconfigDATA:
395 @$(NORMAL_UNINSTALL)
396 @list='$(pkgconfig_DATA)'; for p in $$list; do \
397 f=$(am__strip_dir) \
398 echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
399 rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
400 done
401
402# This directory's subdirectories are mostly independent; you can cd
403# into them and run `make' without going through this Makefile.
404# To change the values of `make' variables: instead of editing Makefiles,
405# (1) if the variable is set in `config.status', edit `config.status'
406# (which will cause the Makefiles to be regenerated when you run `make');
407# (2) otherwise, pass the desired values on the `make' command line.
408$(RECURSIVE_TARGETS):
409 @failcom='exit 1'; \
410 for f in x $$MAKEFLAGS; do \
411 case $$f in \
412 *=* | --[!k]*);; \
413 *k*) failcom='fail=yes';; \
414 esac; \
415 done; \
416 dot_seen=no; \
417 target=`echo $@ | sed s/-recursive//`; \
418 list='$(SUBDIRS)'; for subdir in $$list; do \
419 echo "Making $$target in $$subdir"; \
420 if test "$$subdir" = "."; then \
421 dot_seen=yes; \
422 local_target="$$target-am"; \
423 else \
424 local_target="$$target"; \
425 fi; \
426 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
427 || eval $$failcom; \
428 done; \
429 if test "$$dot_seen" = "no"; then \
430 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
431 fi; test -z "$$fail"
432
433mostlyclean-recursive clean-recursive distclean-recursive \
434maintainer-clean-recursive:
435 @failcom='exit 1'; \
436 for f in x $$MAKEFLAGS; do \
437 case $$f in \
438 *=* | --[!k]*);; \
439 *k*) failcom='fail=yes';; \
440 esac; \
441 done; \
442 dot_seen=no; \
443 case "$@" in \
444 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
445 *) list='$(SUBDIRS)' ;; \
446 esac; \
447 rev=''; for subdir in $$list; do \
448 if test "$$subdir" = "."; then :; else \
449 rev="$$subdir $$rev"; \
450 fi; \
451 done; \
452 rev="$$rev ."; \
453 target=`echo $@ | sed s/-recursive//`; \
454 for subdir in $$rev; do \
455 echo "Making $$target in $$subdir"; \
456 if test "$$subdir" = "."; then \
457 local_target="$$target-am"; \
458 else \
459 local_target="$$target"; \
460 fi; \
461 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
462 || eval $$failcom; \
463 done && test -z "$$fail"
464tags-recursive:
465 list='$(SUBDIRS)'; for subdir in $$list; do \
466 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
467 done
468ctags-recursive:
469 list='$(SUBDIRS)'; for subdir in $$list; do \
470 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
471 done
472
473ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
474 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
475 unique=`for i in $$list; do \
476 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
477 done | \
478 $(AWK) ' { files[$$0] = 1; } \
479 END { for (i in files) print i; }'`; \
480 mkid -fID $$unique
481tags: TAGS
482
483TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
484 $(TAGS_FILES) $(LISP)
485 tags=; \
486 here=`pwd`; \
487 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
488 include_option=--etags-include; \
489 empty_fix=.; \
490 else \
491 include_option=--include; \
492 empty_fix=; \
493 fi; \
494 list='$(SUBDIRS)'; for subdir in $$list; do \
495 if test "$$subdir" = .; then :; else \
496 test ! -f $$subdir/TAGS || \
497 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
498 fi; \
499 done; \
500 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
501 unique=`for i in $$list; do \
502 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
503 done | \
504 $(AWK) ' { files[$$0] = 1; } \
505 END { for (i in files) print i; }'`; \
506 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
507 test -n "$$unique" || unique=$$empty_fix; \
508 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
509 $$tags $$unique; \
510 fi
511ctags: CTAGS
512CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
513 $(TAGS_FILES) $(LISP)
514 tags=; \
515 here=`pwd`; \
516 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
517 unique=`for i in $$list; do \
518 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
519 done | \
520 $(AWK) ' { files[$$0] = 1; } \
521 END { for (i in files) print i; }'`; \
522 test -z "$(CTAGS_ARGS)$$tags$$unique" \
523 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
524 $$tags $$unique
525
526GTAGS:
527 here=`$(am__cd) $(top_builddir) && pwd` \
528 && cd $(top_srcdir) \
529 && gtags -i $(GTAGS_ARGS) $$here
530
531distclean-tags:
532 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
533
534distdir: $(DISTFILES)
535 $(am__remove_distdir)
536 mkdir $(distdir)
537 $(mkdir_p) $(distdir)/. $(distdir)/include/orbit $(distdir)/linc2/include/linc $(distdir)/src/idl-compiler
538 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
539 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
540 list='$(DISTFILES)'; for file in $$list; do \
541 case $$file in \
542 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
543 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
544 esac; \
545 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
546 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
547 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
548 dir="/$$dir"; \
549 $(mkdir_p) "$(distdir)$$dir"; \
550 else \
551 dir=''; \
552 fi; \
553 if test -d $$d/$$file; then \
554 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
555 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
556 fi; \
557 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
558 else \
559 test -f $(distdir)/$$file \
560 || cp -p $$d/$$file $(distdir)/$$file \
561 || exit 1; \
562 fi; \
563 done
564 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
565 if test "$$subdir" = .; then :; else \
566 test -d "$(distdir)/$$subdir" \
567 || $(mkdir_p) "$(distdir)/$$subdir" \
568 || exit 1; \
569 distdir=`$(am__cd) $(distdir) && pwd`; \
570 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
571 (cd $$subdir && \
572 $(MAKE) $(AM_MAKEFLAGS) \
573 top_distdir="$$top_distdir" \
574 distdir="$$distdir/$$subdir" \
575 distdir) \
576 || exit 1; \
577 fi; \
578 done
579 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
580 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
581 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
582 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
583 || chmod -R a+r $(distdir)
584dist-gzip: distdir
585 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
586 $(am__remove_distdir)
587
588dist-bzip2: distdir
589 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
590 $(am__remove_distdir)
591
592dist-tarZ: distdir
593 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
594 $(am__remove_distdir)
595
596dist-shar: distdir
597 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
598 $(am__remove_distdir)
599
600dist-zip: distdir
601 -rm -f $(distdir).zip
602 zip -rq $(distdir).zip $(distdir)
603 $(am__remove_distdir)
604
605dist dist-all: distdir
606 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
607 $(am__remove_distdir)
608
609# This target untars the dist file and tries a VPATH configuration. Then
610# it guarantees that the distribution is self-contained by making another
611# tarfile.
612distcheck: dist
613 case '$(DIST_ARCHIVES)' in \
614 *.tar.gz*) \
615 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
616 *.tar.bz2*) \
617 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
618 *.tar.Z*) \
619 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
620 *.shar.gz*) \
621 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
622 *.zip*) \
623 unzip $(distdir).zip ;;\
624 esac
625 chmod -R a-w $(distdir); chmod a+w $(distdir)
626 mkdir $(distdir)/_build
627 mkdir $(distdir)/_inst
628 chmod a-w $(distdir)
629 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
630 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
631 && cd $(distdir)/_build \
632 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
633 $(DISTCHECK_CONFIGURE_FLAGS) \
634 && $(MAKE) $(AM_MAKEFLAGS) \
635 && $(MAKE) $(AM_MAKEFLAGS) dvi \
636 && $(MAKE) $(AM_MAKEFLAGS) check \
637 && $(MAKE) $(AM_MAKEFLAGS) install \
638 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
639 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
640 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
641 distuninstallcheck \
642 && chmod -R a-w "$$dc_install_base" \
643 && ({ \
644 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
645 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
646 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
647 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
648 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
649 } || { rm -rf "$$dc_destdir"; exit 1; }) \
650 && rm -rf "$$dc_destdir" \
651 && $(MAKE) $(AM_MAKEFLAGS) dist \
652 && rm -rf $(DIST_ARCHIVES) \
653 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
654 $(am__remove_distdir)
655 @(echo "$(distdir) archives ready for distribution: "; \
656 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
657 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
658distuninstallcheck:
659 @cd $(distuninstallcheck_dir) \
660 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
661 || { echo "ERROR: files left after uninstall:" ; \
662 if test -n "$(DESTDIR)"; then \
663 echo " (check DESTDIR support)"; \
664 fi ; \
665 $(distuninstallcheck_listfiles) ; \
666 exit 1; } >&2
667distcleancheck: distclean
668 @if test '$(srcdir)' = . ; then \
669 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
670 exit 1 ; \
671 fi
672 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
673 || { echo "ERROR: files left in build directory after distclean:" ; \
674 $(distcleancheck_listfiles) ; \
675 exit 1; } >&2
676check-am: all-am
677check: check-recursive
678all-am: Makefile $(SCRIPTS) $(DATA) config.h
679installdirs: installdirs-recursive
680installdirs-am:
681 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(m4datadir)" "$(DESTDIR)$(pkgconfigdir)"; do \
682 test -z "$$dir" || $(mkdir_p) "$$dir"; \
683 done
684install: install-recursive
685install-exec: install-exec-recursive
686install-data: install-data-recursive
687uninstall: uninstall-recursive
688
689install-am: all-am
690 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
691
692installcheck: installcheck-recursive
693install-strip:
694 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
695 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
696 `test -z '$(STRIP)' || \
697 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
698mostlyclean-generic:
699
700clean-generic:
701
702distclean-generic:
703 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
704
705maintainer-clean-generic:
706 @echo "This command is intended for maintainers to use"
707 @echo "it deletes files that may require special tools to rebuild."
708clean: clean-recursive
709
710clean-am: clean-generic clean-libtool mostlyclean-am
711
712distclean: distclean-recursive
713 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
714 -rm -f Makefile
715distclean-am: clean-am distclean-generic distclean-hdr \
716 distclean-libtool distclean-tags
717
718dvi: dvi-recursive
719
720dvi-am:
721
722html: html-recursive
723
724info: info-recursive
725
726info-am:
727
728install-data-am: install-m4dataDATA install-pkgconfigDATA
729
730install-exec-am: install-binSCRIPTS
731
732install-info: install-info-recursive
733
734install-man:
735
736installcheck-am:
737
738maintainer-clean: maintainer-clean-recursive
739 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
740 -rm -rf $(top_srcdir)/autom4te.cache
741 -rm -f Makefile
742maintainer-clean-am: distclean-am maintainer-clean-generic
743
744mostlyclean: mostlyclean-recursive
745
746mostlyclean-am: mostlyclean-generic mostlyclean-libtool
747
748pdf: pdf-recursive
749
750pdf-am:
751
752ps: ps-recursive
753
754ps-am:
755
756uninstall-am: uninstall-binSCRIPTS uninstall-info-am \
757 uninstall-m4dataDATA uninstall-pkgconfigDATA
758
759uninstall-info: uninstall-info-recursive
760
761.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
762 check-am clean clean-generic clean-libtool clean-recursive \
763 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
764 dist-shar dist-tarZ dist-zip distcheck distclean \
765 distclean-generic distclean-hdr distclean-libtool \
766 distclean-recursive distclean-tags distcleancheck distdir \
767 distuninstallcheck dvi dvi-am html html-am info info-am \
768 install install-am install-binSCRIPTS install-data \
769 install-data-am install-exec install-exec-am install-info \
770 install-info-am install-m4dataDATA install-man \
771 install-pkgconfigDATA install-strip installcheck \
772 installcheck-am installdirs installdirs-am maintainer-clean \
773 maintainer-clean-generic maintainer-clean-recursive \
774 mostlyclean mostlyclean-generic mostlyclean-libtool \
775 mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
776 uninstall uninstall-am uninstall-binSCRIPTS uninstall-info-am \
777 uninstall-m4dataDATA uninstall-pkgconfigDATA
778
779
780rpms: distcheck
781 rpm -ta $(top_builddir)/@PACKAGE@-@VERSION@.tar.gz
782# Tell versions [3.59,3.63) of GNU make to not export all variables.
783# Otherwise a system limit (for SysV at least) may be exceeded.
784.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.