Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
155:2d162219f433 | 156:7064032cbe77 |
---|---|
4 noinst_LTLIBRARIES = libvideo_quartz.la | 4 noinst_LTLIBRARIES = libvideo_quartz.la |
5 libvideo_quartz_la_SOURCES = $(QUARTZ_SRCS) | 5 libvideo_quartz_la_SOURCES = $(QUARTZ_SRCS) |
6 | 6 |
7 # The SDL MacOS X Quartz video driver sources | 7 # The SDL MacOS X Quartz video driver sources |
8 QUARTZ_SRCS = \ | 8 QUARTZ_SRCS = \ |
9 SDL_QuartzEvents.m \ | |
10 SDL_QuartzKeys.h \ | 9 SDL_QuartzKeys.h \ |
11 SDL_QuartzVideo.h \ | 10 SDL_QuartzVideo.h \ |
12 SDL_QuartzVideo.m \ | 11 SDL_QuartzVideo.m |
12 | |
13 # These files are included by SDL_QuartzVideo.m (is that right??) | |
14 EXTRA_DIST = \ | |
15 SDL_QuartzEvents.m \ | |
13 SDL_QuartzWM.m \ | 16 SDL_QuartzWM.m \ |
14 SDL_QuartzWindow.m | 17 SDL_QuartzWindow.m |