File: rules

package info (click to toggle)
pgtcl 1%3A1.9%2Bgit20120911-4
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 2,244 kB
  • ctags: 315
  • sloc: ansic: 4,475; tcl: 634; sh: 149; makefile: 36; sql: 11
file content (18 lines) | stat: -rwxr-xr-x 440 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/autoreconf.mk
include /usr/share/cdbs/1/class/autotools.mk

include /usr/share/dpkg/buildflags.mk

DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/tcltk/$(DEB_HOST_MULTIARCH)

DEB_MAKE_INSTALL_TARGET := install-binaries DESTDIR=$(DEB_DESTDIR)

DEB_INSTALL_DOCS_libpgtcl-dev = -X TODO

install/libpgtcl::
	tcltk-depends

clean::
	dh_clean