and added files
[bcm963xx.git] / userapps / opensource / libosip2 / Makefile.am
1 EXTRA_DIST = README BUGS
2
3 SUBDIRS = include src scripts help platform debian
4
5 rpm-package:
6         cd platform && $(MAKE) rpm-package
7
8 deb:
9         dpkg-buildpackage -rfakeroot
10
11 upload: dist
12         @echo "######## Maintainer only ##########";
13         @echo "building files for upload in ftp://ftp-upload.gnu.org/incoming/ftp";
14         @echo "building: $(PACKAGE)-$(VERSION).tar.gz.sig";
15         gpg -b $(PACKAGE)-$(VERSION).tar.gz
16         echo "directory: osip" > $(PACKAGE)-$(VERSION).tar.gz.directive
17         @echo "building: $(PACKAGE)-$(VERSION).tar.gz.directive.asc";
18         gpg --clearsign $(PACKAGE)-$(VERSION).tar.gz.directive
19
20 indent:
21         indent */*/*.c
22         indent */*/*.h
23         rm -rf */*/*.c~
24         rm -rf */*/*.h~
25
26