Modules.am
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:0k
源码类别:

midi

开发平台:

Unix_Linux

  1. if HAVE_WIN32
  2. screen_extra = win32.c
  3. else
  4. if HAVE_BEOS
  5. screen_extra = beos.cpp
  6. else
  7. if HAVE_DARWIN
  8. screen_extra = mac.c
  9. endif
  10. endif
  11. endif
  12. SOURCES_screen = 
  13.         screen.c 
  14.         screen.h 
  15.         $(screen_extra) 
  16.         $(NULL)
  17. SOURCES_x11_screen = 
  18.         screen.c 
  19.         screen.h 
  20.         x11.c 
  21.         $(NULL)