Changeset 3416
- Timestamp:
- 02/18/08 23:14:03
- Files:
-
- trunk/ChangeLog (modified) (1 diff)
- trunk/bindings/dotnet/Makefile.include (modified) (2 diffs)
- trunk/bindings/dotnet/camel/Makefile.am (modified) (1 diff)
- trunk/bindings/dotnet/platform/Makefile.am (modified) (1 diff)
- trunk/bindings/dotnet/tny-sharp.snk (added)
- trunk/bindings/dotnet/tny/Makefile.am (modified) (2 diffs)
- trunk/bindings/dotnet/ui-gtk/Makefile.am (modified) (2 diffs)
- trunk/bindings/dotnet/ui/Makefile.am (modified) (1 diff)
- trunk/tests/vala-demo (modified) (1 prop)
- trunk/tests/vala-demo/.svnignore (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ChangeLog
r3415 r3416 1 2008-02-18 Philip Van Hoof <pvanhoof@gnome.org> 2 3 * Make distcheck for the .NET bindings (finally) 4 1 5 2008-02-16 Philip Van Hoof <pvanhoof@gnome.org> 2 6 trunk/bindings/dotnet/Makefile.include
r3410 r3416 11 11 gapi_DATA = $(TARGET_API) 12 12 CLEANFILES = $(ASSEMBLY) $(ASSEMBLY).mdb $(POLICY_ASSEMBLIES) generated-stamp generated/*.cs $(API) glue/generated.c AssemblyInfo.cs $(POLICY_CONFIGS) 13 DISTCLEANFILES += $(ASSEMBLY).config 13 DISTCLEANFILES += $(ASSEMBLY).config $(RAW_API) 14 14 15 15 POLICY_ASSEMBLIES = $(addsuffix .$(ASSEMBLY), $(addprefix policy., $(POLICY_VERSIONS))) 16 16 POLICY_CONFIGS = $(addsuffix .config, $(addprefix policy., $(POLICY_VERSIONS))) 17 17 18 EXTRA_DIST = $(RAW_API) $(SYMBOLS) $(ASSEMBLY).config.in $(METADATA) $(customs) $(sources) $(add_dist)18 EXTRA_DIST += $(RAW_API) $(SYMBOLS) $(ASSEMBLY).config.in $(METADATA) $(customs) $(sources) $(add_dist) 19 19 20 20 build_symbols = $(addprefix --symbols=$(srcdir)/, $(SYMBOLS)) … … 50 50 $(ASSEMBLY): generated-stamp $(build_sources) $(references) 51 51 @rm -f $(ASSEMBLY).mdb 52 cp $(top_builddir)/bindings/dotnet/$(SNK) .52 if ! test -f ./$(SNK); then cp $(top_srcdir)/bindings/dotnet/$(SNK) .; fi 53 53 $(CSC) $(CSFLAGS) -nowarn:0169,0612,0618 -unsafe -out:$(ASSEMBLY) -target:library $(build_references) generated/*.cs $(build_sources) 54 rm -rf ./$(SNK) 54 55 55 56 install-data-local: trunk/bindings/dotnet/camel/Makefile.am
r3410 r3416 2 2 3 3 pkg = libtinymail-camel 4 5 EXTRA_DIST = 4 6 5 7 SNK = tny-sharp.snk trunk/bindings/dotnet/platform/Makefile.am
r3410 r3416 3 3 pkg = libtinymail-platform 4 4 5 EXTRA_DIST = 5 6 SNK = tny-sharp.snk 6 7 SYMBOLS = trunk/bindings/dotnet/tny/Makefile.am
r3410 r3416 1 1 SUBDIRS = . 2 EXTRA_DIST = 2 3 3 4 pkg = libtinymail … … 12 13 sources = TnyException.cs 13 14 14 customs = 15 customs = IteratorAdapter.custom ListAdapter.custom SimpleList.custom 15 16 16 17 %-$(API_VERSION).pc: %.pc trunk/bindings/dotnet/ui-gtk/Makefile.am
r3410 r3416 3 3 pkg = libtinymailui-gtk 4 4 5 EXTRA_DIST = 5 6 SNK = tny-sharp.snk 6 7 SYMBOLS = … … 13 14 sources = 14 15 15 customs = 16 customs = AccountListModel.custom AttachListModel.custom FolderStoreTreeModel.custom HeaderListModel.custom 16 17 17 18 trunk/bindings/dotnet/ui/Makefile.am
r3410 r3416 3 3 pkg = libtinymailui 4 4 5 EXTRA_DIST = 5 6 SNK = tny-sharp.snk 6 7 SYMBOLS = trunk/tests/vala-demo
- Property svn:ignore changed from Makefile.in tinymail-vala-test.c .deps tinymail-vala-test.vala.stamp tinymail-vala-test.h Makefile to Makefile.in tinymail-vala-test.c .deps tinymail-vala-test.vala.stamp tinymail-vala-test.h Makefile tinymail-vala-test .libs
trunk/tests/vala-demo/.svnignore
r3117 r3416 5 5 tinymail-vala-test.h 6 6 Makefile 7 tinymail-vala-test 8 .libs
