~blackskad/gnomeradio/dev-vol-button

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: mfcn
  • Date: 2003-01-08 17:19:21 UTC
  • Revision ID: svn-v3-trunk0:ba97a3d1-ec25-0410-b1c6-e06ad936ea6c:trunk:2
Initial revision

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUBDIRS = docs pixmaps po src
 
2
 
 
3
Applicationsdir = $(datadir)/applications/
 
4
applications_in_files = gnomeradio.desktop.in
 
5
Applications_DATA = $(applications_in_files:.desktop.in=.desktop)
 
6
@INTLTOOL_DESKTOP_RULE@
 
7
 
 
8
schemadir = @GCONF_SCHEMA_FILE_DIR@
 
9
schema_in_files = gnomeradio.schemas.in
 
10
schema_DATA = $(schema_in_files:.schemas.in=.schemas)
 
11
@INTLTOOL_SCHEMAS_RULE@
 
12
 
 
13
spec = $(PACKAGE).spec
 
14
 
 
15
all-local: $(spec) $(Applications_DATA)
 
16
 
 
17
install-data-local: 
 
18
if INSTALL_SCHEMAS
 
19
        GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA)
 
20
endif
 
21
 
 
22
EXTRA_DIST = $(Applications_DATA) \
 
23
             $(applications_in_files) \
 
24
             $(schema_DATA) \
 
25
             $(schema_in_files) \
 
26
             $(spec) \
 
27
             intltool-update.in \
 
28
             intltool-merge.in \
 
29
             intltool-extract.in \
 
30
             README.lirc \
 
31
             README.recording \
 
32
             example.lircrc \
 
33
             xmldocs.make \
 
34
             omf.make