2004-12-07 19:03:55 +00:00
|
|
|
lib_LTLIBRARIES = libpangosharpglue-2.la
|
2004-06-07 18:59:16 +00:00
|
|
|
|
2004-12-07 19:03:55 +00:00
|
|
|
libpangosharpglue_2_la_SOURCES = \
|
2004-06-07 18:59:16 +00:00
|
|
|
layoutline.c
|
|
|
|
|
|
|
|
# Adding a new glue file?
|
|
|
|
# Please remember to update makefile.win32
|
|
|
|
|
2004-12-07 19:03:55 +00:00
|
|
|
libpangosharpglue_2_la_LDFLAGS = -module -avoid-version -no-undefined
|
2004-06-07 18:59:16 +00:00
|
|
|
|
2004-12-07 19:03:55 +00:00
|
|
|
libpangosharpglue_2_la_LIBADD = $(PANGO_LIBS)
|
2004-06-07 18:59:16 +00:00
|
|
|
|
|
|
|
INCLUDES = $(PANGO_CFLAGS) -I$(top_srcdir)
|
|
|
|
|
2004-12-07 19:03:55 +00:00
|
|
|
libpangosharpglue.dll: $(libpangosharpglue_2_la_OBJECTS) libpangosharpglue.rc libpangosharpglue.def
|
|
|
|
./build-dll libpangosharpglue-2 $(VERSION)
|
2004-06-07 18:59:16 +00:00
|
|
|
|
|
|
|
CLEANFILES = lib*.a lib*.dll
|
|
|
|
|
|
|
|
EXTRA_DIST = makefile.win32 win32dll.c
|