Develop and Download Open Source Software

Browse CVS Repository

Contents of /satellite/satellite4/modules/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.11 - (show annotations) (download)
Fri Aug 25 15:07:12 2006 UTC (17 years, 7 months ago) by orrisroot
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +1 -1 lines
update logs

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 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 top_builddir = ..
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 INSTALL = @INSTALL@
25 install_sh_DATA = $(install_sh) -c -m 644
26 install_sh_PROGRAM = $(install_sh) -c
27 install_sh_SCRIPT = $(install_sh) -c
28 INSTALL_HEADER = $(INSTALL_DATA)
29 transform = $(program_transform_name)
30 NORMAL_INSTALL = :
31 PRE_INSTALL = :
32 POST_INSTALL = :
33 NORMAL_UNINSTALL = :
34 PRE_UNINSTALL = :
35 POST_UNINSTALL = :
36 build_triplet = @build@
37 host_triplet = @host@
38 subdir = modules
39 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog
40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41 am__aclocal_m4_deps = $(top_srcdir)/macros/acx_pthread.m4 \
42 $(top_srcdir)/macros/libtool.m4 \
43 $(top_srcdir)/macros/sharedlib.m4 \
44 $(top_srcdir)/macros/termcap.m4 \
45 $(top_srcdir)/macros/xtoolkit.m4 $(top_srcdir)/configure.in
46 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47 $(ACLOCAL_M4)
48 mkinstalldirs = $(install_sh) -d
49 CONFIG_HEADER = $(top_builddir)/config.h
50 CONFIG_CLEAN_FILES =
51 SOURCES =
52 DIST_SOURCES =
53 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
54 html-recursive info-recursive install-data-recursive \
55 install-exec-recursive install-info-recursive \
56 install-recursive installcheck-recursive installdirs-recursive \
57 pdf-recursive ps-recursive uninstall-info-recursive \
58 uninstall-recursive
59 ETAGS = etags
60 CTAGS = ctags
61 DIST_SUBDIRS = $(SUBDIRS)
62 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
63 ACLOCAL = @ACLOCAL@
64 AMDEP_FALSE = @AMDEP_FALSE@
65 AMDEP_TRUE = @AMDEP_TRUE@
66 AMTAR = @AMTAR@
67 AR = @AR@
68 AUTOCONF = @AUTOCONF@
69 AUTOHEADER = @AUTOHEADER@
70 AUTOMAKE = @AUTOMAKE@
71 AWK = @AWK@
72 CC = @CC@
73 CCDEPMODE = @CCDEPMODE@
74 CFLAGS = @CFLAGS@
75 CPP = @CPP@
76 CPPFLAGS = @CPPFLAGS@
77 CXX = @CXX@
78 CXXCPP = @CXXCPP@
79 CXXDEPMODE = @CXXDEPMODE@
80 CXXFLAGS = @CXXFLAGS@
81 CYGPATH_W = @CYGPATH_W@
82 DEFS = @DEFS@
83 DEPDIR = @DEPDIR@
84 ECHO = @ECHO@
85 ECHO_C = @ECHO_C@
86 ECHO_N = @ECHO_N@
87 ECHO_T = @ECHO_T@
88 EGREP = @EGREP@
89 EXEEXT = @EXEEXT@
90 F77 = @F77@
91 FFLAGS = @FFLAGS@
92 INSTALL_DATA = @INSTALL_DATA@
93 INSTALL_PROGRAM = @INSTALL_PROGRAM@
94 INSTALL_SCRIPT = @INSTALL_SCRIPT@
95 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
96 LDFLAGS = @LDFLAGS@
97 LEX = @LEX@
98 LEXLIB = @LEXLIB@
99 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
100 LIBOBJS = @LIBOBJS@
101 LIBS = @LIBS@
102 LIBTOOL = @LIBTOOL@
103 LN_S = @LN_S@
104 LTLIBOBJS = @LTLIBOBJS@
105 MAINT = @MAINT@
106 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
107 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
108 MAKEINFO = @MAKEINFO@
109 OBJEXT = @OBJEXT@
110 PACKAGE = @PACKAGE@
111 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
112 PACKAGE_NAME = @PACKAGE_NAME@
113 PACKAGE_STRING = @PACKAGE_STRING@
114 PACKAGE_TARNAME = @PACKAGE_TARNAME@
115 PACKAGE_VERSION = @PACKAGE_VERSION@
116 PATH_SEPARATOR = @PATH_SEPARATOR@
117 POW_LIB = @POW_LIB@
118 PTHREAD_CC = @PTHREAD_CC@
119 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
120 PTHREAD_LIBS = @PTHREAD_LIBS@
121 RANLIB = @RANLIB@
122 SET_MAKE = @SET_MAKE@
123 SHELL = @SHELL@
124 SHLIBPATH_VAR = @SHLIBPATH_VAR@
125 STRIP = @STRIP@
126 TERMCAP_LIBS = @TERMCAP_LIBS@
127 VERSION = @VERSION@
128 XPM_CFLAGS = @XPM_CFLAGS@
129 XPM_LIBS = @XPM_LIBS@
130 XTOOLKIT_CFLAGS = @XTOOLKIT_CFLAGS@
131 XTOOLKIT_LIBS = @XTOOLKIT_LIBS@
132 X_CFLAGS = @X_CFLAGS@
133 X_EXTRA_LIBS = @X_EXTRA_LIBS@
134 X_LIBS = @X_LIBS@
135 X_PRE_LIBS = @X_PRE_LIBS@
136 YACC = @YACC@
137 ac_ct_AR = @ac_ct_AR@
138 ac_ct_CC = @ac_ct_CC@
139 ac_ct_CXX = @ac_ct_CXX@
140 ac_ct_F77 = @ac_ct_F77@
141 ac_ct_RANLIB = @ac_ct_RANLIB@
142 ac_ct_STRIP = @ac_ct_STRIP@
143 acx_pthread_config = @acx_pthread_config@
144 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
145 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
146 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
147 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
148 am__include = @am__include@
149 am__leading_dot = @am__leading_dot@
150 am__quote = @am__quote@
151 am__tar = @am__tar@
152 am__untar = @am__untar@
153 bindir = @bindir@
154 build = @build@
155 build_alias = @build_alias@
156 build_cpu = @build_cpu@
157 build_os = @build_os@
158 build_vendor = @build_vendor@
159 datadir = @datadir@
160 docdir = @docdir@
161 examplesdir = @examplesdir@
162 exec_prefix = @exec_prefix@
163 host = @host@
164 host_alias = @host_alias@
165 host_cpu = @host_cpu@
166 host_os = @host_os@
167 host_vendor = @host_vendor@
168 includedir = @includedir@
169 infodir = @infodir@
170 install_sh = @install_sh@
171 libdir = @libdir@
172 libexecdir = @libexecdir@
173 localstatedir = @localstatedir@
174 mandir = @mandir@
175 mkdir_p = @mkdir_p@
176 moduledir = @moduledir@
177 modulercdir = @modulercdir@
178 oldincludedir = @oldincludedir@
179 prefix = @prefix@
180 program_transform_name = @program_transform_name@
181 sbindir = @sbindir@
182 sharedstatedir = @sharedstatedir@
183 sl4docdir = @sl4docdir@
184 sl4includedir = @sl4includedir@
185 sl4libdir = @sl4libdir@
186 sl4libexecdir = @sl4libexecdir@
187 sl4sharedir = @sl4sharedir@
188 sysconfdir = @sysconfdir@
189 systemrcdir = @systemrcdir@
190 target_alias = @target_alias@
191 AUTOMAKE_OPTIONS = 1.9
192 SUBDIRS = util system ispp ncs npe dcm statistics gpm bps
193 all: all-recursive
194
195 .SUFFIXES:
196 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
197 @for dep in $?; do \
198 case '$(am__configure_deps)' in \
199 *$$dep*) \
200 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
201 && exit 0; \
202 exit 1;; \
203 esac; \
204 done; \
205 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign modules/Makefile'; \
206 cd $(top_srcdir) && \
207 $(AUTOMAKE) --foreign modules/Makefile
208 .PRECIOUS: Makefile
209 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
210 @case '$?' in \
211 *config.status*) \
212 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
213 *) \
214 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
215 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
216 esac;
217
218 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
219 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
220
221 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
222 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
223 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
224 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
225
226 mostlyclean-libtool:
227 -rm -f *.lo
228
229 clean-libtool:
230 -rm -rf .libs _libs
231
232 distclean-libtool:
233 -rm -f libtool
234 uninstall-info-am:
235
236 # This directory's subdirectories are mostly independent; you can cd
237 # into them and run `make' without going through this Makefile.
238 # To change the values of `make' variables: instead of editing Makefiles,
239 # (1) if the variable is set in `config.status', edit `config.status'
240 # (which will cause the Makefiles to be regenerated when you run `make');
241 # (2) otherwise, pass the desired values on the `make' command line.
242 $(RECURSIVE_TARGETS):
243 @failcom='exit 1'; \
244 for f in x $$MAKEFLAGS; do \
245 case $$f in \
246 *=* | --[!k]*);; \
247 *k*) failcom='fail=yes';; \
248 esac; \
249 done; \
250 dot_seen=no; \
251 target=`echo $@ | sed s/-recursive//`; \
252 list='$(SUBDIRS)'; for subdir in $$list; do \
253 echo "Making $$target in $$subdir"; \
254 if test "$$subdir" = "."; then \
255 dot_seen=yes; \
256 local_target="$$target-am"; \
257 else \
258 local_target="$$target"; \
259 fi; \
260 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
261 || eval $$failcom; \
262 done; \
263 if test "$$dot_seen" = "no"; then \
264 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
265 fi; test -z "$$fail"
266
267 mostlyclean-recursive clean-recursive distclean-recursive \
268 maintainer-clean-recursive:
269 @failcom='exit 1'; \
270 for f in x $$MAKEFLAGS; do \
271 case $$f in \
272 *=* | --[!k]*);; \
273 *k*) failcom='fail=yes';; \
274 esac; \
275 done; \
276 dot_seen=no; \
277 case "$@" in \
278 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
279 *) list='$(SUBDIRS)' ;; \
280 esac; \
281 rev=''; for subdir in $$list; do \
282 if test "$$subdir" = "."; then :; else \
283 rev="$$subdir $$rev"; \
284 fi; \
285 done; \
286 rev="$$rev ."; \
287 target=`echo $@ | sed s/-recursive//`; \
288 for subdir in $$rev; do \
289 echo "Making $$target in $$subdir"; \
290 if test "$$subdir" = "."; then \
291 local_target="$$target-am"; \
292 else \
293 local_target="$$target"; \
294 fi; \
295 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
296 || eval $$failcom; \
297 done && test -z "$$fail"
298 tags-recursive:
299 list='$(SUBDIRS)'; for subdir in $$list; do \
300 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
301 done
302 ctags-recursive:
303 list='$(SUBDIRS)'; for subdir in $$list; do \
304 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
305 done
306
307 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
308 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
309 unique=`for i in $$list; do \
310 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
311 done | \
312 $(AWK) ' { files[$$0] = 1; } \
313 END { for (i in files) print i; }'`; \
314 mkid -fID $$unique
315 tags: TAGS
316
317 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
318 $(TAGS_FILES) $(LISP)
319 tags=; \
320 here=`pwd`; \
321 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
322 include_option=--etags-include; \
323 empty_fix=.; \
324 else \
325 include_option=--include; \
326 empty_fix=; \
327 fi; \
328 list='$(SUBDIRS)'; for subdir in $$list; do \
329 if test "$$subdir" = .; then :; else \
330 test ! -f $$subdir/TAGS || \
331 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
332 fi; \
333 done; \
334 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
335 unique=`for i in $$list; do \
336 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
337 done | \
338 $(AWK) ' { files[$$0] = 1; } \
339 END { for (i in files) print i; }'`; \
340 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
341 test -n "$$unique" || unique=$$empty_fix; \
342 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
343 $$tags $$unique; \
344 fi
345 ctags: CTAGS
346 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
347 $(TAGS_FILES) $(LISP)
348 tags=; \
349 here=`pwd`; \
350 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
351 unique=`for i in $$list; do \
352 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
353 done | \
354 $(AWK) ' { files[$$0] = 1; } \
355 END { for (i in files) print i; }'`; \
356 test -z "$(CTAGS_ARGS)$$tags$$unique" \
357 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
358 $$tags $$unique
359
360 GTAGS:
361 here=`$(am__cd) $(top_builddir) && pwd` \
362 && cd $(top_srcdir) \
363 && gtags -i $(GTAGS_ARGS) $$here
364
365 distclean-tags:
366 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
367
368 distdir: $(DISTFILES)
369 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
370 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
371 list='$(DISTFILES)'; for file in $$list; do \
372 case $$file in \
373 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
374 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
375 esac; \
376 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
377 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
378 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
379 dir="/$$dir"; \
380 $(mkdir_p) "$(distdir)$$dir"; \
381 else \
382 dir=''; \
383 fi; \
384 if test -d $$d/$$file; then \
385 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
386 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
387 fi; \
388 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
389 else \
390 test -f $(distdir)/$$file \
391 || cp -p $$d/$$file $(distdir)/$$file \
392 || exit 1; \
393 fi; \
394 done
395 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
396 if test "$$subdir" = .; then :; else \
397 test -d "$(distdir)/$$subdir" \
398 || $(mkdir_p) "$(distdir)/$$subdir" \
399 || exit 1; \
400 distdir=`$(am__cd) $(distdir) && pwd`; \
401 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
402 (cd $$subdir && \
403 $(MAKE) $(AM_MAKEFLAGS) \
404 top_distdir="$$top_distdir" \
405 distdir="$$distdir/$$subdir" \
406 distdir) \
407 || exit 1; \
408 fi; \
409 done
410 check-am: all-am
411 check: check-recursive
412 all-am: Makefile
413 installdirs: installdirs-recursive
414 installdirs-am:
415 install: install-recursive
416 install-exec: install-exec-recursive
417 install-data: install-data-recursive
418 uninstall: uninstall-recursive
419
420 install-am: all-am
421 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
422
423 installcheck: installcheck-recursive
424 install-strip:
425 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
426 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
427 `test -z '$(STRIP)' || \
428 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
429 mostlyclean-generic:
430
431 clean-generic:
432
433 distclean-generic:
434 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
435
436 maintainer-clean-generic:
437 @echo "This command is intended for maintainers to use"
438 @echo "it deletes files that may require special tools to rebuild."
439 clean: clean-recursive
440
441 clean-am: clean-generic clean-libtool mostlyclean-am
442
443 distclean: distclean-recursive
444 -rm -f Makefile
445 distclean-am: clean-am distclean-generic distclean-libtool \
446 distclean-tags
447
448 dvi: dvi-recursive
449
450 dvi-am:
451
452 html: html-recursive
453
454 info: info-recursive
455
456 info-am:
457
458 install-data-am:
459
460 install-exec-am:
461
462 install-info: install-info-recursive
463
464 install-man:
465
466 installcheck-am:
467
468 maintainer-clean: maintainer-clean-recursive
469 -rm -f Makefile
470 maintainer-clean-am: distclean-am maintainer-clean-generic
471
472 mostlyclean: mostlyclean-recursive
473
474 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
475
476 pdf: pdf-recursive
477
478 pdf-am:
479
480 ps: ps-recursive
481
482 ps-am:
483
484 uninstall-am: uninstall-info-am
485
486 uninstall-info: uninstall-info-recursive
487
488 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
489 clean clean-generic clean-libtool clean-recursive ctags \
490 ctags-recursive distclean distclean-generic distclean-libtool \
491 distclean-recursive distclean-tags distdir dvi dvi-am html \
492 html-am info info-am install install-am install-data \
493 install-data-am install-exec install-exec-am install-info \
494 install-info-am install-man install-strip installcheck \
495 installcheck-am installdirs installdirs-am maintainer-clean \
496 maintainer-clean-generic maintainer-clean-recursive \
497 mostlyclean mostlyclean-generic mostlyclean-libtool \
498 mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
499 uninstall uninstall-am uninstall-info-am
500
501 # Tell versions [3.59,3.63) of GNU make to not export all variables.
502 # Otherwise a system limit (for SysV at least) may be exceeded.
503 .NOEXPORT:

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26