2000-07-15 12:06:18 +00:00
|
|
|
filterdir = $(libdir)/gst
|
|
|
|
|
|
|
|
filter_LTLIBRARIES = libwinloader.la
|
|
|
|
|
2000-08-14 10:11:04 +00:00
|
|
|
libwinloader_la_SOURCES = driver.c elfdll.c ext.c externals.c module.c pe_image.c pe_resource.c registry.c resource.c stubs.s vfl.c afl.c
|
2000-07-15 12:06:18 +00:00
|
|
|
|
|
|
|
libwinloaderincludedir = $(includedir)/gst/libs/winloader.h
|
|
|
|
libwinloaderinclude_HEADERS =
|
|
|
|
|
|
|
|
noinst_HEADERS = externals.h
|
|
|
|
|
|
|
|
DEFINES=-rdynamic -fPIC -g -D__WINE__ -Ddbg_printf=__vprintf -DTRACE=__vprintf
|
|
|
|
CFLAGS += $(DEFINES)
|
|
|
|
|
|
|
|
INCLUDES = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir) -I$(top_srcdir)/include
|
|
|
|
LDADD = $(GLIB_LIBS) $(GTK_LIBS) $(top_srcdir)/gst/libgst.la
|