annotate src/video/quartz/Makefile.am @ 156:7064032cbe77

Is this right??
author Sam Lantinga <slouken@libsdl.org>
date Mon, 20 Aug 2001 00:10:35 +0000
parents 45b1c4303f87
children e92aa316c517
rev   line source
47
45b1c4303f87 Added initial support for Quartz video (thanks Darrell!)
Sam Lantinga <slouken@lokigames.com>
parents:
diff changeset
1
45b1c4303f87 Added initial support for Quartz video (thanks Darrell!)
Sam Lantinga <slouken@lokigames.com>
parents:
diff changeset
2 ## Makefile.am for SDL using the MacOS X Quartz video driver
45b1c4303f87 Added initial support for Quartz video (thanks Darrell!)
Sam Lantinga <slouken@lokigames.com>
parents:
diff changeset
3
45b1c4303f87 Added initial support for Quartz video (thanks Darrell!)
Sam Lantinga <slouken@lokigames.com>
parents:
diff changeset
4 noinst_LTLIBRARIES = libvideo_quartz.la
45b1c4303f87 Added initial support for Quartz video (thanks Darrell!)
Sam Lantinga <slouken@lokigames.com>
parents:
diff changeset
5 libvideo_quartz_la_SOURCES = $(QUARTZ_SRCS)
45b1c4303f87 Added initial support for Quartz video (thanks Darrell!)
Sam Lantinga <slouken@lokigames.com>
parents:
diff changeset
6
45b1c4303f87 Added initial support for Quartz video (thanks Darrell!)
Sam Lantinga <slouken@lokigames.com>
parents:
diff changeset
7 # The SDL MacOS X Quartz video driver sources
45b1c4303f87 Added initial support for Quartz video (thanks Darrell!)
Sam Lantinga <slouken@lokigames.com>
parents:
diff changeset
8 QUARTZ_SRCS = \
45b1c4303f87 Added initial support for Quartz video (thanks Darrell!)
Sam Lantinga <slouken@lokigames.com>
parents:
diff changeset
9 SDL_QuartzKeys.h \
45b1c4303f87 Added initial support for Quartz video (thanks Darrell!)
Sam Lantinga <slouken@lokigames.com>
parents:
diff changeset
10 SDL_QuartzVideo.h \
156
7064032cbe77 Is this right??
Sam Lantinga <slouken@libsdl.org>
parents: 47
diff changeset
11 SDL_QuartzVideo.m
7064032cbe77 Is this right??
Sam Lantinga <slouken@libsdl.org>
parents: 47
diff changeset
12
7064032cbe77 Is this right??
Sam Lantinga <slouken@libsdl.org>
parents: 47
diff changeset
13 # These files are included by SDL_QuartzVideo.m (is that right??)
7064032cbe77 Is this right??
Sam Lantinga <slouken@libsdl.org>
parents: 47
diff changeset
14 EXTRA_DIST = \
7064032cbe77 Is this right??
Sam Lantinga <slouken@libsdl.org>
parents: 47
diff changeset
15 SDL_QuartzEvents.m \
47
45b1c4303f87 Added initial support for Quartz video (thanks Darrell!)
Sam Lantinga <slouken@lokigames.com>
parents:
diff changeset
16 SDL_QuartzWM.m \
45b1c4303f87 Added initial support for Quartz video (thanks Darrell!)
Sam Lantinga <slouken@lokigames.com>
parents:
diff changeset
17 SDL_QuartzWindow.m