Rev 2 | Blame | Compare with Previous | Last modification | View Log | RSS feed
#!/usr/bin/make -f# -*- makefile -*-parallel = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))ifneq (,$(parallel))jobsflag = -j$(parallel)endifexport CFLAGS := $(shell dpkg-buildflags --get CFLAGS)export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-neededclean:dh_testdirdh_testrootrm -f build-stamp[ ! -f Makefile ] || $(MAKE) distcleandh_cleanbuild: build-arch build-indepbuild-indep:$(MAKE) doc zxidjava.jar PD2TEX_PL=debian/pd2texbuild-arch:CDEF='-DZXID_CONF_PATH=\"/etc/zxid.conf\" -DZXID_PATH=\"/var/lib/zxid\"' $(MAKE) $(jobsflag) all SHARED=1 V=1 JNI_INC='-I/usr/lib/jvm/default-java/include' SERVLET_PATH='/usr/share/java/servlet-api-3.0.jar' OPTIMIZE="-O2 -g -Wall" LD_RUN_PATH="" OTHERLDFLAGS="$(LDFLAGS)"touch build-stampinstall:$(MAKE) install_nodep samlmod_install perlzxid_install phpzxid_install DESTDIR=$(CURDIR)/debian/tmp PREFIX=/usr V=1# Build architecture-dependent files here.build-arch: buildbinary-arch: build-arch installdh_testdirdh_testrootdh_install -adh_link -adh_installchangelogs -a Changesdh_installdocs -adh_installexamples -adh_installinfo -adh_installman -adh_strip -adh_perl -adh_apache2 -adh_php5 -adh_compress -adh_fixperms -adh_makeshlibs -a -Vdh_installdeb -adh_shlibdeps -adh_gencontrol -adh_md5sums -adh_builddeb -abuild-indep: buildbinary-indep: build-indepdh_testdirdh_testrootdh_install -idh_link -idh_installchangelogs -i Changesdh_installdocs -idh_installexamples -idh_installinfo -idh_installman -idh_compress -idh_fixperms -idh_installdeb -idh_shlibdeps -idh_gencontrol -idh_md5sums -idh_builddeb -ibinary: binary-arch binary-indep.PHONY: build build-indep build-arch clean clean-patched binary-indep binary-arch binary install