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

midi

开发平台:

Unix_Linux

  1. # Makefile to build MPlayer's DLL loader
  2. # from VLC trunk
  3. #
  4. # by Rémi Denis-Courmont <rem # videolan.org>
  5. # $Id$
  6. #
  7. # All other files in this directory (and subdirectories) are copyrighted
  8. # by their respective owner(s).
  9. #
  10. noinst_LTLIBRARIES = libloader.la
  11. # TODO: real check for vsscanf() and <sys/mmap.h>
  12. AM_CPPFLAGS = -D__WINE__ -DHAVE_SYS_MMAN_H=1 -DHAVE_VSSCANF=1 
  13. -DWIN32_PATH="" -DTRACE(...)=(void)0
  14. AM_CFLAGS = -fno-PIC `$(top_builddir)/vlc-config --cflags` -U_FILE_OFFSET_BITS 
  15. -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer
  16. noinst_HEADERS = com.h driver.h ext.h ldt_keeper.h loader.h registry.h 
  17. win32.h wineacm.h wrapper.h qtx/qtxsdk/components.h 
  18. wine/avifmt.h wine/basetsd.h wine/debugtools.h wine/driver.h 
  19. wine/heap.h wine/mmreg.h wine/module.h wine/msacmdrv.h wine/msacm.h 
  20. wine/pe_image.h wine/poppack.h wine/pshpack1.h wine/pshpack2.h 
  21. wine/vfw.h wine/winbase.h wine/windef.h wine/winerror.h 
  22. wine/winestring.h wine/winnt.h wine/winreg.h wine/winuser.h
  23. libloader_la_SOURCES = ldt_keeper.c pe_image.c module.c ext.c win32.c 
  24. driver.c pe_resource.c resource.c registry.c afl.c vfl.c 
  25. wrapper.S stubs.s kludge.c
  26. libloader_la_LIBADD = -lpthread