File: Makefile.am

package info (click to toggle)
ogmrip 1.0.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,580 kB
  • sloc: ansic: 47,390; sh: 11,160; xml: 2,248; makefile: 968
file content (70 lines) | stat: -rw-r--r-- 1,807 bytes parent folder | download | duplicates (3)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
if HAVE_GTK_SUPPORT

uidir = $(datadir)/ogmrip
ui_DATA = ogmrip-ui.xml

gladedir = $(datadir)/ogmrip
glade_DATA = ogmrip-crop.glade           \
             ogmrip-main.glade           \
             ogmrip-options.glade        \
             ogmrip-pref.glade           \
             ogmrip-profile-editor.glade \
             ogmrip-profiles.glade       \
             ogmrip-progress.glade       \
             ogmrip-queue.glade          \
             ogmrip-update.glade         \
             ogmrip-spell.glade          \
             ogmrip-lavc.glade           \
             ogmrip-x264.glade           \
             ogmrip-xvid.glade

pixmapdir = $(datadir)/pixmaps
pixmap_DATA = ogmrip.png

profilesdir = $(datadir)/ogmrip/profiles
profilesfile = profiles.xml.in
profiles_DATA = $(profilesfile:.xml.in=.xml)
@INTLTOOL_XML_RULE@

desktopdir  = $(datadir)/applications
desktopfile = ogmrip.desktop.in
desktop_DATA = $(desktopfile:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@

schemasdir  = $(GCONF_SCHEMA_FILE_DIR)
schemasfile = ogmrip.schemas.in
schemas_DATA = $(schemasfile:.schemas.in=.schemas)
@INTLTOOL_SCHEMAS_RULE@

if GCONF_SCHEMAS_INSTALL
install-data-local:
	-GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) \
      $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schemas_DATA)
endif # GCONF_SCHEMAS_INSTALL

endif # HAVE_GTK_SUPPORT

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = ogmrip.pc     \
                 ogmrip-gtk.pc \
                 ogmdvd.pc     \
                 ogmdvd-gtk.pc \
                 ogmjob.pc

EXTRA_DIST =      \
  $(ui_DATA)      \
  $(glade_DATA)   \
  $(pixmap_DATA)  \
  $(profilesfile) \
  $(desktopfile)  \
  $(schemasfile)

CLEANFILES = \
  *.gladep   \
  *.bak

DISTCLEANFILES = \
  ogmrip.desktop \
  ogmrip.schemas \
  profiles.xml