Codebase list libmawk / 7ce408d debian / rules
7ce408d

Tree @7ce408d (Download .tar.gz)

rules @7ce408d

68c65a7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
#!/usr/bin/make -f

DH_VERBOSE = 1
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

%:
	dh $@

override_dh_auto_configure:
	./configure \
    --prefix=/usr \
    --LDFLAGS='$(LDFLAGS)' \
    --CFLAGS='$(CFLAGS) $(CPPFLAGS)'

override_dh_auto_clean:
	# only try to run dh_auto_clean if configure has been run
	test -f src/libmawk/Makefile.conf && dh_auto_clean || true