view src/video/quartz/Makefile.am @ 1181:49d3efec6651

Quartz driver OpenGL updates: Driver can now open whatever library is specified in SDL_GL_LoadLibrary() call (previously, it ignored this parameter), and uses the default system library when NULL is specified. Also, library is loaded once in SDL_GL_LoadLibrary() and not every call to SDL_GL_GetProcAddress().
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 22 Nov 2005 08:21:39 +0000
parents c4965af1d0e0
children
line wrap: on
line source


## Makefile.am for SDL using the MacOS X Quartz video driver

noinst_LTLIBRARIES = libvideo_quartz.la
libvideo_quartz_la_SOURCES = $(QUARTZ_SRCS)

# The SDL MacOS X Quartz video driver sources
QUARTZ_SRCS = 			\
	CGS.h			\
	SDL_QuartzEvents.m	\
	SDL_QuartzGL.m		\
	SDL_QuartzKeys.h	\
	SDL_QuartzVideo.h	\
	SDL_QuartzVideo.m	\
	SDL_QuartzWindow.h	\
	SDL_QuartzWindow.m	\
	SDL_QuartzWM.m		\
	SDL_QuartzYUV.m