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