File: rules

package info (click to toggle)
maloc 0.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,940 kB
  • ctags: 1,500
  • sloc: sh: 11,370; ansic: 9,597; yacc: 2,922; lex: 294; makefile: 177; java: 134; fortran: 74
file content (11 lines) | stat: -rwxr-xr-x 342 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
  
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk

DEB_CONFIGURE_EXTRA_FLAGS := --enable-shared
DEB_MAKE_INSTALL_TARGET := install libdir=/usr/lib DESTDIR=$(DEB_DESTDIR)

build/libmaloc-dev::
	cd $(CURDIR)/doc/doxygen && $(MAKE)