abaf1ce343
* generator/ImportSignature.cs : fix native delegate namespacing hack. * gnomevfs/gnome-vfs-api.raw : regen. * gnomevfs/Gnomevfs.metadata : replace all the type renames with a namespace rename. remove-node several manually implemented callback types and broken generated types for now. * gnomevfs/Async.cs : use Opaque.Handle. * gnomevfs/Handle.cs : kill. replaced by generated GLib.Opaque type. * gnomevfs/Makefile.am : kill Handle.cs. * gnomevfs/Sync.cs : use Opaque.Handle. * sources/gtk-sharp-2.6-sources.xml : s/Gnome.Vfs/GnomeVFS. svn path=/trunk/gtk-sharp/; revision=45507
51 lines
1.1 KiB
Makefile
51 lines
1.1 KiB
Makefile
SUBDIRS = .
|
|
|
|
if ENABLE_GNOMEVFS
|
|
pkg = gnome-vfs
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = gnome-vfs-sharp-2.0.pc
|
|
else
|
|
pkg=
|
|
endif
|
|
|
|
SYMBOLS = gnomevfs-symbols.xml
|
|
METADATA = Gnomevfs.metadata
|
|
references = ../glib/glib-sharp.dll
|
|
|
|
sources = \
|
|
Async.cs \
|
|
AsyncCallback.cs \
|
|
AsyncCallbackNative.cs \
|
|
AsyncDirectoryLoadCallback.cs \
|
|
AsyncDirectoryLoadCallbackNative.cs \
|
|
AsyncReadCallback.cs \
|
|
AsyncReadCallbackNative.cs \
|
|
AsyncWriteCallback.cs \
|
|
AsyncWriteCallbackNative.cs \
|
|
Directory.cs \
|
|
FileInfo.cs \
|
|
MimeType.cs \
|
|
ModuleCallback.cs \
|
|
ModuleCallbackAuthentication.cs \
|
|
ModuleCallbackFillAuthentication.cs \
|
|
ModuleCallbackFullAuthentication.cs \
|
|
ModuleCallbackSaveAuthentication.cs \
|
|
ModuleCallbackStatusMessage.cs \
|
|
Monitor.cs \
|
|
Sync.cs \
|
|
Vfs.cs \
|
|
VfsException.cs \
|
|
VfsStream.cs \
|
|
VfsStreamAsyncResult.cs \
|
|
Xfer.cs \
|
|
XferProgressCallback.cs \
|
|
XferProgressCallbackNative.cs
|
|
|
|
customs = \
|
|
Uri.custom \
|
|
VolumeMonitor.custom
|
|
|
|
add_dist = gnome-vfs-sharp-2.0.pc.in
|
|
|
|
include ../Makefile.include
|
|
|