8fd87b2e0a
* configure.in : kill a ton of redundant stuff. * AssemblyInfo.cs.in : moved here, only need one. * Makefile.include : rules for building generated assemblies. * Makefile.am : removed gtk-sharp-2.0.pc handling. * */AssemblyInfo.cs.in : killed * */Makefile.am : refactored out a ton of rules to an include. * */*-pc.in : added Cflags entries pointing to the gapi files. * generator/CodeGenerator.cs : add -I: synonym --include. * gnomevfs/gnome-vfs-api.raw : remamed from gnomevfs-api.raw. * gtk/gtk-sharp-2.0.pc.in : moved here from top. * parser/gapi-fixup.cs : add --symbol arg to merge sym files. * sources/gtk-sharp-sources.xml : remamed gnome-vfs-api.raw. svn path=/trunk/gtk-sharp/; revision=38551
52 lines
1.1 KiB
Makefile
52 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 \
|
|
Handle.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
|
|
|