X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fdrivers%2FMakefile.am;h=f8baa3cf92c4a23249827603eefbef32a426d74b;hb=a8890494001c9bac6a4ce67247d71383dde835f8;hp=22f54b7ad0cb283e900aefedf296419badddbafe;hpb=5816a471afc2e98968bb332cd96526c42d429285;p=mesa.git diff --git a/src/gallium/drivers/Makefile.am b/src/gallium/drivers/Makefile.am index 22f54b7ad0c..f8baa3cf92c 100644 --- a/src/gallium/drivers/Makefile.am +++ b/src/gallium/drivers/Makefile.am @@ -1,46 +1,7 @@ AUTOMAKE_OPTIONS = subdir-objects -AM_CPPFLAGS = \ - -I$(top_srcdir)/include \ - -I$(top_srcdir)/src/gallium/include \ - -I$(top_srcdir)/src/gallium/auxiliary \ - -I$(top_srcdir)/src/gallium/drivers \ - $(DEFINES) -AM_CFLAGS = $(VISIBILITY_CFLAGS) - -noinst_LTLIBRARIES = - -SUBDIRS = . trace rbug - -################################################################################ - -noinst_LTLIBRARIES += galahad/libgalahad.la - -galahad_libgalahad_la_SOURCES = \ - galahad/glhd_objects.c \ - galahad/glhd_context.c \ - galahad/glhd_screen.c - -################################################################################ - -noinst_LTLIBRARIES += identity/libidentity.la - -identity_libidentity_la_SOURCES = \ - identity/id_objects.c \ - identity/id_context.c \ - identity/id_screen.c - -################################################################################ - -# Meta-driver which combines whichever software rasterizers have been -# built into a single convenience library. - -noinst_LTLIBRARIES += noop/libnoop.la - -noop_libnoop_la_SOURCES = \ - noop/noop_pipe.c \ - noop/noop_state.c +SUBDIRS = . galahad identity noop trace rbug ################################################################################ @@ -86,7 +47,7 @@ endif if HAVE_GALLIUM_NOUVEAU -SUBDIRS += nouveau nv30 nv50 nvc0 +SUBDIRS += nouveau endif