Ryujinx-GtkSharp/gnome/glue/Makefile.am
Mike Kestner 14e3877005 2004-04-30 Mike Kestner <mkestner@ximian.com>
* configure.in : remove BASE_DEPENDENCIES LIBS and CFLAGS and
	expose more specific versions for glue building.
	* */glue/Makefile.am : use more specific versions of LIBS and CFLAGS
	to reduce the ldd footprint.

svn path=/trunk/gtk-sharp/; revision=26438
2004-04-30 19:08:16 +00:00

30 lines
595 B
Makefile

lib_LTLIBRARIES = $(TARGET)
if ENABLE_GNOME
TARGET = libgnomesharpglue.la
else
TARGET =
endif
libgnomesharpglue_la_LDFLAGS = -module -avoid-version
libgnomesharpglue_la_SOURCES = \
canvasitem.c \
canvaspoints.c \
canvas-proxy.c \
canvas-proxy.h \
canvas-proxy-marshal.c \
canvas-proxy-marshal.h \
program.c \
#
libgnomesharpglue_la_LIBADD = $(GNOME_LIBS)
INCLUDES = $(GNOME_CFLAGS) -I$(top_srcdir)
libgnomesharpglue.dll: $(libgnomesharpglue_la_OBJECTS) libgnomesharpglue.rc libgnomesharpglue.def
./build-dll libgnomesharpglue $(VERSION)
CLEANFILES = lib*.a lib*.dll