~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

Viewing changes to Tasque/Makefile.am

  • Committer: David Siegel
  • Date: 2008-06-02 19:48:18 UTC
  • Revision ID: dave@x-20080602194818-i7rtmvlbq2461ey3
Added repo.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
EXTRA_DIST =  
 
3
 
 
4
# Warning: This is an automatically generated file, do not edit!
 
5
 
 
6
if ENABLE_DEBUG
 
7
ASSEMBLY_COMPILER_COMMAND = gmcs
 
8
ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
 
9
 
 
10
ASSEMBLY = bin/Debug/Tasque.dll
 
11
ASSEMBLY_MDB = $(ASSEMBLY).mdb
 
12
COMPILE_TARGET = library
 
13
PROJECT_REFERENCES = 
 
14
BUILD_DIR = bin/Debug
 
15
 
 
16
TASQUE_ADDIN_XML_SOURCE=src/Tasque.addin.xml
 
17
 
 
18
endif
 
19
 
 
20
if ENABLE_RELEASE
 
21
ASSEMBLY_COMPILER_COMMAND = gmcs
 
22
ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+
 
23
ASSEMBLY = bin/Release/Tasque.dll
 
24
ASSEMBLY_MDB = 
 
25
COMPILE_TARGET = library
 
26
PROJECT_REFERENCES = 
 
27
BUILD_DIR = bin/Release
 
28
 
 
29
TASQUE_ADDIN_XML_SOURCE=src/Tasque.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/Tasque.dll
 
38
ASSEMBLY_MDB = $(ASSEMBLY).mdb
 
39
COMPILE_TARGET = library
 
40
PROJECT_REFERENCES = 
 
41
BUILD_DIR = bin/Debug
 
42
 
 
43
TASQUE_ADDIN_XML_SOURCE=src/Tasque.addin.xml
 
44
 
 
45
endif
 
46
 
 
47
AL=al2
 
48
SATELLITE_ASSEMBLY_NAME=.resources.dll
 
49
 
 
50
PROGRAMFILES = \
 
51
        $(TASQUE_ADDIN_XML)  
 
52
 
 
53
LINUX_PKGCONFIG = \
 
54
        $(TASQUE_PC)  
 
55
 
 
56
 
 
57
        
 
58
all: $(ASSEMBLY) $(PROGRAMFILES) $(LINUX_PKGCONFIG) 
 
59
 
 
60
FILES = \
 
61
        src/Tasque.cs \
 
62
        src/TasqueAction.cs \
 
63
        src/TasqueCategoryItem.cs \
 
64
        src/TasqueDBus.cs 
 
65
 
 
66
DATA_FILES = \
 
67
        src/Tasque.addin.xml 
 
68
 
 
69
RESOURCES = 
 
70
 
 
71
EXTRAS = \
 
72
        tasque.pc.in 
 
73
 
 
74
REFERENCES =  \
 
75
        System \
 
76
        $(DOADDINS_LIBS) \
 
77
        $(GCONF_SHARP_20_LIBS) \
 
78
        $(NDESK_DBUS_GLIB_10_LIBS) \
 
79
        $(NDESK_DBUS_10_LIBS)
 
80
 
 
81
DLL_REFERENCES = 
 
82
 
 
83
CLEANFILES = $(PROGRAMFILES) $(LINUX_PKGCONFIG) 
 
84
 
 
85
include $(top_srcdir)/Makefile.include
 
86
 
 
87
TASQUE_PC = $(BUILD_DIR)/tasque.pc
 
88
TASQUE_ADDIN_XML = $(BUILD_DIR)/Tasque.addin.xml
 
89
 
 
90
$(eval $(call emit-deploy-wrapper,TASQUE_PC,tasque.pc))
 
91
$(eval $(call emit-deploy-target,TASQUE_ADDIN_XML))
 
92
 
 
93
 
 
94
$(build_xamlg_list): %.xaml.g.cs: %.xaml
 
95
        xamlg '$<'
 
96
 
 
97
$(build_resx_resources) : %.resources: %.resx
 
98
        resgen2 '$<' '$@'
 
99
 
 
100
$(ASSEMBLY) $(ASSEMBLY_MDB): $(build_sources) $(build_resources) $(build_datafiles) $(DLL_REFERENCES) $(PROJECT_REFERENCES) $(build_xamlg_list) $(build_satellite_assembly_list)
 
101
        mkdir -p $(dir $(ASSEMBLY))
 
102
        $(ASSEMBLY_COMPILER_COMMAND) $(ASSEMBLY_COMPILER_FLAGS) -out:$(ASSEMBLY) -target:$(COMPILE_TARGET) $(build_sources_embed) $(build_resources_embed) $(build_references_ref)