[Xquartz-changes] [146] AppleSGLX/trunk/Makefile

source_changes at macosforge.org source_changes at macosforge.org
Mon Feb 16 14:44:20 PST 2009


Revision: 146
          http://trac.macosforge.org/projects/xquartz/changeset/146
Author:   gstaplin at apple.com
Date:     2009-02-16 14:44:20 -0800 (Mon, 16 Feb 2009)
Log Message:
-----------
build the apple_glx_pixmap code

Modified Paths:
--------------
    AppleSGLX/trunk/Makefile

Modified: AppleSGLX/trunk/Makefile
===================================================================
--- AppleSGLX/trunk/Makefile	2009-02-16 22:43:52 UTC (rev 145)
+++ AppleSGLX/trunk/Makefile	2009-02-16 22:44:20 UTC (rev 146)
@@ -22,7 +22,8 @@
 OBJECTS=glxext.o glxcmds.o glx_pbuffer.o glx_query.o glxcurrent.o glxextensions.o \
     appledri.o apple_glx_context.o apple_glx.o pixel.o \
     compsize.o apple_visual.o apple_cgl.o glxreply.o glcontextmodes.o \
-    apple_xgl_api.o apple_glx_drawable.o xfont.o apple_glx_pbuffer.o
+    apple_xgl_api.o apple_glx_drawable.o xfont.o apple_glx_pbuffer.o \
+    apple_glx_pixmap.o
 
 #This target is used for the tests.
 
@@ -35,7 +36,7 @@
 libGL.1.2.dylib: $(OBJECTS)
 	$(CC) $(GL_CFLAGS) -o libGL.1.2.dylib -dynamiclib -install_name $(INSTALL_DIR)/lib/libGL.1.2.dylib -compatibility_version 1.2 -current_version 1.2 -lXplugin -framework ApplicationServices -framework CoreFoundation $(GL_LDFLAGS) -lXext -lX11 -Wl,-exported_symbols_list,exports.list $(OBJECTS)
 
-apple_glx_drawable.o: apple_glx_drawable.h apple_glx_drawable.c
+apple_glx_drawable.o: apple_glx_drawable.h apple_glx_drawable.c apple_glx_pixmap.h apple_glx_pbuffer.h
 	$(COMPILE) apple_glx_drawable.c
 
 apple_xgl_api.o: apple_xgl_api.h apple_xgl_api.c
@@ -89,6 +90,9 @@
 apple_glx_pbuffer.o: apple_glx_pbuffer.h apple_glx_pbuffer.c
 	$(COMPILE) apple_glx_pbuffer.c
 
+apple_glx_pixmap.o: apple_glx_pixmap.h apple_glx_pixmap.c
+	$(COMPILE) apple_glx_pixmap.c
+
 xfont.o: xfont.c glxclient.h
 	$(COMPILE) xfont.c
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/xquartz-changes/attachments/20090216/ecd39b6a/attachment-0001.html>


More information about the Xquartz-changes mailing list