Mercurial > sdl-ios-xcode
comparison src/main/Makefile.am @ 138:69ee0b88b615
Applied Paul Jenner's patches to fix "make distcheck" and "make rpm"
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 09 Aug 2001 05:31:32 +0000 |
parents | 74212992fb08 |
children | 218325a2653f |
comparison
equal
deleted
inserted
replaced
137:4738ea544d7a | 138:69ee0b88b615 |
---|---|
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 = beos linux macos win32 | 7 ARCH_SUBDIRS = $(srcdir)/beos $(srcdir)/linux $(srcdir)/macos \ |
8 $(srcdir)/win32 | |
8 | 9 |
9 # Build a separate library containing the main() entry point. | 10 # Build a separate library containing the main() entry point. |
10 lib_LIBRARIES = libSDLmain.a | 11 lib_LIBRARIES = libSDLmain.a |
11 | 12 |
12 MAINLIB_ARCH_SRCS = SDL_main.c | 13 MAINLIB_ARCH_SRCS = SDL_main.c |