1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 Free Software Foundation, Inc.
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@
16VPATH = @srcdir@
17am__is_gnu_make = { \
18  if test -z '$(MAKELEVEL)'; then \
19    false; \
20  elif test -n '$(MAKE_HOST)'; then \
21    true; \
22  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23    true; \
24  else \
25    false; \
26  fi; \
27}
28am__make_running_with_option = \
29  case $${target_option-} in \
30      ?) ;; \
31      *) echo "am__make_running_with_option: internal error: invalid" \
32              "target option '$${target_option-}' specified" >&2; \
33         exit 1;; \
34  esac; \
35  has_opt=no; \
36  sane_makeflags=$$MAKEFLAGS; \
37  if $(am__is_gnu_make); then \
38    sane_makeflags=$$MFLAGS; \
39  else \
40    case $$MAKEFLAGS in \
41      *\\[\ \	]*) \
42        bs=\\; \
43        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
45    esac; \
46  fi; \
47  skip_next=no; \
48  strip_trailopt () \
49  { \
50    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51  }; \
52  for flg in $$sane_makeflags; do \
53    test $$skip_next = yes && { skip_next=no; continue; }; \
54    case $$flg in \
55      *=*|--*) continue;; \
56        -*I) strip_trailopt 'I'; skip_next=yes;; \
57      -*I?*) strip_trailopt 'I';; \
58        -*O) strip_trailopt 'O'; skip_next=yes;; \
59      -*O?*) strip_trailopt 'O';; \
60        -*l) strip_trailopt 'l'; skip_next=yes;; \
61      -*l?*) strip_trailopt 'l';; \
62      -[dEDm]) skip_next=yes;; \
63      -[JT]) skip_next=yes;; \
64    esac; \
65    case $$flg in \
66      *$$target_option*) has_opt=yes; break;; \
67    esac; \
68  done; \
69  test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgdatadir = $(datadir)/@PACKAGE@
73pkgincludedir = $(includedir)/@PACKAGE@
74pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = @build@
89host_triplet = @host@
90subdir = xvmc/shader/vld
91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \
93	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
94	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
95	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
96am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
97	$(ACLOCAL_M4)
98DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
99mkinstalldirs = $(install_sh) -d
100CONFIG_HEADER = $(top_builddir)/config.h
101CONFIG_CLEAN_FILES =
102CONFIG_CLEAN_VPATH_FILES =
103AM_V_P = $(am__v_P_@AM_V@)
104am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
105am__v_P_0 = false
106am__v_P_1 = :
107AM_V_GEN = $(am__v_GEN_@AM_V@)
108am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
109am__v_GEN_0 = @echo "  GEN     " $@;
110am__v_GEN_1 = 
111AM_V_at = $(am__v_at_@AM_V@)
112am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
113am__v_at_0 = @
114am__v_at_1 = 
115SOURCES =
116DIST_SOURCES =
117am__can_run_installinfo = \
118  case $$AM_UPDATE_INFO_DIR in \
119    n|no|NO) false;; \
120    *) (install-info --version) >/dev/null 2>&1;; \
121  esac
122am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
123am__DIST_COMMON = $(srcdir)/Makefile.in
124DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
125ACLOCAL = @ACLOCAL@
126ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
127ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
128ALLOCA = @ALLOCA@
129AMTAR = @AMTAR@
130AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
131APP_MAN_DIR = @APP_MAN_DIR@
132APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
133AR = @AR@
134AUTOCONF = @AUTOCONF@
135AUTOHEADER = @AUTOHEADER@
136AUTOMAKE = @AUTOMAKE@
137AWK = @AWK@
138BASE_CFLAGS = @BASE_CFLAGS@
139CC = @CC@
140CCDEPMODE = @CCDEPMODE@
141CFLAGS = @CFLAGS@
142CHANGELOG_CMD = @CHANGELOG_CMD@
143CLOCK_GETTIME_LIBS = @CLOCK_GETTIME_LIBS@
144CPP = @CPP@
145CPPFLAGS = @CPPFLAGS@
146CWARNFLAGS = @CWARNFLAGS@
147CYGPATH_W = @CYGPATH_W@
148DEFS = @DEFS@
149DEPDIR = @DEPDIR@
150DLLTOOL = @DLLTOOL@
151DRI1_CFLAGS = @DRI1_CFLAGS@
152DRI1_LIBS = @DRI1_LIBS@
153DRI2_CFLAGS = @DRI2_CFLAGS@
154DRI2_LIBS = @DRI2_LIBS@
155DRI3_CFLAGS = @DRI3_CFLAGS@
156DRI3_LIBS = @DRI3_LIBS@
157DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
158DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
159DRIVER_NAME = @DRIVER_NAME@
160DRI_DRIVER_PATH = @DRI_DRIVER_PATH@
161DRMINTEL_CFLAGS = @DRMINTEL_CFLAGS@
162DRMINTEL_LIBS = @DRMINTEL_LIBS@
163DRM_CFLAGS = @DRM_CFLAGS@
164DRM_LIBS = @DRM_LIBS@
165DSYMUTIL = @DSYMUTIL@
166DUMPBIN = @DUMPBIN@
167ECHO_C = @ECHO_C@
168ECHO_N = @ECHO_N@
169ECHO_T = @ECHO_T@
170EGREP = @EGREP@
171EXEEXT = @EXEEXT@
172FGREP = @FGREP@
173FILE_MAN_DIR = @FILE_MAN_DIR@
174FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
175GEN4ASM_CFLAGS = @GEN4ASM_CFLAGS@
176GEN4ASM_LIBS = @GEN4ASM_LIBS@
177GREP = @GREP@
178INSTALL = @INSTALL@
179INSTALL_CMD = @INSTALL_CMD@
180INSTALL_DATA = @INSTALL_DATA@
181INSTALL_PROGRAM = @INSTALL_PROGRAM@
182INSTALL_SCRIPT = @INSTALL_SCRIPT@
183INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
184INTEL_GEN4ASM = @INTEL_GEN4ASM@
185IVO_CFLAGS = @IVO_CFLAGS@
186IVO_EXTRA_CFLAGS = @IVO_EXTRA_CFLAGS@
187IVO_EXTRA_LIBS = @IVO_EXTRA_LIBS@
188IVO_LIBS = @IVO_LIBS@
189LD = @LD@
190LDFLAGS = @LDFLAGS@
191LIBEXEC_PATH = @LIBEXEC_PATH@
192LIBOBJS = @LIBOBJS@
193LIBS = @LIBS@
194LIBTOOL = @LIBTOOL@
195LIB_MAN_DIR = @LIB_MAN_DIR@
196LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
197LIPO = @LIPO@
198LN_S = @LN_S@
199LTLIBOBJS = @LTLIBOBJS@
200LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
201MAKEINFO = @MAKEINFO@
202MANIFEST_TOOL = @MANIFEST_TOOL@
203MAN_SUBSTS = @MAN_SUBSTS@
204MISC_MAN_DIR = @MISC_MAN_DIR@
205MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
206MKDIR_P = @MKDIR_P@
207NM = @NM@
208NMEDIT = @NMEDIT@
209NOWARNFLAGS = @NOWARNFLAGS@
210OBJDUMP = @OBJDUMP@
211OBJEXT = @OBJEXT@
212OTOOL = @OTOOL@
213OTOOL64 = @OTOOL64@
214PACKAGE = @PACKAGE@
215PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
216PACKAGE_NAME = @PACKAGE_NAME@
217PACKAGE_STRING = @PACKAGE_STRING@
218PACKAGE_TARNAME = @PACKAGE_TARNAME@
219PACKAGE_URL = @PACKAGE_URL@
220PACKAGE_VERSION = @PACKAGE_VERSION@
221PATH_SEPARATOR = @PATH_SEPARATOR@
222PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@
223PCIACCESS_LIBS = @PCIACCESS_LIBS@
224PKG_CONFIG = @PKG_CONFIG@
225PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
226PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
227PREFIX_PATH = @PREFIX_PATH@
228PRESENT_CFLAGS = @PRESENT_CFLAGS@
229PRESENT_LIBS = @PRESENT_LIBS@
230RANLIB = @RANLIB@
231SED = @SED@
232SET_MAKE = @SET_MAKE@
233SHELL = @SHELL@
234STRICT_CFLAGS = @STRICT_CFLAGS@
235STRIP = @STRIP@
236TOOL_CURSOR_CFLAGS = @TOOL_CURSOR_CFLAGS@
237TOOL_CURSOR_LIBS = @TOOL_CURSOR_LIBS@
238UDEV_CFLAGS = @UDEV_CFLAGS@
239UDEV_LIBS = @UDEV_LIBS@
240VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
241VALGRIND_LIBS = @VALGRIND_LIBS@
242VERSION = @VERSION@
243X11_CFLAGS = @X11_CFLAGS@
244X11_DRI3_CFLAGS = @X11_DRI3_CFLAGS@
245X11_DRI3_LIBS = @X11_DRI3_LIBS@
246X11_LIBS = @X11_LIBS@
247X11_VM_CFLAGS = @X11_VM_CFLAGS@
248X11_VM_LIBS = @X11_VM_LIBS@
249XORG_CFLAGS = @XORG_CFLAGS@
250XORG_LIBS = @XORG_LIBS@
251XORG_MAN_PAGE = @XORG_MAN_PAGE@
252XVMCLIB_CFLAGS = @XVMCLIB_CFLAGS@
253XVMCLIB_LIBS = @XVMCLIB_LIBS@
254abs_builddir = @abs_builddir@
255abs_srcdir = @abs_srcdir@
256abs_top_builddir = @abs_top_builddir@
257abs_top_srcdir = @abs_top_srcdir@
258ac_ct_AR = @ac_ct_AR@
259ac_ct_CC = @ac_ct_CC@
260ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
261am__include = @am__include@
262am__leading_dot = @am__leading_dot@
263am__quote = @am__quote@
264am__tar = @am__tar@
265am__untar = @am__untar@
266bindir = @bindir@
267build = @build@
268build_alias = @build_alias@
269build_cpu = @build_cpu@
270build_os = @build_os@
271build_vendor = @build_vendor@
272builddir = @builddir@
273datadir = @datadir@
274datarootdir = @datarootdir@
275docdir = @docdir@
276dvidir = @dvidir@
277exec_prefix = @exec_prefix@
278host = @host@
279host_alias = @host_alias@
280host_cpu = @host_cpu@
281host_os = @host_os@
282host_vendor = @host_vendor@
283htmldir = @htmldir@
284includedir = @includedir@
285infodir = @infodir@
286install_sh = @install_sh@
287libdir = @libdir@
288libexecdir = @libexecdir@
289localedir = @localedir@
290localstatedir = @localstatedir@
291mandir = @mandir@
292mkdir_p = @mkdir_p@
293moduledir = @moduledir@
294oldincludedir = @oldincludedir@
295pdfdir = @pdfdir@
296prefix = @prefix@
297program_transform_name = @program_transform_name@
298psdir = @psdir@
299sbindir = @sbindir@
300sharedstatedir = @sharedstatedir@
301srcdir = @srcdir@
302sysconfdir = @sysconfdir@
303target_alias = @target_alias@
304top_build_prefix = @top_build_prefix@
305top_builddir = @top_builddir@
306top_srcdir = @top_srcdir@
307INTEL_G4I = addidct.g4i               \
308	    do_iq_intra.g4i           \
309	    do_iq_non_intra.g4i       \
310	    idct.g4i                  \
311	    iq_intra.g4i              \
312	    iq_non_intra.g4i          \
313	    motion_field_uv.g4i       \
314	    motion_field_y.g4i        \
315	    motion_frame_uv.g4i       \
316	    motion_frame_y.g4i        \
317	    read_field_x0y0_uv.g4i    \
318	    read_field_x0y1_uv.g4i    \
319	    read_field_x1y0_uv.g4i    \
320	    read_field_x1y1_uv.g4i    \
321	    read_field_x0y0_y.g4i     \
322	    read_field_x0y1_y.g4i     \
323	    read_field_x1y0_y.g4i     \
324	    read_field_x1y1_y.g4i     \
325	    read_frame_x0y0_uv.g4i    \
326	    read_frame_x0y1_uv.g4i    \
327	    read_frame_x1y0_uv.g4i    \
328	    read_frame_x1y1_uv.g4i    \
329	    read_frame_x0y0_y.g4i     \
330	    read_frame_x0y1_y.g4i     \
331	    read_frame_x1y0_y.g4i     \
332	    read_frame_x1y1_y.g4i
333
334INTEL_G4A = ipicture.g4a 	\
335	    lib.g4a		\
336	    frame_forward.g4a	\
337	    frame_backward.g4a	\
338	    frame_f_b.g4a	\
339	    field_forward.g4a	\
340	    field_backward.g4a	\
341	    field_f_b.g4a	
342
343INTEL_G4B = ipicture.g4b	\
344	    lib.g4b		\
345	    frame_forward.g4b	\
346	    frame_backward.g4b	\
347	    frame_f_b.g4b	\
348	    field_forward.g4b	\
349	    field_backward.g4b  \
350	    field_f_b.g4b
351
352INTEL_G4B_GEN5 = ipicture.g4b.gen5	\
353	    lib.g4b.gen5		\
354	    frame_forward.g4b.gen5	\
355	    frame_backward.g4b.gen5	\
356	    frame_f_b.g4b.gen5		\
357	    field_forward.g4b.gen5	\
358	    field_backward.g4b.gen5  	\
359	    field_f_b.g4b.gen5
360
361EXTRA_DIST = $(INTEL_G4I)	\
362	     $(INTEL_G4A)       \
363	     $(INTEL_G4B)    	\
364	     $(INTEL_G4B_GEN5)
365
366@HAVE_GEN4ASM_TRUE@SUFFIXES = .g4a .g4b
367@HAVE_GEN4ASM_TRUE@BUILT_SOURCES = $(INTEL_G4B)
368all: $(BUILT_SOURCES)
369	$(MAKE) $(AM_MAKEFLAGS) all-am
370
371.SUFFIXES:
372.SUFFIXES: .g4a .g4b
373$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
374	@for dep in $?; do \
375	  case '$(am__configure_deps)' in \
376	    *$$dep*) \
377	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
378	        && { if test -f $@; then exit 0; else break; fi; }; \
379	      exit 1;; \
380	  esac; \
381	done; \
382	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign xvmc/shader/vld/Makefile'; \
383	$(am__cd) $(top_srcdir) && \
384	  $(AUTOMAKE) --foreign xvmc/shader/vld/Makefile
385Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
386	@case '$?' in \
387	  *config.status*) \
388	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
389	  *) \
390	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
391	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
392	esac;
393
394$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
395	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
396
397$(top_srcdir)/configure:  $(am__configure_deps)
398	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
399$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
400	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
401$(am__aclocal_m4_deps):
402
403mostlyclean-libtool:
404	-rm -f *.lo
405
406clean-libtool:
407	-rm -rf .libs _libs
408tags TAGS:
409
410ctags CTAGS:
411
412cscope cscopelist:
413
414
415distdir: $(BUILT_SOURCES)
416	$(MAKE) $(AM_MAKEFLAGS) distdir-am
417
418distdir-am: $(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
448check-am: all-am
449check: $(BUILT_SOURCES)
450	$(MAKE) $(AM_MAKEFLAGS) check-am
451all-am: Makefile
452installdirs:
453install: $(BUILT_SOURCES)
454	$(MAKE) $(AM_MAKEFLAGS) install-am
455install-exec: install-exec-am
456install-data: install-data-am
457uninstall: uninstall-am
458
459install-am: all-am
460	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
461
462installcheck: installcheck-am
463install-strip:
464	if test -z '$(STRIP)'; then \
465	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
466	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
467	      install; \
468	else \
469	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
470	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
471	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
472	fi
473mostlyclean-generic:
474
475clean-generic:
476
477distclean-generic:
478	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
479	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
480
481maintainer-clean-generic:
482	@echo "This command is intended for maintainers to use"
483	@echo "it deletes files that may require special tools to rebuild."
484	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
485@HAVE_GEN4ASM_FALSE@clean-local:
486clean: clean-am
487
488clean-am: clean-generic clean-libtool clean-local mostlyclean-am
489
490distclean: distclean-am
491	-rm -f Makefile
492distclean-am: clean-am distclean-generic
493
494dvi: dvi-am
495
496dvi-am:
497
498html: html-am
499
500html-am:
501
502info: info-am
503
504info-am:
505
506install-data-am:
507
508install-dvi: install-dvi-am
509
510install-dvi-am:
511
512install-exec-am:
513
514install-html: install-html-am
515
516install-html-am:
517
518install-info: install-info-am
519
520install-info-am:
521
522install-man:
523
524install-pdf: install-pdf-am
525
526install-pdf-am:
527
528install-ps: install-ps-am
529
530install-ps-am:
531
532installcheck-am:
533
534maintainer-clean: maintainer-clean-am
535	-rm -f Makefile
536maintainer-clean-am: distclean-am maintainer-clean-generic
537
538mostlyclean: mostlyclean-am
539
540mostlyclean-am: mostlyclean-generic mostlyclean-libtool
541
542pdf: pdf-am
543
544pdf-am:
545
546ps: ps-am
547
548ps-am:
549
550uninstall-am:
551
552.MAKE: all check install install-am install-strip
553
554.PHONY: all all-am check check-am clean clean-generic clean-libtool \
555	clean-local cscopelist-am ctags-am distclean distclean-generic \
556	distclean-libtool distdir dvi dvi-am html html-am info info-am \
557	install install-am install-data install-data-am install-dvi \
558	install-dvi-am install-exec install-exec-am install-html \
559	install-html-am install-info install-info-am install-man \
560	install-pdf install-pdf-am install-ps install-ps-am \
561	install-strip installcheck installcheck-am installdirs \
562	maintainer-clean maintainer-clean-generic mostlyclean \
563	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
564	tags-am uninstall uninstall-am
565
566.PRECIOUS: Makefile
567
568@HAVE_GEN4ASM_TRUE@.g4a.g4b:
569@HAVE_GEN4ASM_TRUE@	$(AM_V_GEN)m4 $*.g4a > $*.g4m && @INTEL_GEN4ASM@ -o $@ $*.g4m && @INTEL_GEN4ASM@ -g 5 -o $@.gen5 $*.g4m && rm $*.g4m
570
571@HAVE_GEN4ASM_TRUE@$(INTEL_G4B): $(INTEL_GEN4ASM) $(INTEL_G4I)
572
573@HAVE_GEN4ASM_TRUE@clean-local:
574@HAVE_GEN4ASM_TRUE@	-rm -f $(INTEL_G4B)
575@HAVE_GEN4ASM_TRUE@	-rm -f $(INTEL_G4B_GEN5)
576
577# Tell versions [3.59,3.63) of GNU make to not export all variables.
578# Otherwise a system limit (for SysV at least) may be exceeded.
579.NOEXPORT:
580