Mercurial > sdl-ios-xcode
comparison src/main/Makefile.am @ 141:218325a2653f
Include MacOS X in the distribution
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 09 Aug 2001 06:05:55 +0000 |
parents | 69ee0b88b615 |
children | 4382c38dfbee |
comparison
equal
deleted
inserted
replaced
140:3c35d8f160bd | 141:218325a2653f |
---|---|
2 ## Makefile.am for the main() function in the SDL library | 2 ## Makefile.am for the main() function in the SDL library |
3 # | 3 # |
4 # This is necessary because some platforms have special program | 4 # This is necessary because some platforms have special program |
5 # entry points, which require special application initialization. | 5 # entry points, which require special application initialization. |
6 | 6 |
7 ARCH_SUBDIRS = $(srcdir)/beos $(srcdir)/linux $(srcdir)/macos \ | 7 ARCH_SUBDIRS = $(srcdir)/beos $(srcdir)/linux \ |
8 $(srcdir)/win32 | 8 $(srcdir)/macos $(srcdir)/macosx $(srcdir)/win32 |
9 | 9 |
10 # Build a separate library containing the main() entry point. | 10 # Build a separate library containing the main() entry point. |
11 lib_LIBRARIES = libSDLmain.a | 11 lib_LIBRARIES = libSDLmain.a |
12 | 12 |
13 MAINLIB_ARCH_SRCS = SDL_main.c | 13 MAINLIB_ARCH_SRCS = SDL_main.c |