Ryujinx-GtkSharp/gnome/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

31 lines
647 B
Makefile

lib_LTLIBRARIES = $(TARGET)
if ENABLE_GNOME
TARGET = libgnomesharpglue-2.0.la
else
TARGET =
endif
libgnomesharpglue_2_0_la_LDFLAGS = -module -avoid-version -no-undefined
libgnomesharpglue_2_0_la_SOURCES = \
canvas.c \
canvasitem.c \
canvaspoints.c \
canvas-proxy.c \
canvas-proxy.h \
canvas-proxy-marshal.c \
canvas-proxy-marshal.h \
program.c \
#
libgnomesharpglue_2_0_la_LIBADD = $(GNOME_LIBS)
INCLUDES = $(GNOME_CFLAGS) -I$(top_srcdir)
libgnomesharpglue.dll: $(libgnomesharpglue_2_0_la_OBJECTS) libgnomesharpglue.rc libgnomesharpglue.def
./build-dll libgnomesharpglue-2.0 $(VERSION)
CLEANFILES = lib*.a lib*.dll