Add Russian translation provided by Валерий Крувялис <valkru@mail.ru>
[xiph-mirror.git] / vorbis-tools / oggenc / Makefile.am
bloba449395144a714976e65e540eeae96faecd21059
1 ## Process this file with automake to produce Makefile.in
2 if HAVE_LIBFLAC
3 flac_sources = flac.c flac.h easyflac.c easyflac.h
4 else
5 flac_sources =
6 endif
8 if HAVE_KATE
9 kate_sources = lyrics.c lyrics.h
10 else
11 kate_sources =
12 endif
14 SUBDIRS = man
16 datadir = @datadir@
17 localedir = $(datadir)/locale
18 DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
20 bin_PROGRAMS = oggenc
22 INCLUDES = @SHARE_CFLAGS@ @OGG_CFLAGS@ @VORBIS_CFLAGS@ @KATE_CFLAGS@ @I18N_CFLAGS@
24 oggenc_LDADD = @SHARE_LIBS@ \
25                @VORBISENC_LIBS@ @VORBIS_LIBS@ @KATE_LIBS@ @OGG_LIBS@ \
26                @LIBICONV@ @I18N_LIBS@ @FLAC_LIBS@
28 oggenc_DEPENDENCIES = @SHARE_LIBS@
30 oggenc_SOURCES = $(flac_sources) $(kate_sources) \
31                  oggenc.c audio.c encode.c platform.c resample.c skeleton.c \
32                  audio.h encode.h platform.h resample.h skeleton.h
35 debug:
36         $(MAKE) all CFLAGS="@DEBUG@"
38 profile:
39         $(MAKE) all CFLAGS="@PROFILE@"