~ubuntu-branches/ubuntu/trusty/ibus-table-extraphrase/trusty

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): LI Daobing
  • Date: 2009-05-01 15:12:06 UTC
  • Revision ID: james.westby@ubuntu.com-20090501151206-ko6di8jpue4qkrb1
Tags: upstream-1.1.0.20090415
ImportĀ upstreamĀ versionĀ 1.1.0.20090415

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# vim:set noet ts=4:
 
2
#
 
3
# ibus-table-extraphrase - Extra Chinese phrases for IBus Table
 
4
#
 
5
# Copyright (c) 2008-2009 Yu Yuwei <acevery@gmail.com>
 
6
#
 
7
# This program is free software; you can redistribute it and/or modify
 
8
# it under the terms of the GNU General Public License as published by
 
9
# the Free Software Foundation; either version 2, or (at your option)
 
10
# any later version.
 
11
#
 
12
# This program is distributed in the hope that it will be useful,
 
13
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
15
# GNU General Public License for more details.
 
16
#
 
17
# You should have received a copy of the GNU General Public License
 
18
# along with this program; if not, write to the Free Software
 
19
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
20
 
 
21
SUBDIRS = \
 
22
        data \
 
23
        m4 \
 
24
        $(NULL)
 
25
 
 
26
ACLOCAL_AMFLAGS = -I m4
 
27
 
 
28
pkgconfig_DATA = \
 
29
        ibus-table-extraphrase.pc \
 
30
        $(NULL)
 
31
 
 
32
pkgconfigdir = $(libdir)/pkgconfig
 
33
 
 
34
EXTRA_DIST = \
 
35
        autogen.sh \
 
36
        $(NULL)
 
37
 
 
38
#       @PACKAGE_NAME@.spec.in \
 
39
#       $(NULL)
 
40
 
 
41
noinst_DIST = \
 
42
        $(NULL)
 
43
 
 
44
 
 
45
#DISTCLEANFILES = \
 
46
#       po/stamp-it \
 
47
#       $(NULL)
 
48
 
 
49
#rpm: dist @PACKAGE_NAME@.spec
 
50
#       rpmbuild -bb \
 
51
#                       --define "_sourcedir `pwd`" \
 
52
#                       --define "_builddir `pwd`" \
 
53
#                       --define "_specdir `pwd`" \
 
54
#                       --define "_rpmdir `pwd`" \
 
55
#                       --define "_srcrpmdir `pwd`" \
 
56
#                       @PACKAGE_NAME@.spec
 
57
#
 
58
#srpm: dist @PACKAGE_NAME@.spec
 
59
#       rpmbuild -bs \
 
60
#                       --define "_sourcedir `pwd`" \
 
61
#                       --define "_builddir `pwd`" \
 
62
#                       --define "_srcrpmdir `pwd`" \
 
63
#                       --define "_rpmdir `pwd`" \
 
64
#                       --define "_specdir `pwd`" \
 
65
#                       @PACKAGE_NAME@.spec
 
66
#
 
67
#clean-rpm:
 
68
#       $(RM) -r "`uname -i`"
 
69
#
 
70
#clean-local: clean-rpm