Changeset 3416

Show
Ignore:
Timestamp:
02/18/08 23:14:03
Author:
pvanhoof
Message:

2008-02-18 Philip Van Hoof <pvanhoof@gnome.org>

        • Make distcheck for the .NET bindings (finally)
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    r3415 r3416  
     12008-02-18  Philip Van Hoof <pvanhoof@gnome.org> 
     2 
     3        * Make distcheck for the .NET bindings (finally) 
     4 
    152008-02-16  Philip Van Hoof <pvanhoof@gnome.org> 
    26 
  • trunk/bindings/dotnet/Makefile.include

    r3410 r3416  
    1111gapi_DATA = $(TARGET_API) 
    1212CLEANFILES = $(ASSEMBLY) $(ASSEMBLY).mdb $(POLICY_ASSEMBLIES) generated-stamp generated/*.cs $(API) glue/generated.c AssemblyInfo.cs $(POLICY_CONFIGS) 
    13 DISTCLEANFILES += $(ASSEMBLY).config 
     13DISTCLEANFILES += $(ASSEMBLY).config $(RAW_API)  
    1414 
    1515POLICY_ASSEMBLIES = $(addsuffix .$(ASSEMBLY), $(addprefix policy., $(POLICY_VERSIONS))) 
    1616POLICY_CONFIGS = $(addsuffix .config, $(addprefix policy., $(POLICY_VERSIONS))) 
    1717 
    18 EXTRA_DIST = $(RAW_API) $(SYMBOLS) $(ASSEMBLY).config.in $(METADATA) $(customs) $(sources) $(add_dist) 
     18EXTRA_DIST += $(RAW_API) $(SYMBOLS) $(ASSEMBLY).config.in $(METADATA) $(customs) $(sources) $(add_dist) 
    1919 
    2020build_symbols = $(addprefix --symbols=$(srcdir)/, $(SYMBOLS)) 
     
    5050$(ASSEMBLY): generated-stamp $(build_sources) $(references) 
    5151        @rm -f $(ASSEMBLY).mdb 
    52         cp $(top_builddir)/bindings/dotnet/$(SNK) . 
     52        if ! test -f ./$(SNK); then cp $(top_srcdir)/bindings/dotnet/$(SNK) .; fi 
    5353        $(CSC) $(CSFLAGS) -nowarn:0169,0612,0618 -unsafe -out:$(ASSEMBLY) -target:library $(build_references) generated/*.cs $(build_sources) 
     54        rm -rf ./$(SNK) 
    5455 
    5556install-data-local: 
  • trunk/bindings/dotnet/camel/Makefile.am

    r3410 r3416  
    22 
    33pkg = libtinymail-camel 
     4 
     5EXTRA_DIST =  
    46 
    57SNK = tny-sharp.snk 
  • trunk/bindings/dotnet/platform/Makefile.am

    r3410 r3416  
    33pkg = libtinymail-platform 
    44 
     5EXTRA_DIST =  
    56SNK = tny-sharp.snk 
    67SYMBOLS = 
  • trunk/bindings/dotnet/tny/Makefile.am

    r3410 r3416  
    11SUBDIRS = . 
     2EXTRA_DIST =  
    23 
    34pkg = libtinymail 
     
    1213sources = TnyException.cs 
    1314 
    14 customs = 
     15customs = IteratorAdapter.custom ListAdapter.custom SimpleList.custom 
    1516 
    1617%-$(API_VERSION).pc: %.pc 
  • trunk/bindings/dotnet/ui-gtk/Makefile.am

    r3410 r3416  
    33pkg = libtinymailui-gtk 
    44 
     5EXTRA_DIST =  
    56SNK = tny-sharp.snk 
    67SYMBOLS = 
     
    1314sources =        
    1415 
    15 customs = 
     16customs = AccountListModel.custom AttachListModel.custom FolderStoreTreeModel.custom HeaderListModel.custom 
    1617 
    1718 
  • trunk/bindings/dotnet/ui/Makefile.am

    r3410 r3416  
    33pkg = libtinymailui 
    44 
     5EXTRA_DIST =  
    56SNK = tny-sharp.snk 
    67SYMBOLS = 
  • 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  
    55tinymail-vala-test.h 
    66Makefile 
     7tinymail-vala-test 
     8.libs