File: Makefile.am

package info (click to toggle)
libbonobo 2.32.1-3
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 8,648 kB
  • ctags: 3,406
  • sloc: ansic: 23,176; sh: 10,374; xml: 2,171; makefile: 718; yacc: 143; lex: 123
file content (36 lines) | stat: -rw-r--r-- 1,113 bytes parent folder | download | duplicates (3)
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
32
33
34
35
36
SUBDIRS = \
	idl bonobo-activation bonobo \
	activation-server monikers \
	utils samples tests doc po

libincludedir = $(includedir)/libbonobo-2.0
libinclude_HEADERS = \
	libbonobo.h

EXTRA_DIST = \
	MAINTAINERS \
	bonobo-activation-config.xml \
	libbonobo-zip.in     \
	intltool-extract.in  \
	intltool-merge.in    \
	intltool-update.in   \
	changes.txt          \
	gtk-doc.make

DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc

install-data-local:
	-mkdir -p $(DESTDIR)$(sysconfdir)/bonobo-activation
	if test -f $(DESTDIR)$(sysconfdir)/bonobo-activation/bonobo-activation-config.xml; then	\
		echo "bonobo-activation-config.xml configuration file not changed";		\
	else											\
		$(INSTALL_DATA) $(top_srcdir)/bonobo-activation-config.xml			\
			$(DESTDIR)$(sysconfdir)/bonobo-activation;				\
	fi

uninstall-local:
	if cmp $(DESTDIR)$(sysconfdir)/bonobo-activation/bonobo-activation-config.xml $(top_srcdir)/bonobo-activation-config.xml > /dev/null ; then \
		rm -f $(DESTDIR)$(sysconfdir)/bonobo-activation/bonobo-activation-config.xml; \
	fi

DISTCLEANFILES=intltool-extract intltool-merge intltool-update