Develop and Download Open Source Software

Browse CVS Repository

Contents of /twsynth/twsynth_gui/Makefile.in

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


Revision 1.1.1.1 - (show annotations) (download) (vendor branch)
Tue Sep 3 07:23:27 2002 UTC (21 years, 6 months ago) by skeishi
Branch: MAIN, skeishi
CVS Tags: initial, HEAD
Changes since 1.1: +0 -0 lines
GUI Version of TW Synthesizer by Mr. Aoki. Thank you Aoki !!

1 # Makefile.in generated by automake 1.6.2 from Makefile.am.
2 # @configure_input@
3
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5 # 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 # TiMidity++ -- MIDI to WAVE converter and player
18 # Copyright (C) 1999-2002 Masanao Izumo <mo@goice.co.jp>
19 # Copyright (C) 1995 Tuukka Toivonen <tt@cgs.fi>
20 #
21 # This program is free software; you can redistribute it and/or modify
22 # it under the terms of the GNU General Public License as published by
23 # the Free Software Foundation; either version 2 of the License, or
24 # (at your option) any later version.
25 #
26 # This program is distributed in the hope that it will be useful,
27 # but WITHOUT ANY WARRANTY; without even the implied warranty of
28 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29 # GNU General Public License for more details.
30 #
31 # You should have received a copy of the GNU General Public License
32 # along with this program; if not, write to the Free Software
33 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
34 #
35 # This Makefile is known to work with GNU make.
36 SHELL = @SHELL@
37
38 srcdir = @srcdir@
39 top_srcdir = @top_srcdir@
40 VPATH = @srcdir@
41 prefix = @prefix@
42 exec_prefix = @exec_prefix@
43
44 bindir = @bindir@
45 sbindir = @sbindir@
46 libexecdir = @libexecdir@
47 datadir = @datadir@
48 sysconfdir = @sysconfdir@
49 sharedstatedir = @sharedstatedir@
50 localstatedir = @localstatedir@
51 libdir = @libdir@
52 infodir = @infodir@
53 mandir = @mandir@
54 includedir = @includedir@
55 oldincludedir = /usr/include
56 pkgdatadir = $(datadir)/@PACKAGE@
57 pkglibdir = $(libdir)/@PACKAGE@
58 pkgincludedir = $(includedir)/@PACKAGE@
59 top_builddir = .
60
61 ACLOCAL = @ACLOCAL@
62 AUTOCONF = @AUTOCONF@
63 AUTOMAKE = @AUTOMAKE@
64 AUTOHEADER = @AUTOHEADER@
65
66 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67 INSTALL = @INSTALL@
68 INSTALL_PROGRAM = @INSTALL_PROGRAM@
69 INSTALL_DATA = @INSTALL_DATA@
70 install_sh_DATA = $(install_sh) -c -m 644
71 install_sh_PROGRAM = $(install_sh) -c
72 install_sh_SCRIPT = $(install_sh) -c
73 INSTALL_SCRIPT = @INSTALL_SCRIPT@
74 INSTALL_HEADER = $(INSTALL_DATA)
75 transform = @program_transform_name@
76 NORMAL_INSTALL = :
77 PRE_INSTALL = :
78 POST_INSTALL = :
79 NORMAL_UNINSTALL = :
80 PRE_UNINSTALL = :
81 POST_UNINSTALL = :
82
83 EXEEXT = @EXEEXT@
84 OBJEXT = @OBJEXT@
85 PATH_SEPARATOR = @PATH_SEPARATOR@
86 ALSA_CFLAGS = @ALSA_CFLAGS@
87 ALSA_LIBS = @ALSA_LIBS@
88 AMTAR = @AMTAR@
89 AWK = @AWK@
90 CC = @CC@
91 DEPDIR = @DEPDIR@
92 ELFILES = @ELFILES@
93 EMACS = @EMACS@
94 ESD_CFLAGS = @ESD_CFLAGS@
95 ESD_CONFIG = @ESD_CONFIG@
96 ESD_LIBS = @ESD_LIBS@
97 EXTRALIBS = @EXTRALIBS@
98 GTK_CFLAGS = @GTK_CFLAGS@
99 GTK_CONFIG = @GTK_CONFIG@
100 GTK_LIBS = @GTK_LIBS@
101 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
102 INTERFACE_SRCS = @INTERFACE_SRCS@
103 LN_S = @LN_S@
104 NETSRCS = @NETSRCS@
105 OGG_CFLAGS = @OGG_CFLAGS@
106 OGG_LIBS = @OGG_LIBS@
107 PACKAGE = @PACKAGE@
108 RANLIB = @RANLIB@
109 SHCFLAGS = @SHCFLAGS@
110 SHLD = @SHLD@
111 STRIP = @STRIP@
112 SYSEXTRAS = @SYSEXTRAS@
113 VERSION = @VERSION@
114 VORBISENC_LIBS = @VORBISENC_LIBS@
115 VORBISFILE_LIBS = @VORBISFILE_LIBS@
116 VORBIS_CFLAGS = @VORBIS_CFLAGS@
117 VORBIS_LIBS = @VORBIS_LIBS@
118 WISH = @WISH@
119 X_CFLAGS = @X_CFLAGS@
120 X_EXTRA_LIBS = @X_EXTRA_LIBS@
121 X_LIBS = @X_LIBS@
122 X_PRE_LIBS = @X_PRE_LIBS@
123 am__include = @am__include@
124 am__quote = @am__quote@
125 dynamic_targets = @dynamic_targets@
126 install_sh = @install_sh@
127 lispdir = @lispdir@
128 program_transform_name = @program_transform_name@
129 so = @so@
130 tcltk_dep = @tcltk_dep@
131 timidity_LDFLAGS = @timidity_LDFLAGS@
132
133 SUBDIRS = \
134 utils \
135 libarc \
136 interface \
137 libunimod \
138 timidity \
139 doc \
140 script
141
142
143 EXTRA_DIST = \
144 autoconf \
145 AUTHORS \
146 COPYING \
147 ChangeLog \
148 ChangeLog.1 \
149 INSTALL \
150 INSTALL.jp \
151 NEWS \
152 README \
153 README.jp \
154 timidity.ide \
155 timidity.mak \
156 TiMidity-uj.ad \
157 TiMidity.ad \
158 bootstrap.sh \
159 configs
160
161
162 TOOLSDIR = timidity-tools
163 UMPDIR = ump
164 subdir = .
165 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
166 mkinstalldirs = $(SHELL) $(top_srcdir)/autoconf/mkinstalldirs
167 CONFIG_HEADER = config.h interface.h
168 CONFIG_CLEAN_FILES = common.makefile
169 DIST_SOURCES =
170
171 RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
172 uninstall-info-recursive all-recursive install-data-recursive \
173 install-exec-recursive installdirs-recursive install-recursive \
174 uninstall-recursive check-recursive installcheck-recursive
175 DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
176 Makefile.in NEWS TODO aclocal.m4 autoconf/config.guess \
177 autoconf/config.sub autoconf/depcomp autoconf/install-sh \
178 autoconf/missing autoconf/mkinstalldirs common.makefile.in \
179 config.h.in configure configure.in interface.h.in
180 DIST_SUBDIRS = $(SUBDIRS)
181 all: config.h interface.h
182 $(MAKE) $(AM_MAKEFLAGS) all-recursive
183
184 .SUFFIXES:
185
186 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log
187 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
188 cd $(top_srcdir) && \
189 $(AUTOMAKE) --gnu ./Makefile
190 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
191 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
192
193 $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
194 $(SHELL) ./config.status --recheck
195 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
196 cd $(srcdir) && $(AUTOCONF)
197
198 $(ACLOCAL_M4): configure.in
199 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
200
201 config.h: stamp-h1
202 @if test ! -f $@; then \
203 rm -f stamp-h1; \
204 $(MAKE) stamp-h1; \
205 else :; fi
206
207 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
208 @rm -f stamp-h1
209 cd $(top_builddir) && $(SHELL) ./config.status config.h
210
211 $(srcdir)/config.h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
212 cd $(top_srcdir) && $(AUTOHEADER)
213 touch $(srcdir)/config.h.in
214
215 interface.h: stamp-h2
216 @if test ! -f $@; then \
217 rm -f stamp-h2; \
218 $(MAKE) stamp-h2; \
219 else :; fi
220
221 stamp-h2: $(srcdir)/interface.h.in $(top_builddir)/config.status
222 @rm -f stamp-h2
223 cd $(top_builddir) && $(SHELL) ./config.status interface.h
224
225 $(srcdir)/interface.h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
226 cd $(top_srcdir) && $(AUTOHEADER)
227 touch $(srcdir)/interface.h.in
228
229 distclean-hdr:
230 -rm -f config.h stamp-h1 interface.h stamp-h2
231 common.makefile: $(top_builddir)/config.status common.makefile.in
232 cd $(top_builddir) && $(SHELL) ./config.status $@
233 uninstall-info-am:
234
235 # This directory's subdirectories are mostly independent; you can cd
236 # into them and run `make' without going through this Makefile.
237 # To change the values of `make' variables: instead of editing Makefiles,
238 # (1) if the variable is set in `config.status', edit `config.status'
239 # (which will cause the Makefiles to be regenerated when you run `make');
240 # (2) otherwise, pass the desired values on the `make' command line.
241 $(RECURSIVE_TARGETS):
242 @set fnord $$MAKEFLAGS; amf=$$2; \
243 dot_seen=no; \
244 target=`echo $@ | sed s/-recursive//`; \
245 list='$(SUBDIRS)'; for subdir in $$list; do \
246 echo "Making $$target in $$subdir"; \
247 if test "$$subdir" = "."; then \
248 dot_seen=yes; \
249 local_target="$$target-am"; \
250 else \
251 local_target="$$target"; \
252 fi; \
253 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
254 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
255 done; \
256 if test "$$dot_seen" = "no"; then \
257 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
258 fi; test -z "$$fail"
259
260 mostlyclean-recursive clean-recursive distclean-recursive \
261 maintainer-clean-recursive:
262 @set fnord $$MAKEFLAGS; amf=$$2; \
263 dot_seen=no; \
264 case "$@" in \
265 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
266 *) list='$(SUBDIRS)' ;; \
267 esac; \
268 rev=''; for subdir in $$list; do \
269 if test "$$subdir" = "."; then :; else \
270 rev="$$subdir $$rev"; \
271 fi; \
272 done; \
273 rev="$$rev ."; \
274 target=`echo $@ | sed s/-recursive//`; \
275 for subdir in $$rev; do \
276 echo "Making $$target in $$subdir"; \
277 if test "$$subdir" = "."; then \
278 local_target="$$target-am"; \
279 else \
280 local_target="$$target"; \
281 fi; \
282 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
283 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
284 done && test -z "$$fail"
285 tags-recursive:
286 list='$(SUBDIRS)'; for subdir in $$list; do \
287 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
288 done
289
290 ETAGS = etags
291 ETAGSFLAGS =
292
293 tags: TAGS
294
295 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
296 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
297 unique=`for i in $$list; do \
298 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
299 done | \
300 $(AWK) ' { files[$$0] = 1; } \
301 END { for (i in files) print i; }'`; \
302 mkid -fID $$unique
303
304 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in interface.h.in $(TAGS_DEPENDENCIES) \
305 $(TAGS_FILES) $(LISP)
306 tags=; \
307 here=`pwd`; \
308 list='$(SUBDIRS)'; for subdir in $$list; do \
309 if test "$$subdir" = .; then :; else \
310 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
311 fi; \
312 done; \
313 list='$(SOURCES) $(HEADERS) config.h.in interface.h.in $(LISP) $(TAGS_FILES)'; \
314 unique=`for i in $$list; do \
315 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
316 done | \
317 $(AWK) ' { files[$$0] = 1; } \
318 END { for (i in files) print i; }'`; \
319 test -z "$(ETAGS_ARGS)$$tags$$unique" \
320 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
321 $$tags $$unique
322
323 GTAGS:
324 here=`$(am__cd) $(top_builddir) && pwd` \
325 && cd $(top_srcdir) \
326 && gtags -i $(GTAGS_ARGS) $$here
327
328 distclean-tags:
329 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
330 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
331
332 top_distdir = .
333 distdir = $(PACKAGE)-$(VERSION)
334
335 am__remove_distdir = \
336 { test ! -d $(distdir) \
337 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
338 && rm -fr $(distdir); }; }
339
340 GZIP_ENV = --best
341 distcleancheck_listfiles = find . -type f -print
342
343 distdir: $(DISTFILES)
344 $(am__remove_distdir)
345 mkdir $(distdir)
346 $(mkinstalldirs) $(distdir)/. $(distdir)/autoconf
347 @list='$(DISTFILES)'; for file in $$list; do \
348 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
349 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
350 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
351 dir="/$$dir"; \
352 $(mkinstalldirs) "$(distdir)$$dir"; \
353 else \
354 dir=''; \
355 fi; \
356 if test -d $$d/$$file; then \
357 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
358 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
359 fi; \
360 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
361 else \
362 test -f $(distdir)/$$file \
363 || cp -p $$d/$$file $(distdir)/$$file \
364 || exit 1; \
365 fi; \
366 done
367 list='$(SUBDIRS)'; for subdir in $$list; do \
368 if test "$$subdir" = .; then :; else \
369 test -d $(distdir)/$$subdir \
370 || mkdir $(distdir)/$$subdir \
371 || exit 1; \
372 (cd $$subdir && \
373 $(MAKE) $(AM_MAKEFLAGS) \
374 top_distdir="$(top_distdir)" \
375 distdir=../$(distdir)/$$subdir \
376 distdir) \
377 || exit 1; \
378 fi; \
379 done
380 $(MAKE) $(AM_MAKEFLAGS) \
381 top_distdir="${top_distdir}" distdir="$(distdir)" \
382 dist-hook
383 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
384 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
385 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
386 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
387 || chmod -R a+r $(distdir)
388 dist-gzip: distdir
389 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
390 $(am__remove_distdir)
391
392 dist dist-all: distdir
393 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
394 $(am__remove_distdir)
395
396 # This target untars the dist file and tries a VPATH configuration. Then
397 # it guarantees that the distribution is self-contained by making another
398 # tarfile.
399 distcheck: dist
400 $(am__remove_distdir)
401 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
402 chmod -R a-w $(distdir); chmod a+w $(distdir)
403 mkdir $(distdir)/=build
404 mkdir $(distdir)/=inst
405 chmod a-w $(distdir)
406 dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
407 && cd $(distdir)/=build \
408 && ../configure --srcdir=.. --prefix=$$dc_install_base \
409 $(DISTCHECK_CONFIGURE_FLAGS) \
410 && $(MAKE) $(AM_MAKEFLAGS) \
411 && $(MAKE) $(AM_MAKEFLAGS) dvi \
412 && $(MAKE) $(AM_MAKEFLAGS) check \
413 && $(MAKE) $(AM_MAKEFLAGS) install \
414 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
415 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
416 && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
417 || { echo "ERROR: files left after uninstall:" ; \
418 find $$dc_install_base -type f -print ; \
419 exit 1; } >&2 ) \
420 && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
421 && rm -f $(distdir).tar.gz \
422 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
423 $(am__remove_distdir)
424 @echo "$(distdir).tar.gz is ready for distribution" | \
425 sed 'h;s/./=/g;p;x;p;x'
426 distcleancheck: distclean
427 if test '$(srcdir)' = . ; then \
428 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
429 exit 1 ; \
430 fi
431 test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
432 || { echo "ERROR: files left after distclean:" ; \
433 $(distcleancheck_listfiles) ; \
434 exit 1; } >&2
435 check-am: all-am
436 check: check-recursive
437 all-am: Makefile config.h interface.h
438 installdirs: installdirs-recursive
439 installdirs-am:
440
441 install: install-recursive
442 install-exec: install-exec-recursive
443 install-data: install-data-recursive
444 uninstall: uninstall-recursive
445
446 install-am: all-am
447 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
448
449 installcheck: installcheck-recursive
450 install-strip:
451 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
452 INSTALL_STRIP_FLAG=-s \
453 `test -z '$(STRIP)' || \
454 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
455 mostlyclean-generic:
456
457 clean-generic:
458
459 distclean-generic:
460 -rm -f Makefile $(CONFIG_CLEAN_FILES)
461
462 maintainer-clean-generic:
463 @echo "This command is intended for maintainers to use"
464 @echo "it deletes files that may require special tools to rebuild."
465 clean: clean-recursive
466
467 clean-am: clean-generic mostlyclean-am
468
469 distclean: distclean-recursive
470 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
471 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
472
473 dvi: dvi-recursive
474
475 dvi-am:
476
477 info: info-recursive
478
479 info-am:
480
481 install-data-am:
482
483 install-exec-am:
484
485 install-info: install-info-recursive
486
487 install-man:
488
489 installcheck-am:
490
491 maintainer-clean: maintainer-clean-recursive
492 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
493 -rm -rf autom4te.cache
494 maintainer-clean-am: distclean-am maintainer-clean-generic
495
496 mostlyclean: mostlyclean-recursive
497
498 mostlyclean-am: mostlyclean-generic
499
500 uninstall-am: uninstall-info-am
501
502 uninstall-info: uninstall-info-recursive
503
504 .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
505 clean-generic clean-recursive dist dist-all dist-gzip distcheck \
506 distclean distclean-generic distclean-hdr distclean-recursive \
507 distclean-tags distcleancheck distdir dvi dvi-am dvi-recursive \
508 info info-am info-recursive install install-am install-data \
509 install-data-am install-data-recursive install-exec \
510 install-exec-am install-exec-recursive install-info \
511 install-info-am install-info-recursive install-man \
512 install-recursive install-strip installcheck installcheck-am \
513 installdirs installdirs-am installdirs-recursive \
514 maintainer-clean maintainer-clean-generic \
515 maintainer-clean-recursive mostlyclean mostlyclean-generic \
516 mostlyclean-recursive tags tags-recursive uninstall \
517 uninstall-am uninstall-info-am uninstall-info-recursive \
518 uninstall-recursive
519
520
521 dynamics:
522 cd interface; $(MAKE) $@
523
524 install.man install.manj:
525 cd doc; $(MAKE) $@
526
527 install.tk:
528 cd interface; $(MAKE) $@
529
530 install.el:
531 cd interface; $(MAKE) $@
532
533 install.bin:
534 cd timidity; $(MAKE) install
535
536 dist-hook:
537 CONFIG_HEADERS='' CONFIG_FILES=configs/msc-config.h $(SHELL) ./config.status
538 cp -r configs $(distdir)
539 chmod -R a+r $(distdir)
540 $(AMTAR) chof - $(distdir) | bzip2 -9 - > $(distdir).tar.bz2
541
542 tools:: tools-targets
543 cd $(TOOLSDIR); $(MAKE)
544
545 tools-targets: $(TOOLSDIR)/Makefile
546
547 install.tools:
548 cd $(TOOLSDIR); $(MAKE) install
549
550 $(TOOLSDIR)/Makefile: $(TOOLSDIR)/Makefile.in config.status
551 CONFIG_HEADERS='' CONFIG_FILES=$(TOOLSDIR)/Makefile $(SHELL) ./config.status
552
553 #$(TOOLSDIR)/Makefile.in: $(TOOLSDIR)/Makefile.am
554 # $(AUTOMAKE) --gnu $(TOOLSDIR)/Makefile
555
556 ump: ump-targets
557 cd $(UMPDIR); $(MAKE) ump
558
559 ump-targets: $(UMPDIR)/Makefile
560
561 $(UMPDIR)/Makefile: $(UMPDIR)/Makefile.in config.status
562 CONFIG_HEADERS='' CONFIG_FILES=ump/Makefile $(SHELL) ./config.status
563
564 #$(UMPDIR)/Makefile.in: $(UMPDIR)/Makefile.am
565 # $(AUTOMAKE) --gnu $(UMPSDIR)/Makefile
566 # Tell versions [3.59,3.63) of GNU make to not export all variables.
567 # Otherwise a system limit (for SysV at least) may be exceeded.
568 .NOEXPORT:

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