mirror of
https://github.com/fwbuilder/fwbuilder
synced 2025-10-15 23:18:51 +02:00
10 lines
313 B
Makefile
Executable File
10 lines
313 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
|
include /usr/share/cdbs/1/class/autotools.mk
|
|
|
|
DEB_CONFIGURE_SCRIPT := ./autogen.sh
|
|
DEB_CONFIGURE_USER_FLAGS := --with-qmake=qmake-qt4
|
|
DEB_MAKE_INSTALL_TARGET := install INSTALL_ROOT=`pwd`/debian/tmp
|
|
DEB_INSTALL_CHANGELOGS_ALL := doc/ChangeLog
|