File: Makefile.am

package info (click to toggle)
vlc 1.1.3-1squeeze6
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 134,496 kB
  • ctags: 53,762
  • sloc: ansic: 341,893; cpp: 80,372; objc: 23,171; sh: 12,102; makefile: 5,035; xml: 1,351; asm: 524; python: 257; perl: 76; sed: 16
file content (32 lines) | stat: -rw-r--r-- 1,202 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32

# Makefile to build MPlayer's DLL loader
# from VLC trunk
#
# by Rémi Denis-Courmont <rem # videolan.org>
# $Id$
#
# All other files in this directory (and subdirectories) are copyrighted
# by their respective owner(s).
#

noinst_LTLIBRARIES = libloader.la

# TODO: real check for vsscanf() and <sys/mmap.h>
AM_CPPFLAGS = -D__WINE__ -DHAVE_SYS_MMAN_H=1 -DHAVE_VSSCANF=1 \
	-DWIN32_PATH=\"\" -DTRACE\(...\)=\(void\)0
AM_CFLAGS = -fno-PIC `$(top_builddir)/vlc-config --cflags libs` -U_FILE_OFFSET_BITS \
	-fno-omit-frame-pointer -mno-omit-leaf-frame-pointer

noinst_HEADERS = com.h driver.h ext.h ldt_keeper.h loader.h registry.h \
	win32.h wineacm.h wrapper.h qtx/qtxsdk/components.h \
	wine/avifmt.h wine/basetsd.h wine/debugtools.h wine/driver.h \
	wine/heap.h wine/mmreg.h wine/module.h wine/msacmdrv.h wine/msacm.h \
	wine/pe_image.h wine/poppack.h wine/pshpack1.h wine/pshpack2.h \
	wine/vfw.h wine/winbase.h wine/windef.h wine/winerror.h \
	wine/winestring.h wine/winnt.h wine/winreg.h wine/winuser.h

libloader_la_SOURCES = ldt_keeper.c pe_image.c module.c ext.c win32.c \
	driver.c pe_resource.c resource.c registry.c afl.c vfl.c \
	wrapper.S stubs.s kludge.c
libloader_la_LIBADD = -lpthread