mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
Makefile make deb - build debs for kmflcomp, libkmfl, ibus-kmfl make cow - set up pbuilder environment make tmpbuild(default) - build and install to /tmp/kmfl make install_local - build and install to /usr/local make uninstall_local - uninstall ibus-kmfl config file non-release version numbers will be stamped with date to distinguish between builds
17 lines
506 B
Makefile
Executable file
17 lines
506 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
# -*- mode: makefile; coding: utf-8 -*-
|
|
# Copyright © 2005 Doug Rintoul <doug_rintoul@sil.org>
|
|
|
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
|
include /usr/share/cdbs/1/class/autotools.mk
|
|
include /usr/share/cdbs/1/rules/autoreconf.mk
|
|
|
|
DPKG_EXPORT_BUILDFLAGS = 1
|
|
include /usr/share/dpkg/buildflags.mk
|
|
|
|
DEB_SHLIBDEPS_INCLUDE := debian/libkmflcomp/usr/lib/
|
|
DEB_DH_INSTALL_SOURCEDIR := debian/tmp
|
|
|
|
install/libkmflcomp-dev::
|
|
sed -i "/dependency_libs/ s/'.*'/''/" `find debian/ -name '*.la'`
|
|
|