File: Makefile.am

package info (click to toggle)
easytag 2.1.4-1.1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 11,652 kB
  • ctags: 2,728
  • sloc: ansic: 36,972; sh: 8,845; makefile: 218; cpp: 82
file content (102 lines) | stat: -rwxr-xr-x 2,228 bytes parent folder | download
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
AUTOMAKE_OPTIONS=dist-bzip2
 
SUBDIRS=src po

gnome_menudir=$(datadir)/applications
gnome_menu_DATA=easytag.desktop

textdir = $(datadir)/$(PACKAGE)
text_DATA = ChangeLog

man_MANS = doc/easytag.1

BITMAPS = \
    pixmaps/add_folder.xpm \
    pixmaps/album.xpm \
    pixmaps/all_downcase.xpm \
    pixmaps/all_uppercase.xpm \
    pixmaps/artist.xpm \
    pixmaps/artist_album.xpm \
    pixmaps/black.xpm \
    pixmaps/blackwhite.xpm \
    pixmaps/closed_folder_locked.xpm \
    pixmaps/closed_folder.xpm \
    pixmaps/EasyTAG.ico \
    pixmaps/EasyTAG_icon.xpm \
    pixmaps/EasyTAG2.ico \
    pixmaps/EasyTAG2.xpm \
    pixmaps/first_letter_uppercase.xpm \
    pixmaps/first_letter_uppercase_word.xpm \
    pixmaps/forbidden.xpm \
    pixmaps/freedb.xpm \
    pixmaps/gnudb.xpm \
    pixmaps/grab.xpm \
    pixmaps/invert_selection.xpm \
    pixmaps/mask.xpm \
    pixmaps/musicbrainz.xpm \
    pixmaps/opened_folder.xpm \
    pixmaps/parent_folder.xpm \
    pixmaps/ram_disk.xpm \
    pixmaps/read_only.xpm \
    pixmaps/red_lines.xpm \
    pixmaps/scan.xpm \
    pixmaps/select_all.xpm \
    pixmaps/sequence_track.xpm \
    pixmaps/sound.xpm \
    pixmaps/unselect_all.xpm

pixmapdir = $(datadir)/$(PACKAGE)
pixmap_DATA = \
    pixmaps/EasyTAG_logo.xpm
#    pixmaps/artist_album.png \
#    pixmaps/EasyTAG_icon.png \
#    pixmaps/EasyTAG_logo.png \
#    pixmaps/scan.png


icondir = $(datadir)/pixmaps
icon_DATA = pixmaps/EasyTAG_icon.xpm
#icon_DATA = pixmaps/EasyTAG_icon.png


EXTRA_DIST= \
    $(gnome_menu_DATA) \
    $(text_DATA) \
    $(BITMAPS) \
    $(pixmap_DATA) \
    $(icon_DATA) \
    \
    autogen.sh \
    easytag.spec \
    easytag-win32-installer.nsi \
    COPYING \
    INSTALL \
    README \
    THANKS \
    TODO \
    USERS-GUIDE \
    \
    debian/changelog \
    debian/compat \
    debian/control \
    debian/copyright \
    debian/dirs \
    debian/docs \
    debian/easytag.1 \
    debian/easytag.xpm \
    debian/menu \
    debian/rules \
    \
    config.h.mingw \
    Makefile.mingw \
    README_win32.txt \
    po/Makefile.mingw \
    \
    doc/easytag.1.in \
    doc/EasyTAG_Documentation*.html \
    doc/users_guide_*/* \
    doc/users_guide_*/images/* \
    doc/id3/* \
    doc/vorbis/*