Annotation of OpenXM_contrib2/asir2000/plot/Makefile.in, Revision 1.23
1.23 ! ohara 1: # Makefile.in generated by automake 1.16.1 from Makefile.am.
1.12 ohara 2: # @configure_input@
1.1 ohara 3:
1.23 ! ohara 4: # Copyright (C) 1994-2018 Free Software Foundation, Inc.
1.20 ohara 5:
1.1 ohara 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@
1.10 ohara 16:
1.1 ohara 17: VPATH = @srcdir@
1.20 ohara 18: am__is_gnu_make = { \
19: if test -z '$(MAKELEVEL)'; then \
20: false; \
21: elif test -n '$(MAKE_HOST)'; then \
22: true; \
23: elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24: true; \
25: else \
26: false; \
27: fi; \
28: }
29: am__make_running_with_option = \
30: case $${target_option-} in \
31: ?) ;; \
32: *) echo "am__make_running_with_option: internal error: invalid" \
33: "target option '$${target_option-}' specified" >&2; \
34: exit 1;; \
35: esac; \
36: has_opt=no; \
37: sane_makeflags=$$MAKEFLAGS; \
38: if $(am__is_gnu_make); then \
39: sane_makeflags=$$MFLAGS; \
40: else \
41: case $$MAKEFLAGS in \
42: *\\[\ \ ]*) \
43: bs=\\; \
44: sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45: | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
46: esac; \
47: fi; \
48: skip_next=no; \
49: strip_trailopt () \
50: { \
51: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52: }; \
53: for flg in $$sane_makeflags; do \
54: test $$skip_next = yes && { skip_next=no; continue; }; \
55: case $$flg in \
56: *=*|--*) continue;; \
57: -*I) strip_trailopt 'I'; skip_next=yes;; \
58: -*I?*) strip_trailopt 'I';; \
59: -*O) strip_trailopt 'O'; skip_next=yes;; \
60: -*O?*) strip_trailopt 'O';; \
61: -*l) strip_trailopt 'l'; skip_next=yes;; \
62: -*l?*) strip_trailopt 'l';; \
63: -[dEDm]) skip_next=yes;; \
64: -[JT]) skip_next=yes;; \
65: esac; \
66: case $$flg in \
67: *$$target_option*) has_opt=yes; break;; \
68: esac; \
69: done; \
70: test $$has_opt = yes
71: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
1.1 ohara 73: pkgdatadir = $(datadir)/@PACKAGE@
1.15 ohara 74: pkgincludedir = $(includedir)/@PACKAGE@
1.1 ohara 75: pkglibdir = $(libdir)/@PACKAGE@
1.15 ohara 76: pkglibexecdir = $(libexecdir)/@PACKAGE@
1.12 ohara 77: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78: install_sh_DATA = $(install_sh) -c -m 644
79: install_sh_PROGRAM = $(install_sh) -c
80: install_sh_SCRIPT = $(install_sh) -c
1.1 ohara 81: INSTALL_HEADER = $(INSTALL_DATA)
1.12 ohara 82: transform = $(program_transform_name)
1.1 ohara 83: NORMAL_INSTALL = :
84: PRE_INSTALL = :
85: POST_INSTALL = :
86: NORMAL_UNINSTALL = :
87: PRE_UNINSTALL = :
88: POST_UNINSTALL = :
89: build_triplet = @build@
90: host_triplet = @host@
91: target_triplet = @target@
1.12 ohara 92: subdir = plot
93: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94: am__aclocal_m4_deps = $(top_srcdir)/configure.in
95: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
96: $(ACLOCAL_M4)
1.20 ohara 97: DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
1.12 ohara 98: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
99: CONFIG_CLEAN_FILES =
1.15 ohara 100: CONFIG_CLEAN_VPATH_FILES =
1.12 ohara 101: LIBRARIES = $(noinst_LIBRARIES)
102: AR = ar
103: ARFLAGS = cru
1.20 ohara 104: AM_V_AR = $(am__v_AR_@AM_V@)
105: am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
106: am__v_AR_0 = @echo " AR " $@;
107: am__v_AR_1 =
1.12 ohara 108: libplot_a_AR = $(AR) $(ARFLAGS)
109: libplot_a_LIBADD =
110: am_libplot_a_OBJECTS = calc.$(OBJEXT) if.$(OBJEXT) plotp.$(OBJEXT) \
111: plotg.$(OBJEXT) ox_plot.$(OBJEXT) plotf.$(OBJEXT) \
112: ox_plot_xevent.$(OBJEXT) smoothing.$(OBJEXT)
113: libplot_a_OBJECTS = $(am_libplot_a_OBJECTS)
1.20 ohara 114: AM_V_P = $(am__v_P_@AM_V@)
115: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
116: am__v_P_0 = false
117: am__v_P_1 = :
118: AM_V_GEN = $(am__v_GEN_@AM_V@)
119: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
120: am__v_GEN_0 = @echo " GEN " $@;
121: am__v_GEN_1 =
122: AM_V_at = $(am__v_at_@AM_V@)
123: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
124: am__v_at_0 = @
125: am__v_at_1 =
1.12 ohara 126: DEFAULT_INCLUDES = -I.@am__isrc@
127: depcomp = $(SHELL) $(top_srcdir)/depcomp
1.23 ! ohara 128: am__maybe_remake_depfiles = depfiles
! 129: am__depfiles_remade = ./$(DEPDIR)/calc.Po ./$(DEPDIR)/if.Po \
! 130: ./$(DEPDIR)/ox_plot.Po ./$(DEPDIR)/ox_plot_xevent.Po \
! 131: ./$(DEPDIR)/plotf.Po ./$(DEPDIR)/plotg.Po ./$(DEPDIR)/plotp.Po \
! 132: ./$(DEPDIR)/smoothing.Po
1.15 ohara 133: am__mv = mv -f
1.12 ohara 134: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
135: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
1.20 ohara 136: AM_V_CC = $(am__v_CC_@AM_V@)
137: am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
138: am__v_CC_0 = @echo " CC " $@;
139: am__v_CC_1 =
1.12 ohara 140: CCLD = $(CC)
141: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
1.20 ohara 142: AM_V_CCLD = $(am__v_CCLD_@AM_V@)
143: am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
144: am__v_CCLD_0 = @echo " CCLD " $@;
145: am__v_CCLD_1 =
1.12 ohara 146: SOURCES = $(libplot_a_SOURCES)
147: DIST_SOURCES = $(libplot_a_SOURCES)
1.20 ohara 148: am__can_run_installinfo = \
149: case $$AM_UPDATE_INFO_DIR in \
150: n|no|NO) false;; \
151: *) (install-info --version) >/dev/null 2>&1;; \
152: esac
153: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
154: # Read a list of newline-separated strings from the standard input,
155: # and print each of them once, without duplicates. Input order is
156: # *not* preserved.
157: am__uniquify_input = $(AWK) '\
158: BEGIN { nonempty = 0; } \
159: { items[$$0] = 1; nonempty = 1; } \
160: END { if (nonempty) { for (i in items) print i; }; } \
161: '
162: # Make sure the list of sources is unique. This is necessary because,
163: # e.g., the same source file might be shared among _SOURCES variables
164: # for different programs/libraries.
165: am__define_uniq_tagged_files = \
166: list='$(am__tagged_files)'; \
167: unique=`for i in $$list; do \
168: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
169: done | $(am__uniquify_input)`
1.12 ohara 170: ETAGS = etags
171: CTAGS = ctags
1.20 ohara 172: am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
173: $(top_srcdir)/mkinstalldirs
1.12 ohara 174: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
175: ACLOCAL = @ACLOCAL@
1.1 ohara 176: AMTAR = @AMTAR@
1.20 ohara 177: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1.15 ohara 178: ASIR_GCLIB = @ASIR_GCLIB@
1.12 ohara 179: AUTOCONF = @AUTOCONF@
180: AUTOHEADER = @AUTOHEADER@
181: AUTOMAKE = @AUTOMAKE@
1.1 ohara 182: AWK = @AWK@
183: CC = @CC@
1.12 ohara 184: CCDEPMODE = @CCDEPMODE@
185: CFLAGS = @CFLAGS@
186: CPP = @CPP@
187: CPPFLAGS = @CPPFLAGS@
188: CYGPATH_W = @CYGPATH_W@
189: DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
1.1 ohara 190: DEPDIR = @DEPDIR@
1.12 ohara 191: ECHO_C = @ECHO_C@
192: ECHO_N = @ECHO_N@
193: ECHO_T = @ECHO_T@
194: EGREP = @EGREP@
1.10 ohara 195: EXEEXT = @EXEEXT@
1.1 ohara 196: FEPLIB = @FEPLIB@
1.12 ohara 197: GC = @GC@
1.15 ohara 198: GCINC = @GCINC@
199: GCLIB = @GCLIB@
1.12 ohara 200: GC_CONFIGURE_ARGS = @GC_CONFIGURE_ARGS@
1.11 ohara 201: GC_DISTDIR = @GC_DISTDIR@
1.22 ohara 202: GMPLIB = @GMPLIB@
1.12 ohara 203: GREP = @GREP@
204: INSTALL = @INSTALL@
205: INSTALL_DATA = @INSTALL_DATA@
206: INSTALL_PROGRAM = @INSTALL_PROGRAM@
207: INSTALL_SCRIPT = @INSTALL_SCRIPT@
1.1 ohara 208: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
209: LAPACKLIB = @LAPACKLIB@
1.12 ohara 210: LDFLAGS = @LDFLAGS@
211: LIBOBJS = @LIBOBJS@
212: LIBS = @LIBS@
1.1 ohara 213: LN_S = @LN_S@
1.12 ohara 214: LTLIBOBJS = @LTLIBOBJS@
1.4 ohara 215: MAINT = @MAINT@
1.12 ohara 216: MAKEINFO = @MAKEINFO@
217: MKDIR_P = @MKDIR_P@
1.10 ohara 218: OBJEXT = @OBJEXT@
1.1 ohara 219: PACKAGE = @PACKAGE@
1.12 ohara 220: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
221: PACKAGE_NAME = @PACKAGE_NAME@
222: PACKAGE_STRING = @PACKAGE_STRING@
223: PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.15 ohara 224: PACKAGE_URL = @PACKAGE_URL@
1.12 ohara 225: PACKAGE_VERSION = @PACKAGE_VERSION@
1.1 ohara 226: PARIINC = @PARIINC@
227: PARILIB = @PARILIB@
1.12 ohara 228: PATH_SEPARATOR = @PATH_SEPARATOR@
1.1 ohara 229: RANLIB = @RANLIB@
1.12 ohara 230: SET_MAKE = @SET_MAKE@
231: SHELL = @SHELL@
232: STRIP = @STRIP@
1.8 ohara 233: USE_GC_SPARC64 = @USE_GC_SPARC64@
1.1 ohara 234: VERSION = @VERSION@
1.21 ohara 235: WSLIB = @WSLIB@
1.12 ohara 236: XMKMF = @XMKMF@
1.4 ohara 237: XPMLIB = @XPMLIB@
1.1 ohara 238: X_CFLAGS = @X_CFLAGS@
239: X_EXTRA_LIBS = @X_EXTRA_LIBS@
240: X_LIBS = @X_LIBS@
241: X_PRE_LIBS = @X_PRE_LIBS@
242: YACC = @YACC@
1.12 ohara 243: YFLAGS = @YFLAGS@
244: abs_builddir = @abs_builddir@
245: abs_srcdir = @abs_srcdir@
246: abs_top_builddir = @abs_top_builddir@
247: abs_top_srcdir = @abs_top_srcdir@
248: ac_ct_CC = @ac_ct_CC@
1.1 ohara 249: am__include = @am__include@
1.12 ohara 250: am__leading_dot = @am__leading_dot@
1.1 ohara 251: am__quote = @am__quote@
1.12 ohara 252: am__tar = @am__tar@
253: am__untar = @am__untar@
1.1 ohara 254: asm_obj = @asm_obj@
1.12 ohara 255: bindir = @bindir@
256: build = @build@
257: build_alias = @build_alias@
258: build_cpu = @build_cpu@
259: build_os = @build_os@
260: build_vendor = @build_vendor@
261: builddir = @builddir@
262: datadir = @datadir@
263: datarootdir = @datarootdir@
264: docdir = @docdir@
265: dvidir = @dvidir@
266: exec_prefix = @exec_prefix@
267: host = @host@
268: host_alias = @host_alias@
269: host_cpu = @host_cpu@
270: host_os = @host_os@
271: host_vendor = @host_vendor@
272: htmldir = @htmldir@
273: includedir = @includedir@
274: infodir = @infodir@
1.1 ohara 275: install_sh = @install_sh@
276: libasir_postfix = @libasir_postfix@
1.12 ohara 277: libdir = @libdir@
278: libexecdir = @libexecdir@
279: localedir = @localedir@
280: localstatedir = @localstatedir@
281: mandir = @mandir@
282: mkdir_p = @mkdir_p@
283: oldincludedir = @oldincludedir@
284: pdfdir = @pdfdir@
285: prefix = @prefix@
286: program_transform_name = @program_transform_name@
287: psdir = @psdir@
288: sbindir = @sbindir@
289: sharedstatedir = @sharedstatedir@
290: srcdir = @srcdir@
291: sysconfdir = @sysconfdir@
292: target = @target@
293: target_alias = @target_alias@
294: target_cpu = @target_cpu@
295: target_os = @target_os@
296: target_vendor = @target_vendor@
1.15 ohara 297: top_build_prefix = @top_build_prefix@
1.12 ohara 298: top_builddir = @top_builddir@
299: top_srcdir = @top_srcdir@
1.6 ohara 300: asirdir = ${prefix}/lib/asir
1.20 ohara 301: AM_CPPFLAGS = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
1.1 ohara 302: -I${top_srcdir}/gc/include \
1.18 noro 303: -I${prefix}/include @PARIINC@ @X_CFLAGS@
1.1 ohara 304:
305: noinst_LIBRARIES = libplot.a
306: libplot_a_SOURCES = calc.c if.c plotp.c plotg.c ox_plot.c plotf.c \
307: ox_plot_xevent.c smoothing.c
308:
309: all: all-am
310:
311: .SUFFIXES:
312: .SUFFIXES: .c .o .obj
1.12 ohara 313: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
314: @for dep in $?; do \
315: case '$(am__configure_deps)' in \
316: *$$dep*) \
1.15 ohara 317: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
318: && { if test -f $@; then exit 0; else break; fi; }; \
1.12 ohara 319: exit 1;; \
320: esac; \
321: done; \
1.15 ohara 322: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plot/Makefile'; \
323: $(am__cd) $(top_srcdir) && \
324: $(AUTOMAKE) --gnu plot/Makefile
1.12 ohara 325: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
326: @case '$?' in \
327: *config.status*) \
328: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
329: *) \
1.23 ! ohara 330: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
! 331: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
1.12 ohara 332: esac;
333:
334: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
335: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
336:
337: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
338: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
339: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
340: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.15 ohara 341: $(am__aclocal_m4_deps):
1.1 ohara 342:
343: clean-noinstLIBRARIES:
344: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
1.20 ohara 345:
346: libplot.a: $(libplot_a_OBJECTS) $(libplot_a_DEPENDENCIES) $(EXTRA_libplot_a_DEPENDENCIES)
347: $(AM_V_at)-rm -f libplot.a
348: $(AM_V_AR)$(libplot_a_AR) libplot.a $(libplot_a_OBJECTS) $(libplot_a_LIBADD)
349: $(AM_V_at)$(RANLIB) libplot.a
1.1 ohara 350:
351: mostlyclean-compile:
1.12 ohara 352: -rm -f *.$(OBJEXT)
1.1 ohara 353:
354: distclean-compile:
355: -rm -f *.tab.c
356:
1.23 ! ohara 357: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/calc.Po@am__quote@ # am--include-marker
! 358: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/if.Po@am__quote@ # am--include-marker
! 359: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ox_plot.Po@am__quote@ # am--include-marker
! 360: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ox_plot_xevent.Po@am__quote@ # am--include-marker
! 361: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plotf.Po@am__quote@ # am--include-marker
! 362: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plotg.Po@am__quote@ # am--include-marker
! 363: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plotp.Po@am__quote@ # am--include-marker
! 364: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smoothing.Po@am__quote@ # am--include-marker
! 365:
! 366: $(am__depfiles_remade):
! 367: @$(MKDIR_P) $(@D)
! 368: @echo '# dummy' >$@-t && $(am__mv) $@-t $@
! 369:
! 370: am--depfiles: $(am__depfiles_remade)
1.1 ohara 371:
372: .c.o:
1.20 ohara 373: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
374: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
375: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.12 ohara 376: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.20 ohara 377: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1.1 ohara 378:
379: .c.obj:
1.20 ohara 380: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
381: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
382: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.12 ohara 383: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.20 ohara 384: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1.1 ohara 385:
1.20 ohara 386: ID: $(am__tagged_files)
387: $(am__define_uniq_tagged_files); mkid -fID $$unique
388: tags: tags-am
389: TAGS: tags
1.1 ohara 390:
1.20 ohara 391: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1.15 ohara 392: set x; \
1.1 ohara 393: here=`pwd`; \
1.20 ohara 394: $(am__define_uniq_tagged_files); \
1.15 ohara 395: shift; \
396: if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1.12 ohara 397: test -n "$$unique" || unique=$$empty_fix; \
1.15 ohara 398: if test $$# -gt 0; then \
399: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
400: "$$@" $$unique; \
401: else \
402: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
403: $$unique; \
404: fi; \
1.12 ohara 405: fi
1.20 ohara 406: ctags: ctags-am
407:
408: CTAGS: ctags
409: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
410: $(am__define_uniq_tagged_files); \
1.15 ohara 411: test -z "$(CTAGS_ARGS)$$unique" \
1.12 ohara 412: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1.15 ohara 413: $$unique
1.1 ohara 414:
415: GTAGS:
1.12 ohara 416: here=`$(am__cd) $(top_builddir) && pwd` \
1.15 ohara 417: && $(am__cd) $(top_srcdir) \
418: && gtags -i $(GTAGS_ARGS) "$$here"
1.20 ohara 419: cscopelist: cscopelist-am
420:
421: cscopelist-am: $(am__tagged_files)
422: list='$(am__tagged_files)'; \
423: case "$(srcdir)" in \
424: [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
425: *) sdir=$(subdir)/$(srcdir) ;; \
426: esac; \
427: for i in $$list; do \
428: if test -f "$$i"; then \
429: echo "$(subdir)/$$i"; \
430: else \
431: echo "$$sdir/$$i"; \
432: fi; \
433: done >> $(top_builddir)/cscope.files
1.1 ohara 434:
435: distclean-tags:
1.12 ohara 436: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.1 ohara 437:
1.23 ! ohara 438: distdir: $(BUILT_SOURCES)
! 439: $(MAKE) $(AM_MAKEFLAGS) distdir-am
! 440:
! 441: distdir-am: $(DISTFILES)
1.12 ohara 442: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
443: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
444: list='$(DISTFILES)'; \
445: dist_files=`for file in $$list; do echo $$file; done | \
446: sed -e "s|^$$srcdirstrip/||;t" \
447: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
448: case $$dist_files in \
449: */*) $(MKDIR_P) `echo "$$dist_files" | \
450: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
451: sort -u` ;; \
452: esac; \
453: for file in $$dist_files; do \
454: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1.1 ohara 455: if test -d $$d/$$file; then \
1.12 ohara 456: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1.15 ohara 457: if test -d "$(distdir)/$$file"; then \
458: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
459: fi; \
1.12 ohara 460: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.15 ohara 461: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
462: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.12 ohara 463: fi; \
1.15 ohara 464: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1 ohara 465: else \
1.15 ohara 466: test -f "$(distdir)/$$file" \
467: || cp -p $$d/$$file "$(distdir)/$$file" \
1.1 ohara 468: || exit 1; \
469: fi; \
470: done
471: check-am: all-am
472: check: check-am
473: all-am: Makefile $(LIBRARIES)
474: installdirs:
475: install: install-am
476: install-exec: install-exec-am
477: install-data: install-data-am
478: uninstall: uninstall-am
479:
480: install-am: all-am
481: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
482:
483: installcheck: installcheck-am
484: install-strip:
1.20 ohara 485: if test -z '$(STRIP)'; then \
486: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
487: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
488: install; \
489: else \
490: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
491: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
492: "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
493: fi
1.1 ohara 494: mostlyclean-generic:
495:
496: clean-generic:
497:
498: distclean-generic:
1.12 ohara 499: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.15 ohara 500: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1 ohara 501:
502: maintainer-clean-generic:
503: @echo "This command is intended for maintainers to use"
504: @echo "it deletes files that may require special tools to rebuild."
505: clean: clean-am
506:
507: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
508:
509: distclean: distclean-am
1.23 ! ohara 510: -rm -f ./$(DEPDIR)/calc.Po
! 511: -rm -f ./$(DEPDIR)/if.Po
! 512: -rm -f ./$(DEPDIR)/ox_plot.Po
! 513: -rm -f ./$(DEPDIR)/ox_plot_xevent.Po
! 514: -rm -f ./$(DEPDIR)/plotf.Po
! 515: -rm -f ./$(DEPDIR)/plotg.Po
! 516: -rm -f ./$(DEPDIR)/plotp.Po
! 517: -rm -f ./$(DEPDIR)/smoothing.Po
1.12 ohara 518: -rm -f Makefile
519: distclean-am: clean-am distclean-compile distclean-generic \
520: distclean-tags
1.1 ohara 521:
522: dvi: dvi-am
523:
524: dvi-am:
525:
1.12 ohara 526: html: html-am
527:
1.15 ohara 528: html-am:
529:
1.1 ohara 530: info: info-am
531:
532: info-am:
533:
534: install-data-am:
535:
1.12 ohara 536: install-dvi: install-dvi-am
537:
1.15 ohara 538: install-dvi-am:
539:
1.1 ohara 540: install-exec-am:
541:
1.12 ohara 542: install-html: install-html-am
543:
1.15 ohara 544: install-html-am:
545:
1.1 ohara 546: install-info: install-info-am
547:
1.15 ohara 548: install-info-am:
549:
1.1 ohara 550: install-man:
551:
1.12 ohara 552: install-pdf: install-pdf-am
553:
1.15 ohara 554: install-pdf-am:
555:
1.12 ohara 556: install-ps: install-ps-am
557:
1.15 ohara 558: install-ps-am:
559:
1.1 ohara 560: installcheck-am:
561:
562: maintainer-clean: maintainer-clean-am
1.23 ! ohara 563: -rm -f ./$(DEPDIR)/calc.Po
! 564: -rm -f ./$(DEPDIR)/if.Po
! 565: -rm -f ./$(DEPDIR)/ox_plot.Po
! 566: -rm -f ./$(DEPDIR)/ox_plot_xevent.Po
! 567: -rm -f ./$(DEPDIR)/plotf.Po
! 568: -rm -f ./$(DEPDIR)/plotg.Po
! 569: -rm -f ./$(DEPDIR)/plotp.Po
! 570: -rm -f ./$(DEPDIR)/smoothing.Po
1.12 ohara 571: -rm -f Makefile
1.1 ohara 572: maintainer-clean-am: distclean-am maintainer-clean-generic
573:
574: mostlyclean: mostlyclean-am
575:
576: mostlyclean-am: mostlyclean-compile mostlyclean-generic
577:
1.12 ohara 578: pdf: pdf-am
579:
580: pdf-am:
581:
582: ps: ps-am
583:
584: ps-am:
585:
586: uninstall-am:
587:
588: .MAKE: install-am install-strip
1.1 ohara 589:
1.23 ! ohara 590: .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
! 591: clean-generic clean-noinstLIBRARIES cscopelist-am ctags \
! 592: ctags-am distclean distclean-compile distclean-generic \
! 593: distclean-tags distdir dvi dvi-am html html-am info info-am \
! 594: install install-am install-data install-data-am install-dvi \
! 595: install-dvi-am install-exec install-exec-am install-html \
! 596: install-html-am install-info install-info-am install-man \
! 597: install-pdf install-pdf-am install-ps install-ps-am \
! 598: install-strip installcheck installcheck-am installdirs \
! 599: maintainer-clean maintainer-clean-generic mostlyclean \
! 600: mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
! 601: tags tags-am uninstall uninstall-am
1.1 ohara 602:
1.20 ohara 603: .PRECIOUS: Makefile
604:
1.15 ohara 605:
1.1 ohara 606: # Tell versions [3.59,3.63) of GNU make to not export all variables.
607: # Otherwise a system limit (for SysV at least) may be exceeded.
608: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>