You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
511 B
21 lines
511 B
12 years ago
|
#!/usr/bin/make -f
|
||
|
|
||
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
||
|
include /usr/share/cdbs/1/class/autotools.mk
|
||
|
|
||
|
# Add here any variable or target overrides you need.
|
||
|
|
||
|
build-stamp:
|
||
|
dh_testdir
|
||
|
|
||
|
/usr/bin/libtoolize -f
|
||
|
cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
|
||
|
cp -f /usr/share/misc/config.guess admin/config.guess
|
||
|
cp -f /usr/share/misc/config.sub admin/config.sub
|
||
|
|
||
|
$(MAKE) -f admin/Makefile.common
|
||
|
|
||
|
QTDIR=/usr/share/tqt3 ./configure $(configkde) --disable-final
|
||
|
$(MAKE)
|
||
|
touch build-stamp
|