File: Makefile.am

package info (click to toggle)
k3b 1.0.5-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 19,100 kB
  • ctags: 12,001
  • sloc: cpp: 95,026; ansic: 25,752; sh: 9,952; perl: 2,799; makefile: 939; asm: 568
file content (26 lines) | stat: -rw-r--r-- 341 bytes parent folder | download | duplicates (2)
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

if include_OGG
DECOGGDIR = ogg
endif

if include_MP3
DECMP3DIR = mp3
endif

if include_FLAC
DECFLACDIR = flac
endif

if include_AIFF
DECAIFFDIR = libsndfile
endif

if include_FFMPEG
FFMPEGDIR = ffmpeg
endif

if include_MPC
MPCDIR = musepack
endif

SUBDIRS = wave $(DECOGGDIR) $(DECMP3DIR) $(DECFLACDIR) $(DECAIFFDIR) $(FFMPEGDIR) $(MPCDIR)