Debian package updates by Jochen Kunkel
[openxpki.git] / trunk / package / suse / Makefile
blob60705246c3f2b7ccca7aa96008bbcf972adfabf5
1 ## Written 2006 by Martin Bartosch for the OpenXPKI project
2 ## Copyright (C) 2005-2006 by The OpenXPKI Project
4 PACKAGES=\
5 perl-openxpki-core \
6 perl-openxpki-client \
7 openxpki-deployment \
8 perl-openxpki-client-html-mason \
9 openxpki-i18n \
11 ifdef PREFIX
12 PERL_MAKEPL_ARGS="PREFIX=$(PREFIX)"
13 endif
16 .PHONY : $(PACKAGES)
18 all: clean $(PACKAGES) collect
20 $(PACKAGES):
21 cd $@ && PATH=$(PATH):/usr/sbin make $(SUBTARGET) $(PERL_MAKEPL_ARGS)
23 collect:
24 @mv */*.rpm . || echo No suse package file found.
26 clean:
27 rm -f *.rpm
28 make $(PACKAGES) SUBTARGET=clean
30 distclean: clean