File: rules

package info (click to toggle)
teleport 0.33-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 140 kB
  • ctags: 71
  • sloc: ansic: 636; makefile: 95; sh: 45
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)