2004-03-12 21:18:11 +00:00
|
|
|
lib_LTLIBRARIES = $(TARGET)
|
|
|
|
|
|
|
|
if ENABLE_GNOME
|
2004-10-29 20:33:07 +00:00
|
|
|
TARGET = libgnomesharpglue-2.0.la
|
2004-03-12 21:18:11 +00:00
|
|
|
else
|
|
|
|
TARGET =
|
|
|
|
endif
|
|
|
|
|
2004-10-29 20:33:07 +00:00
|
|
|
libgnomesharpglue_2_0_la_LDFLAGS = -module -avoid-version -no-undefined
|
2004-03-12 21:18:11 +00:00
|
|
|
|
2004-10-29 20:33:07 +00:00
|
|
|
libgnomesharpglue_2_0_la_SOURCES = \
|
2004-05-08 02:14:19 +00:00
|
|
|
canvas.c \
|
2004-03-12 21:18:11 +00:00
|
|
|
canvasitem.c \
|
|
|
|
canvaspoints.c \
|
|
|
|
canvas-proxy.c \
|
|
|
|
canvas-proxy.h \
|
|
|
|
canvas-proxy-marshal.c \
|
|
|
|
canvas-proxy-marshal.h \
|
|
|
|
program.c \
|
|
|
|
#
|
|
|
|
|
2004-10-29 20:33:07 +00:00
|
|
|
libgnomesharpglue_2_0_la_LIBADD = $(GNOME_LIBS)
|
2004-03-12 21:18:11 +00:00
|
|
|
|
2004-04-30 19:08:16 +00:00
|
|
|
INCLUDES = $(GNOME_CFLAGS) -I$(top_srcdir)
|
2004-03-12 21:18:11 +00:00
|
|
|
|
2004-10-29 20:33:07 +00:00
|
|
|
libgnomesharpglue.dll: $(libgnomesharpglue_2_0_la_OBJECTS) libgnomesharpglue.rc libgnomesharpglue.def
|
|
|
|
./build-dll libgnomesharpglue-2.0 $(VERSION)
|
2004-03-12 21:18:11 +00:00
|
|
|
|
|
|
|
CLEANFILES = lib*.a lib*.dll
|
|
|
|
|