mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-11 10:34:18 +00:00
Make clean and distclean targets work.
Next step, finishing understanding why dbus module doesn't work :-)
This commit is contained in:
Vendored
+4
-3
@@ -6,7 +6,7 @@
|
|||||||
# This special exception was added by Craig Small in version 0.37 of dh-make.
|
# This special exception was added by Craig Small in version 0.37 of dh-make.
|
||||||
|
|
||||||
# Uncomment this to turn on verbose mode.
|
# Uncomment this to turn on verbose mode.
|
||||||
#export DH_VERBOSE=1
|
export DH_VERBOSE=1
|
||||||
|
|
||||||
|
|
||||||
# These are used for cross-compiling and for saving the configure script
|
# These are used for cross-compiling and for saving the configure script
|
||||||
@@ -39,7 +39,8 @@ build-stamp: config.status
|
|||||||
clean:
|
clean:
|
||||||
dh_testdir
|
dh_testdir
|
||||||
dh_testroot
|
dh_testroot
|
||||||
rm -f build-stamp config.sub config.guess
|
rm -f build-stamp configure aclocal.m4
|
||||||
|
find $(CURDIR) -type f -name Makefile.in -exec rm {} \;
|
||||||
|
|
||||||
# Add here commands to clean up after the build process.
|
# Add here commands to clean up after the build process.
|
||||||
[ ! -f Makefile ] || $(MAKE) distclean
|
[ ! -f Makefile ] || $(MAKE) distclean
|
||||||
@@ -80,4 +81,4 @@ binary-arch: build install
|
|||||||
dh_builddeb
|
dh_builddeb
|
||||||
|
|
||||||
binary: binary-indep binary-arch
|
binary: binary-indep binary-arch
|
||||||
.PHONY: build binary-indep binary-arch binary install
|
.PHONY: build binary-indep binary-arch binary install
|
||||||
|
|||||||
Reference in New Issue
Block a user