Merge commit 'origin/gallium-0.1' into gallium-0.2
authorKeith Whitwell <keith@tungstengraphics.com>
Fri, 12 Sep 2008 09:31:23 +0000 (10:31 +0100)
committerKeith Whitwell <keith@tungstengraphics.com>
Fri, 12 Sep 2008 09:31:23 +0000 (10:31 +0100)
Conflicts:

progs/fp/Makefile

1  2 
progs/fp/Makefile
src/egl/drivers/dri/Makefile

index 2089fc5cb3c92cc1637b8d641b2164082bd42005,65b2cc118af965661a5840764741cdc9ad32f2b9..ab43cde4f3a638a35e44d9be7060e88cf1d39168
@@@ -40,13 -40,13 +40,13 @@@ UTIL_FILES = readtex.h readtex.
  .SUFFIXES: .c
  
  .c:
-       $(CC) $(INCLUDES) $(CFLAGS) $(LDFLAGS) $< $(LIBS) -o $@
 -      $(APP_CC) $(INCLUDES) $(CFLAGS) $< $(LIBS) -o $@
++      $(APP_CC) $(INCLUDES) $(CFLAGS) $(LDFLAGS) $< $(LIBS) -o $@
  
  .c.o:
-       $(CC) -c $(INCLUDES) $(CFLAGS) $(DEFINES) $< -o $@
+       $(APP_CC) -c $(INCLUDES) $(CFLAGS) $(DEFINES) $< -o $@
  
  .S.o:
-       $(CC) -c $(INCLUDES) $(CFLAGS) $(DEFINES)  $< -o $@
+       $(APP_CC) -c $(INCLUDES) $(CFLAGS) $(DEFINES)  $< -o $@
  
  
  ##### TARGETS #####
@@@ -67,19 -67,19 +67,27 @@@ getproclist.h: $(TOP)/src/mesa/glapi/gl
  
  
  texrect: texrect.o readtex.o
++<<<<<<< HEAD:progs/fp/Makefile
 +      $(CC) $(CFLAGS) $(LDFLAGS) texrect.o readtex.o $(LIBS) -o $@
++=======
+       $(APP_CC) texrect.o readtex.o $(LIBS) -o $@
++>>>>>>> origin/gallium-0.1:progs/fp/Makefile
  
  texrect.o: texrect.c readtex.h
-       $(CC) -c $(INCLUDES) $(CFLAGS) $(DEFINES) $< -o $@
+       $(APP_CC) -c $(INCLUDES) $(CFLAGS) $(DEFINES) $< -o $@
  
  invert: invert.o readtex.o
++<<<<<<< HEAD:progs/fp/Makefile
 +      $(CC) $(CFLAGS) $(LDFLAGS) invert.o readtex.o $(LIBS) -o $@
++=======
+       $(APP_CC) invert.o readtex.o $(LIBS) -o $@
++>>>>>>> origin/gallium-0.1:progs/fp/Makefile
  
  invert.o: invert.c readtex.h
-       $(CC) -c $(INCLUDES) $(CFLAGS) $(DEFINES) $< -o $@
+       $(APP_CC) -c $(INCLUDES) $(CFLAGS) $(DEFINES) $< -o $@
  
  readtex.o: readtex.c
-       $(CC) -c $(INCLUDES) $(CFLAGS) $(DEFINES) $< -o $@
+       $(APP_CC) -c $(INCLUDES) $(CFLAGS) $(DEFINES) $< -o $@
  
  
  readtex.h: $(TOP)/progs/util/readtex.h
Simple merge