Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | RSS feed

  1. EXTRA_DIST = RELEASE_NOTES
  2.  
  3. noinst_LTLIBRARIES = libappleglx.la
  4.  
  5. AM_CFLAGS = \
  6.         -I$(top_srcdir)/src \
  7.         -I$(top_srcdir)/include \
  8.         -I$(top_srcdir)/src/glx \
  9.         -I$(top_srcdir)/src/mesa \
  10.         -I$(top_builddir)/src/mesa \
  11.         -I$(top_srcdir)/src/mapi \
  12.         -I$(top_srcdir)/src/mapi/glapi \
  13.         -I$(top_builddir)/src/mapi/glapi \
  14.         $(VISIBILITY_CFLAGS) \
  15.         $(SHARED_GLAPI_CFLAGS) \
  16.         $(DEFINES) \
  17.         $(X11_INCLUDES)
  18.  
  19. libappleglx_la_SOURCES = \
  20.         apple_cgl.c \
  21.         apple_cgl.h \
  22.         appledri.c \
  23.         appledri.h \
  24.         appledristr.h \
  25.         apple_glapi.c \
  26.         apple_glx.c \
  27.         apple_glx_context.c \
  28.         apple_glx_context.h \
  29.         apple_glx_drawable.c \
  30.         apple_glx_drawable.h \
  31.         apple_glx.h \
  32.         apple_glx_log.c \
  33.         apple_glx_log.h \
  34.         apple_glx_pbuffer.c \
  35.         apple_glx_pixmap.c \
  36.         apple_glx_surface.c \
  37.         apple_visual.c \
  38.         apple_visual.h \
  39.         apple_xgl_api.h \
  40.         apple_xgl_api_read.c \
  41.         apple_xgl_api_stereo.c \
  42.         apple_xgl_api_viewport.c \
  43.         glx_empty.c
  44.  
  45. libappleglx_la_LDFLAGS = -lXplugin -framework ApplicationServices -framework CoreFoundation
  46.