File: rules

package info (click to toggle)
teleport 0.34-4
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 124 kB
  • ctags: 87
  • sloc: ansic: 757; makefile: 43
file content (7 lines) | stat: -rwxr-xr-x 303 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/makefile.mk
 
DEB_MAKE_BUILD_TARGET := DESTDIR=$(DEB_DESTDIR) PREFIX=/usr
DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(DEB_DESTDIR) PREFIX=/usr
DEB_MAKE_INVOKE := $(DEB_MAKE_ENVVARS) make -C $(DEB_BUILDDIR)