~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

Viewing changes to OpenSearch/Makefile.am

  • Committer: Christopher James Halse Rogers
  • Date: 2008-07-25 06:31:03 UTC
  • Revision ID: raof@cowboylaputopu.cooperteam.net-20080725063103-r77k514l0z7kfw03
Start making autotools work again; all the plugins that currently have autofoo should be working

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
AL=al2
32
32
SATELLITE_ASSEMBLY_NAME=.resources.dll
33
33
 
34
 
LINUX_PKGCONFIG = \
35
 
        $(OPENSEARCH_PC)  
36
 
 
37
 
 
38
 
        
39
 
all: $(ASSEMBLY) $(LINUX_PKGCONFIG) 
 
34
all: $(ASSEMBLY)
40
35
 
41
36
FILES = \
42
37
        src/AssemblyInfo.cs \
59
54
RESOURCES = \
60
55
        src/OpenSearch.addin.xml 
61
56
 
62
 
EXTRAS = \
63
 
        opensearch.pc.in 
64
 
 
65
57
REFERENCES =  \
66
58
        System \
67
59
        System.Xml \
71
63
 
72
64
DLL_REFERENCES = 
73
65
 
74
 
CLEANFILES = $(LINUX_PKGCONFIG) 
 
66
CLEANFILES = 
75
67
 
76
68
include $(top_srcdir)/Makefile.include
77
69
 
78
 
OPENSEARCH_PC = $(BUILD_DIR)/opensearch.pc
79
 
 
80
 
$(eval $(call emit-deploy-wrapper,OPENSEARCH_PC,opensearch.pc))
81
 
 
82
70
 
83
71
$(build_xamlg_list): %.xaml.g.cs: %.xaml
84
72
        xamlg '$<'