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