Committed too much. Part of the commit wasn't supposed to happen (yet). Revert.
svn path=/trunk/gtk-sharp/; revision=35533
This commit is contained in:
parent
33dbe7485e
commit
cdfc01223a
1 changed files with 6 additions and 12 deletions
|
@ -1,15 +1,5 @@
|
|||
SUBDIRS = .
|
||||
|
||||
if ENABLE_GNOMEVFS
|
||||
TARGET = $(ASSEMBLY) $(ASSEMBLY).config
|
||||
APIS = $(API) $(ADDITIONAL_API)
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = gnome-vfs-sharp-2.0.pc
|
||||
else
|
||||
TARGET =
|
||||
APIS =
|
||||
endif
|
||||
|
||||
API = gnomevfs-api.xml
|
||||
ADDITIONAL_API = gnomevfs-symbols.xml
|
||||
RAW_API = gnomevfs-api.raw
|
||||
|
@ -18,10 +8,11 @@ METADATA = Gnomevfs.metadata
|
|||
ASSEMBLY_NAME = gnome-vfs-sharp
|
||||
references = /r:../glib/glib-sharp.dll
|
||||
|
||||
TARGET = $(ASSEMBLY)
|
||||
ASSEMBLY = $(ASSEMBLY_NAME).dll
|
||||
gapidir = $(datadir)/gapi-2.0
|
||||
noinst_DATA = $(TARGET)
|
||||
gapi_DATA = $(APIS)
|
||||
noinst_DATA = $(ASSEMBLY) $(ASSEMBLY).config
|
||||
gapi_DATA = $(API) $(ADDITIONAL_API)
|
||||
CLEANFILES = $(ASSEMBLY) generated-stamp generated/*.cs $(API) glue/generated.c gtk-sharp.snk
|
||||
DISTCLEANFILES = $(ASSEMBLY).config AssemblyInfo.cs gnome-vfs-sharp.pc
|
||||
|
||||
|
@ -81,6 +72,9 @@ gtk-sharp.snk: $(top_srcdir)/gtk-sharp.snk
|
|||
$(ASSEMBLY): $(build_sources) generated-stamp gtk-sharp.snk
|
||||
$(CSC) /unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) $(GENERATED_SOURCES)
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = gnome-vfs-sharp-2.0.pc
|
||||
|
||||
install-data-local:
|
||||
@if test -n '$(TARGET)'; then \
|
||||
echo "$(GACUTIL) /i $(ASSEMBLY) /f $(GACUTIL_FLAGS)"; \
|
||||
|
|
Loading…
Add table
Reference in a new issue