2002-04-25 09:17:54 +00:00
|
|
|
lib_LTLIBRARIES = libgtksharpglue.la
|
|
|
|
|
2003-07-09 03:59:28 +00:00
|
|
|
BASESOURCES = \
|
2002-08-11 22:48:00 +00:00
|
|
|
adjustment.c \
|
2003-07-09 03:59:28 +00:00
|
|
|
clipboard.c \
|
|
|
|
colorseldialog.c \
|
2002-10-19 05:53:37 +00:00
|
|
|
combo.c \
|
2002-07-11 13:18:36 +00:00
|
|
|
dialog.c \
|
2002-06-20 01:45:13 +00:00
|
|
|
error.c \
|
2002-06-26 Rachel Hestilow <hestilow@ximian.com>
* configure.in, makefile, makefile.win32: add gnome.
* doc/index.html, netdoc.xsl: Add gnome.
* gdk/Event.cs: New manual wrap for GdkEvent.
* generator/ClassBase.cs: Add methods GetProperty,
GetPropertyRecursively, GetMethodRecursively.
Move Parent property here from ObjectGen.cs. Pass this pointer
into Property.
* generator/Ctor.cs: Generate docs.
* generator/Method.cs, Property.cs: Tag method as "new" if a
Method/Property with the same name is found in the class hierarchy.
* generator/SignalHandler.cs: Correctly wrap complex signal argument
types. Add gnome directory.
* generator/SymbolTable.cs: Add manually wrapped types hash
(contains GLib.GSList and Gdk.Event). Add method IsManuallyWrapped.
* glib/SList.cs: Add constructor from IntPtr.
* glue/slist.c, glue/event.c: Added (field accessor glue).
* glue/Makefile.am: Update.
* parser/Gtk.metadata: Add new signal renames for new signals
exposed by GdkEvent changes.
* parser/README, parser/build.pl: Add libgnome, libgnomecanvas,
libgnomeui.
* parser/gapi2xml.pl: Handle literal-length array parameters,
and NULL property doc strings.
* sample/: Add new test GnomeHelloWorld.cs.
* gnome/: Added.
* parser/Gnome.metadata: Added.
svn path=/trunk/gtk-sharp/; revision=5461
2002-06-26 08:36:05 +00:00
|
|
|
event.c \
|
2003-07-09 03:59:28 +00:00
|
|
|
fileselection.c \
|
|
|
|
layout.c \
|
|
|
|
list.c \
|
2002-09-04 05:25:58 +00:00
|
|
|
object.c \
|
2002-08-03 22:24:37 +00:00
|
|
|
paned.c \
|
2003-07-12 04:09:00 +00:00
|
|
|
selection.c \
|
2003-07-09 03:59:28 +00:00
|
|
|
slist.c \
|
2002-08-03 22:24:37 +00:00
|
|
|
style.c \
|
2002-08-08 04:48:41 +00:00
|
|
|
type.c \
|
2003-07-09 03:59:28 +00:00
|
|
|
value.c \
|
|
|
|
widget.c
|
|
|
|
|
2002-04-25 09:17:54 +00:00
|
|
|
|
2002-08-12 19:14:44 +00:00
|
|
|
GNOMESOURCES = \
|
|
|
|
canvasitem.c \
|
|
|
|
canvaspoints.c \
|
2002-08-19 Rachel Hestilow <hestilow@ximian.com>
* art/Makefile.in (clean): Change to avoid bugging out on generated/CVS.
* glib/ObjectManager.cs: Added. Used to be auto-generated, but
now it can infer names, and relies on per-namespace ObjectManager
classes to inform it of oddly-named classes.
* generator/IGeneratable.cs, GenBase.cs: New "DoGenerate" property.
* generator/*Gen.cs: Honor DoGenerate.
* generator/CodeGenerator.cs: Support including dependency files
which will not be generated.
* generator/ObjectGen.cs: Generate mapping file per-namespace, as one
that calls back to the one in glib. Only generate if the name does
not follow the normal conventions, otherwise, GtkSharp.ObjectManager
can infer the name.
* generator/Parser.cs: Accept 'generate' flag to pass on to the
IGeneratables. Parse a new toplevel element, "symbol", which adds
a type to the SymbolTable (instead of hard-coding it).
* generator/SignalHandler.cs: Do not optimize signal handler creation,
instead creating them in their own namespaces. Do not generate
if the calling Signal told us not to.
* generator/Signal.cs: Do not generate handlers if container's DoGenerate
is false. Adjust to the marshaller name being in a sub-namespace.
* generator/SymbolTable.cs (AddSimpleType, AddManualType): Used
to add simple and manually wrapped types at runtime instead of
compile-time.
(FromNative): Remove hard-coded cases for manually wrapped types, use
a generic case instead.
* api: Added. Move api files and generation targets here.
* source: Added. Move source parsing here.
* generator/makefile: Move actual generation to api/.
* glib/Makefile.in: Remove generated/* target.
* glue/Makefile.am: Fix to include canvas-marshal. Move canvas stuff
to GNOME target.
* gnome/CanvasProxy.cs: Update to work with SignalHandlers being
namespace-specific.
* parser/Metadata.pm: Moved to GAPI/Metadata.pm, renamed, etc.
* parser/gapi2xml.pl: Use GAPI::Metadata.
* parser/makefile: Install scripts, remove source parse build target.
Rename formatXML to gapi_format_xml.
svn path=/trunk/gtk-sharp/; revision=6818
2002-08-20 19:56:18 +00:00
|
|
|
canvas-proxy.c \
|
|
|
|
canvas-proxy.h \
|
|
|
|
canvas-proxy-marshal.c \
|
|
|
|
canvas-proxy-marshal.h \
|
2002-08-23 22:14:38 +00:00
|
|
|
program.c \
|
|
|
|
#
|
2002-08-12 19:14:44 +00:00
|
|
|
|
2002-12-22 05:08:52 +00:00
|
|
|
libgtksharpglue_la_LDFLAGS = -module -avoid-version
|
|
|
|
|
2002-08-12 19:14:44 +00:00
|
|
|
# fixme: Makefile.am = THE SUCK
|
2002-07-06 00:51:45 +00:00
|
|
|
if ENABLE_GNOME
|
2002-08-12 19:14:44 +00:00
|
|
|
|
|
|
|
if ENABLE_GLADE
|
2002-07-06 00:51:45 +00:00
|
|
|
libgtksharpglue_la_SOURCES = \
|
2002-07-08 14:52:20 +00:00
|
|
|
$(BASESOURCES) \
|
2002-08-12 19:14:44 +00:00
|
|
|
$(GNOMESOURCES) \
|
2002-08-23 22:14:38 +00:00
|
|
|
gladexml.c \
|
2002-07-06 00:51:45 +00:00
|
|
|
#
|
|
|
|
else
|
2002-08-12 19:14:44 +00:00
|
|
|
libgtksharpglue_la_SOURCES = \
|
|
|
|
$(BASESOURCES) \
|
|
|
|
$(GNOMESOURCES) \
|
|
|
|
#
|
|
|
|
endif
|
|
|
|
|
|
|
|
else
|
|
|
|
|
|
|
|
if ENABLE_GLADE
|
|
|
|
libgtksharpglue_la_SOURCES = \
|
|
|
|
$(BASESOURCES) \
|
2002-08-23 22:14:38 +00:00
|
|
|
gladexml.c \
|
|
|
|
#
|
2002-08-12 19:14:44 +00:00
|
|
|
else
|
2002-07-06 00:51:45 +00:00
|
|
|
libgtksharpglue_la_SOURCES = \
|
2002-07-08 14:52:20 +00:00
|
|
|
$(BASESOURCES)
|
2002-07-06 00:51:45 +00:00
|
|
|
endif
|
|
|
|
|
2002-08-12 19:14:44 +00:00
|
|
|
endif
|
|
|
|
|
2003-03-01 23:04:36 +00:00
|
|
|
libgtksharpglue_la_LIBADD = $(BASE_DEPENDENCIES_LIBS)
|
2003-02-07 20:01:22 +00:00
|
|
|
|
2002-07-06 00:51:45 +00:00
|
|
|
INCLUDES = @BASE_DEPENDENCIES_CFLAGS@ -I$(top_srcdir)
|
|
|
|
|
|
|
|
|
2002-04-25 09:17:54 +00:00
|
|
|
libgtksharpglue.dll: $(libgtksharpglue_la_OBJECTS) libgtksharpglue.rc libgtksharpglue.def
|
|
|
|
./build-dll libgtksharpglue 0.1
|
|
|
|
|
|
|
|
CLEANFILES = lib*.a lib*.dll
|
|
|
|
|