File: Makefile.am

package info (click to toggle)
libgksu 2.0.13~pre1-9
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,428 kB
  • ctags: 1,356
  • sloc: sh: 10,329; ansic: 3,212; xml: 636; makefile: 103
file content (27 lines) | stat: -rw-r--r-- 792 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
27
AUTOMAKE_OPTIONS = 1.7

DISTCLEANFILES = *~ intltool-extract intltool-merge intltool-update gksu.schemas

SUBDIRS = po libgksuui libgksu gksu-properties docs
DIST_SUBDIRS = $(SUBDIRS)

schemasdir       = $(GCONF_SCHEMA_FILE_DIR)
schemas_in_files = gksu.schemas.in
schemas_DATA     = $(schemas_in_files:.schemas.in=.schemas)
@INTLTOOL_SCHEMAS_RULE@

pixmapdir = $(datadir)/pixmaps
dist_pixmap_DATA = gksu.png

EXTRA_DIST = config.rpath mkinstalldirs intltool-extract.in intltool-merge.in intltool-update.in gksu.schemas.in

if GCONF_SCHEMAS_INSTALL
install-data-local:
	if test -z "$(DESTDIR)" ; then \
	  for p in $(schemas_DATA) ; do \
	    GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$$p ; \
	  done \
	fi
else
install-data-local:
endif