File: Makefile.am

package info (click to toggle)
libosip2 3.6.0-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,804 kB
  • sloc: ansic: 20,596; sh: 10,030; makefile: 183
file content (26 lines) | stat: -rw-r--r-- 866 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
EXTRA_DIST = README BUGS FEATURES HISTORY autogen.sh libosip2.pc.in

SUBDIRS = include src scripts help platform

rpm-package:
	cd platform && $(MAKE) rpm-package

upload: dist
	@echo "######## Maintainer only ##########";
	@echo "building files for upload in ftp://ftp-upload.gnu.org/incoming/ftp";
	@echo "building: $(PACKAGE)-$(VERSION).tar.gz.sig";
	gpg -b $(PACKAGE)-$(VERSION).tar.gz
	echo "version: 1.1" > $(PACKAGE)-$(VERSION).tar.gz.directive
	echo "directory: osip" >> $(PACKAGE)-$(VERSION).tar.gz.directive
	echo "filename: $(PACKAGE)-$(VERSION).tar.gz" >> $(PACKAGE)-$(VERSION).tar.gz.directive
	@echo "building: $(PACKAGE)-$(VERSION).tar.gz.directive.asc";
	gpg --clearsign $(PACKAGE)-$(VERSION).tar.gz.directive

indent:
	indent */*/*.c
	indent */*/*.h
	rm -rf */*/*.c~
	rm -rf */*/*.h~

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libosip2.pc