~ubuntu-branches/ubuntu/saucy/geary/saucy-updates

« back to all changes in this revision

Viewing changes to vapi/Makefile

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-03-14 13:48:23 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20130314134823-gyk5av1g508zyj8a
Tags: 0.3.0~pr1-0ubuntu1
New upstream version (FFE lp: #1154316), supports multiple account as
well as full conversation views with inline replies

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# NOTE: The dependencies in this file require vapigen and vala-gen-introspect to be installed,
2
 
# which are not default in a standard Vala installation.
3
 
 
4
 
GMIME_FILES := \
5
 
        gmime-2.6/gmime-2.6.defines \
6
 
        gmime-2.6/gmime-2.6.files \
7
 
        gmime-2.6/gmime-2.6.metadata \
8
 
        gmime-2.6/gmime-2.6.namespace \
9
 
        gmime-2.6/gmime-2.6-custom.vala
10
 
 
11
 
all: gmime-2.6.vapi
12
 
 
13
 
.PHONY: clean
14
 
clean:
15
 
        rm gmime-2.6.vapi gmime-2.6/gmime-2.6.gi
16
 
 
17
 
gmime-2.6/gmime-2.6.gi: $(GMIME_FILES)
18
 
        vala-gen-introspect gmime-2.6 gmime-2.6
19
 
 
20
 
gmime-2.6.vapi: gmime-2.6/gmime-2.6.gi
21
 
        vapigen --pkg=glib-2.0 --pkg=gio-2.0 --library gmime-2.6 gmime-2.6/gmime-2.6.gi gmime-2.6/gmime-2.6-custom.vala
22