~do-plugins/do-plugins/trunk

« back to all changes in this revision

Viewing changes to GNOME-Terminal/Makefile.am

  • Committer: Christopher James Halse Rogers
  • Date: 2008-04-03 22:32:04 UTC
  • mto: This revision was merged to the branch mainline in revision 87.
  • Revision ID: chalserogers@gmail.com-20080403223204-yh7zudzdzs3xwi7r
Revert deleted GNOME-Screenshot, GNOME-Terminal, GmailContactItemSource, and Tasque plugins

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
EXTRA_DIST = OpenTerminalHereAction.boo \
 
2
                         RunInTerminalAction.boo
 
3
 
 
4
ASSEMBLY_NAME=GNOME-Terminal
 
5
ASSEMBLY=$(ASSEMBLY_NAME).dll
 
6
 
 
7
CSFLAGS+=
 
8
 
 
9
CLEANFILES = $(ASSEMBLY){,.mdb}
 
10
 
 
11
gnome_terminal_references = $(DO_ADDINS_LIBS)
 
12
 
 
13
gnome_terminal_sources  =       \
 
14
                        OpenTerminalHereAction.boo \
 
15
                        RunInTerminalAction.boo
 
16
 
 
17
gnome_terminal_build_sources = $(gnome_terminal_sources)
 
18
 
 
19
plugin_DATA = $(ASSEMBLY)
 
20
 
 
21
all: $(ASSEMBLY)
 
22
 
 
23
$(ASSEMBLY): $(gnome_terminal_sources)
 
24
        $(BOOC) $(CSFLAGS) $(gnome_terminal_references) -target:library -out:$@ $(gnome_terminal_build_sources)