~ubuntu-branches/debian/stretch/gnac/stretch

« back to all changes in this revision

Viewing changes to data/profiles/default/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Khalid El Fathi
  • Date: 2012-04-14 20:15:31 UTC
  • Revision ID: package-import@ubuntu.com-20120414201531-2gcfq8fs94kgp9qr
Tags: upstream-0.2.4
ImportĀ upstreamĀ versionĀ 0.2.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
config_defaultprofilesdir = $(datadir)/gnac/profiles/default
 
2
config_defaultprofiles_in_files = \
 
3
        CD_Quality,_AAC.xml.in \
 
4
        CD_Quality,_Lossless.xml.in \
 
5
        CD_Quality,_Lossy.xml.in \
 
6
        CD_Quality,_MP3.xml.in \
 
7
        Voice,_Lossless.xml.in \
 
8
        Voice,_Lossy.xml.in
 
9
config_defaultprofiles_DATA = $(config_defaultprofiles_in_files:.xml.in=.xml)
 
10
@INTLTOOL_XML_RULE@ 
 
11
 
 
12
remove-gnac-dir:
 
13
        if test -d "$(config_defaultprofilesdir)" ; then \
 
14
                rmdir "$(config_defaultprofilesdir)"; \
 
15
        fi
 
16
 
 
17
uninstall-local: remove-gnac-dir
 
18
 
 
19
DISTCLEANFILES = \
 
20
        $(config_defaultprofiles_DATA)
 
21
 
 
22
EXTRA_DIST = \
 
23
        $(config_defaultprofiles_in_files)