File: Makefile.am

package info (click to toggle)
libgksu 2.0.3-7
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,592 kB
  • ctags: 317
  • sloc: sh: 9,263; ansic: 2,913; xml: 609; makefile: 108
file content (27 lines) | stat: -rw-r--r-- 827 bytes parent folder | download | duplicates (6)
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