File: rules

package info (click to toggle)
kmflcomp 0.9.10-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,760 kB
  • ctags: 1,007
  • sloc: sh: 11,352; ansic: 1,740; yacc: 493; lex: 342; makefile: 56
file content (14 lines) | stat: -rwxr-xr-x 440 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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

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'`