This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
# This file is part of hildon-input-method |
| 2 |
# |
| 3 |
# Copyright (C) 2007 Nokia Corporation. |
| 4 |
# |
| 5 |
# Contact: Mohammad Anwari <Mohammad.Anwari@nokia.com> |
| 6 |
# |
| 7 |
|
| 8 |
SUBDIRS = src docs |
| 9 |
|
| 10 |
pkgconfigdir = $(libdir)/pkgconfig |
| 11 |
pkgconfig_DATA = hildon-input-method-ui-3.0.pc |
| 12 |
|
| 13 |
man_MANS = hildon-input-method.1 |
| 14 |
|
| 15 |
configdir = $(sysconfdir)/hildon |
| 16 |
|
| 17 |
afinitdir=$(sysconfdir)/osso-af-init |
| 18 |
afinit_SCRIPTS = keyboard.sh keyboard.defs |
| 19 |
|
| 20 |
schemadir = @GCONF_SCHEMA_FILE_DIR@ |
| 21 |
schema_DATA = hildon-input-method-ui3.schemas |
| 22 |
|
| 23 |
deb: dist |
| 24 |
-mkdir debian-build |
| 25 |
cd debian-build && \ |
| 26 |
tar zxvf ../$(PACKAGE)-$(VERSION).tar.gz && \ |
| 27 |
cd $(PACKAGE)-$(VERSION) && dpkg-buildpackage -rfakeroot |