~vcs-imports/mayanna/trunk

« back to all changes in this revision

Viewing changes to data/Makefile.am

  • Committer: seiflotfy
  • Date: 2008-04-09 23:20:00 UTC
  • Revision ID: vcs-imports@canonical.com-20080409232000-qpgm81uu4kucnvs6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
SUBDIRS = images
 
3
 
 
4
 
 
5
serverdir       = $(PANELAPPLET_SERVER_DIR)
 
6
server_in_files = GNOME_MAYANNAApplet.server.in
 
7
server_DATA     = $(server_in_files:.server.in=.server)
 
8
 
 
9
$(server_in_files): $(server_in_files:.server.in=.server.in.in) Makefile
 
10
        sed -e "s|\@libexecdir\@|$(libexecdir)|g" \
 
11
           < $< > $@
 
12
 
 
13
@INTLTOOL_SERVER_RULE@
 
14
 
 
15
 
 
16
schemasdir       = $(GCONF_SCHEMA_FILE_DIR)
 
17
schemas_in_files = mayanna.schemas.in
 
18
schemas_DATA     = $(schemas_in_files:.schemas.in=.schemas)
 
19
 
 
20
@INTLTOOL_SCHEMAS_RULE@
 
21
 
 
22
if GCONF_SCHEMAS_INSTALL
 
23
install-data-local:
 
24
        GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) \
 
25
        $(GCONFTOOL) --makefile-install-rule $(schemas_DATA)
 
26
endif
 
27
 
 
28
 
 
29
uidir   = $(datadir)/gnome-2.0/ui
 
30
ui_DATA = GNOME_MAYANNAApplet.xml
 
31
 
 
32
 
 
33
EXTRA_DIST =                            \
 
34
        GNOME_MAYANNAApplet.server.in.in \
 
35
        $(schemas_in_files)             \
 
36
        $(ui_DATA)
 
37
 
 
38
DISTCLEANFILES =                \
 
39
        $(schemas_DATA)         \
 
40
        $(server_in_files)      \
 
41
        $(server_DATA)