~ubuntuone-control-tower/libubuntuone/stable-3-0

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
27
28
29
30
31
SUBDIRS = data libubuntuone tests bindings po

EXTRA_DIST = COPYING.GPL

pcfiles = libubuntuone-1.0.pc ubuntuone-sharp-1.0.pc

libubuntuone-1.0.pc: libubuntuone.pc
	@cp -f $< $@

ubuntuone-sharp-1.0.pc: ubuntuone-sharp.pc
	@cp -f $< $@

pkgconfig_DATA = $(pcfiles)
pkgconfigdir = $(libdir)/pkgconfig

CLEANFILES = $(pcfiles)

MAINTAINERCLEANFILES =	\
	Makefile.in	\
	aclocal.m4	\
	config.guess	\
	config.h.in	\
	config.sub	\
	configure	\
	depcomp		\
	gtk-doc.make	\
	install-sh	\
	libtool		\
	ltmain.sh	\
	missing		\
	mkinstalldirs