Mercurial > sdl-ios-xcode
comparison src/main/Makefile.am @ 221:50620ec9c86a
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 02 Nov 2001 18:12:52 +0000 |
parents | ba9e0fcc2ae2 |
children | db0cc6034336 |
comparison
equal
deleted
inserted
replaced
220:7861d904fb77 | 221:50620ec9c86a |
---|---|
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 SUBDIRS = macosx | |
8 | |
9 ARCH_SUBDIRS = $(srcdir)/beos \ | 7 ARCH_SUBDIRS = $(srcdir)/beos \ |
10 $(srcdir)/epoc \ | 8 $(srcdir)/epoc \ |
11 $(srcdir)/linux \ | 9 $(srcdir)/linux \ |
12 $(srcdir)/macos \ | 10 $(srcdir)/macos \ |
11 $(srcdir)/macosx \ | |
13 $(srcdir)/win32 | 12 $(srcdir)/win32 |
14 | 13 |
15 # Build a separate library containing the main() entry point. | 14 # Build a separate library containing the main() entry point. |
16 lib_LIBRARIES = libSDLmain.a | 15 lib_LIBRARIES = libSDLmain.a |
17 | 16 |