File: rules

package info (click to toggle)
epstool 3.07-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 212 kB
  • ctags: 2
  • sloc: makefile: 5
file content (14 lines) | stat: -rwxr-xr-x 496 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

DEB_TAR_SRCDIR=epstool-3.07

include /usr/share/cdbs/1/rules/tarball.mk
include /usr/share/cdbs/1/class/makefile.mk
include /usr/share/cdbs/1/rules/debhelper.mk

# bah, stupid upstream makefile already uses CFLAGS for include
# directories; hack around that to use CDEBUG
DEB_MAKE_INVOKE:= $(DEB_MAKE_ENVVARS) make -C $(DEB_BUILDDIR) CDEBUG=$(if $(CFLAGS_$(cdbs_curpkg)),"$(CFLAGS_$(cdbs_curpkg))","$(CFLAGS)")