File: rules

package info (click to toggle)
clxclient 3.3.2-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 208 kB
  • ctags: 688
  • sloc: cpp: 3,561; makefile: 41
file content (11 lines) | stat: -rwxr-xr-x 495 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
 
include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/makefile.mk

# Add here any variable or target overrides you need.
DEB_MAKE_ENVVARS = CFLAGS="-Wall -I. -I/usr/X11R6/include -I/usr/include/freetype2 -fpic -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O2"
DEB_MAKE_INVOKE = $(DEB_MAKE_ENVVARS) make
DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(CURDIR)/debian/tmp/
DEB_DH_INSTALL_SOURCEDIR = debian/tmp