~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

Viewing changes to Pastebin/Makefile.am

  • Committer: Alex Launi
  • Date: 2008-07-01 20:02:42 UTC
  • mfrom: (151.1.24 do-plugins)
  • Revision ID: alex@eriktorvaldsonn-20080701200242-l85j12hkp0os19tb
merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
PROJECT_REFERENCES = 
14
14
BUILD_DIR = bin/Debug
15
15
 
16
 
PASTEBIN_ADDIN_XML_SOURCE=src/Pastebin.addin.xml
17
16
 
18
17
endif
19
18
 
26
25
PROJECT_REFERENCES = 
27
26
BUILD_DIR = bin/Release
28
27
 
29
 
PASTEBIN_ADDIN_XML_SOURCE=src/Pastebin.addin.xml
30
 
 
31
 
endif
32
 
 
33
 
if ENABLE_REPO
34
 
ASSEMBLY_COMPILER_COMMAND = gmcs
35
 
ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
36
 
 
37
 
ASSEMBLY = bin/Debug/Pastebin.dll
38
 
ASSEMBLY_MDB = $(ASSEMBLY).mdb
39
 
COMPILE_TARGET = library
40
 
PROJECT_REFERENCES = 
41
 
BUILD_DIR = bin/Debug
42
 
 
43
 
PASTEBIN_ADDIN_XML_SOURCE=src/Pastebin.addin.xml
44
28
 
45
29
endif
46
30
 
47
31
AL=al2
48
32
SATELLITE_ASSEMBLY_NAME=.resources.dll
49
33
 
50
 
PROGRAMFILES = \
51
 
        $(PASTEBIN_ADDIN_XML)  
52
 
 
53
34
LINUX_PKGCONFIG = \
54
35
        $(PASTEBIN_PC)  
55
36
 
56
37
 
57
38
        
58
 
all: $(ASSEMBLY) $(PROGRAMFILES) $(LINUX_PKGCONFIG) 
 
39
all: $(ASSEMBLY) $(LINUX_PKGCONFIG) 
59
40
 
60
41
FILES = \
61
42
        src/AssemblyInfo.cs \
66
47
        src/PastebinAction.cs \
67
48
        src/TextSyntaxItem.cs 
68
49
 
69
 
DATA_FILES = \
 
50
DATA_FILES = 
 
51
 
 
52
RESOURCES = \
70
53
        src/Pastebin.addin.xml 
71
54
 
72
 
RESOURCES = 
73
 
 
74
55
EXTRAS = \
75
56
        pastebin.pc.in 
76
57
 
82
63
 
83
64
DLL_REFERENCES = 
84
65
 
85
 
CLEANFILES = $(PROGRAMFILES) $(LINUX_PKGCONFIG) 
 
66
CLEANFILES = $(LINUX_PKGCONFIG) 
86
67
 
87
68
include $(top_srcdir)/Makefile.include
88
69
 
89
70
PASTEBIN_PC = $(BUILD_DIR)/pastebin.pc
90
 
PASTEBIN_ADDIN_XML = $(BUILD_DIR)/Pastebin.addin.xml
91
71
 
92
72
$(eval $(call emit-deploy-wrapper,PASTEBIN_PC,pastebin.pc))
93
 
$(eval $(call emit-deploy-target,PASTEBIN_ADDIN_XML))
94
73
 
95
74
 
96
75
$(build_xamlg_list): %.xaml.g.cs: %.xaml