FreeBSD Bugzilla – Attachment 13015 Details for
Bug 24926
Addition of Mesa-3.4 to ports
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Makefile.am
Makefile.am (text/plain; charset=us-ascii), 1.63 KB, created by
Andre Goeree
on 2001-02-11 11:25:40 UTC
(
hide
)
Description:
Makefile.am
Filename:
MIME Type:
Creator:
Andre Goeree
Created:
2001-02-11 11:25:40 UTC
Size:
1.63 KB
patch
obsolete
># Process this file with automake to produce Makefile.in >#AUTOMAKE_OPTIONS = no-dependencies ># src/X86/Makefile.am > > > >x86_files = \ >assyntax.h \ >common_x86.c \ >common_x86_asm.S \ >common_x86_asm.h \ >common_x86_features.h \ >glapi_x86.S \ >x86.c \ >x86.h \ >x86_cliptest.S \ >clip_args.h \ >x86_vertex.S \ >x86_xform_masked2.S \ >xform_args.h \ >x86_xform_masked3.S \ >x86_xform_masked4.S \ >x86_xform_raw2.S \ >x86_xform_raw3.S \ >x86_xform_raw4.S > >x3dnow_files = \ >3dnow.c \ >3dnow.h \ >3dnow_norm_raw.S \ >3dnow_xform_masked1.S \ >3dnow_xform_masked2.S \ >3dnow_xform_masked3.S \ >3dnow_xform_masked4.S \ >3dnow_xform_raw1.S \ >3dnow_xform_raw2.S \ >3dnow_xform_raw3.S \ >3dnow_xform_raw4.S \ >3dnow_vertex.S > >katmai_files = \ >katmai.c \ >katmai.h \ >katmai_norm_raw.S \ >katmai_xform_raw1.S \ >katmai_xform_masked1.S \ >katmai_xform_raw2.S \ >katmai_xform_masked2.S \ >katmai_xform_raw3.S \ >katmai_xform_masked3.S \ >katmai_xform_raw4.S \ >katmai_xform_masked4.S \ >katmai_vertex.S > >mmx_files = mmx.h mmx_blend.S > >if HAVE_3DNOW >x3dnow_sources = $(x3dnow_files) >CFLAGS_3DNOW = -DUSE_3DNOW_ASM >endif > >if HAVE_SSE >katmai_sources = $(katmai_files) >CFLAGS_KATMAI = -DUSE_KATMAI_ASM >endif > >if HAVE_MMX >mmx_sources = $(mmx_files) >CFLAGS_MMX = -DUSE_MMX_ASM >endif > >if HAVE_X86 ># Build a libtool convenience library. >noinst_LTLIBRARIES = libMesaX86.la >x86_sources = $(x86_files) >CFLAGS_X86 = -DUSE_X86_ASM >endif > >libMesaX86_la_SOURCES = $(x86_sources) $(mmx_sources) $(x3dnow_sources) \ > $(katmai_sources) > >INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src $(CFLAGS_X86) \ > $(CFLAGS_MMX) $(CFLAGS_3DNOW) $(CFLAGS_KATMAI) > >EXTRA_DIST = $(x3dnow_files) $(mmx_files) $(katmai_files) > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 24926
: 13015 |
13016
|
13017