Ryujinx-GtkSharp/gtk/glue/Makefile.am
Mike Kestner 7f3171c814 merge to HEAD of jeroen and friends' work on the 2-4 branch. HEAD
is now tracking Gnome 2.6.

svn path=/trunk/gtk-sharp/; revision=35479
2004-10-29 20:33:07 +00:00

38 lines
804 B
Makefile

lib_LTLIBRARIES = libgtksharpglue-2.0.la
libgtksharpglue_2_0_la_SOURCES = \
adjustment.c \
button.c \
cellrenderer.c \
clipboard.c \
colorseldialog.c \
combo.c \
container.c \
dialog.c \
fileselection.c \
inputdialog.c \
layout.c \
nodestore.c \
object.c \
paned.c \
selectiondata.c \
style.c \
vmglueheaders.h \
widget.c
# Adding a new glue file?
# Please remember to update makefile.win32
libgtksharpglue_2_0_la_LDFLAGS = -module -avoid-version -no-undefined
libgtksharpglue_2_0_la_LIBADD = $(GTK_LIBS)
INCLUDES = $(GTK_CFLAGS) -I$(top_srcdir)
libgtksharpglue.dll: $(libgtksharpglue_2_0_la_OBJECTS) libgtksharpglue.rc libgtksharpglue.def
./build-dll libgtksharpglue-2.0 $(VERSION)
CLEANFILES = lib*.a lib*.dll
EXTRA_DIST = makefile.win32 win32dll.c