mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 16:15:28 +00:00
7f3171c814
is now tracking Gnome 2.6. svn path=/trunk/gtk-sharp/; revision=35479
38 lines
804 B
Makefile
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
|