Makefile.am
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:1k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. ## Makefile.am for the main SDL library
  2. # These are the subdirectories that are always built
  3. CORE_SUBDIRS =
  4. main
  5. # These are the subdirectories which may be built
  6. EXTRA_SUBDIRS =
  7.  audio video events joystick cdrom thread timer endian file hermes
  8. # These are the subdirectories which will be built now
  9. SUBDIRS = $(CORE_SUBDIRS) @SDL_EXTRADIRS@
  10. # These are the subdirectories which will be distributed with "make dist"
  11. DIST_SUBDIRS = $(CORE_SUBDIRS) $(EXTRA_SUBDIRS)
  12. # The SDL library target
  13. lib_LTLIBRARIES = libSDL.la
  14. libSDL_la_SOURCES = $(GENERAL_SRCS)
  15. libSDL_la_LDFLAGS = 
  16.         -release $(LT_RELEASE)
  17. -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
  18. libSDL_la_LIBADD =
  19. main/libarch.la
  20. @SDL_EXTRALIBS@
  21. @SYSTEM_LIBS@
  22. libSDL_la_DEPENDENCIES =
  23. main/libarch.la
  24. @SDL_EXTRALIBS@
  25. # The SDL library sources
  26. GENERAL_SRCS = 
  27. SDL.c
  28. SDL_error.c
  29. SDL_error_c.h
  30. SDL_fatal.c
  31. SDL_fatal.h
  32. SDL_getenv.c
  33. SDL_loadso.c
  34. SDL_loadso.h