Codebase list virt-viewer / debian/0.2.1-1 debian / rules
debian/0.2.1-1

Tree @debian/0.2.1-1 (Download .tar.gz)

rules @debian/0.2.1-1

bfc7494
8d80c6d
0a4e524
bfc7494
 
 
314c1a9
 
 
8ca5ea3
bfc7494
8d80c6d
409e5bf
 
 
 
 
0a4e524
409e5bf
 
314c1a9
 
a460a21
#!/usr/bin/make -f

LDFLAGS += "-Wl,--as-needed"
  
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/patchsys-quilt.mk

DEB_CONFIGURE_EXTRA_FLAGS += --enable-plugin=yes
DEB_DH_MAKESHLIBS_ARGS_mozilla-virt-viewer += --noscripts -X /plugins/

clean::
	rm -f $(CURDIR)/aclocal.m4
	rm -f $(CURDIR)/config.h.in
	rm -f $(CURDIR)/configure
	rm -f $(CURDIR)/Makefile.in
	rm -f $(CURDIR)/man/Makefile.in
	rm -f $(CURDIR)/man/virt-viewer.1
	rm -f $(CURDIR)/plugin/Makefile.in
	rm -f $(CURDIR)/src/Makefile.in

post-patches::
	autoreconf -i