Add #ifdefs needed to compile Gallium on Solaris with gcc or Sun cc
[mesa.git] / src / gallium / drivers / failover / Makefile
index 14389bd0551f44e86e4d36f3bf95d9dc49725741..dfb7f5dcf602e52d3c99bee6c84457c2c4453484 100644 (file)
@@ -1,21 +1,11 @@
-
 TOP = ../../../..
 include $(TOP)/configs/current
 
 LIBNAME = failover
 
-DRIVER_SOURCES = \
+C_SOURCES = \
        fo_state.c \
        fo_state_emit.c \
        fo_context.c 
 
-C_SOURCES = \
-       $(COMMON_SOURCES) \
-       $(DRIVER_SOURCES)
-
-ASM_SOURCES = 
-
 include ../../Makefile.template
-
-symlinks:
-