Add Russian translation provided by Валерий Крувялис <valkru@mail.ru>
[xiph-mirror.git] / theora-old / examples / Makefile.am
blob0fc99e3f9dc7494bdc51c197f318bf472a50bd10
1 ## Process this file with automake to produce Makefile.in
3 INCLUDES = -I$(top_srcdir)/include 
5 noinst_PROGRAMS = dump_video $(BUILDABLE_EXAMPLES)
7 # possible contents of BUILDABLE_EXAMPLES:
8 EXTRA_PROGRAMS = player_example encoder_example
10 AM_CFLAGS = $(OGG_CFLAGS)
11 LDADD = ../lib/libtheora.la $(OGG_LIBS)
13 dump_video_SOURCES = dump_video.c
14 EXTRA_dump_video_SOURCES = getopt.c getopt1.c getopt.h
15 dump_video_LDADD = $(GETOPT_OBJS) $(LDADD)
16 dump_video_DEPENDENCIES = $(GETOPT_OBJS)
18 player_example_SOURCES = player_example.c
19 player_example_CFLAGS = $(SDL_CFLAGS) $(OGG_CFLAGS) $(VORBIS_CFLAGS)
20 player_example_LDADD = $(LDADD) $(SDL_LIBS) $(VORBIS_LIBS)
22 encoder_example_SOURCES = encoder_example.c
23 EXTRA_encoder_example_SOURCES = getopt.c getopt1.c getopt.h
24 encoder_example_CFLAGS = $(OGG_CFLAGS) $(VORBIS_CFLAGS)
25 encoder_example_LDADD = $(GETOPT_OBJS) $(LDADD) $(VORBIS_LIBS) $(VORBISENC_LIBS)
26 encoder_example_DEPENDENCIES = $(GETOPT_OBJS)
28 debug:
29         $(MAKE) all CFLAGS="@DEBUG@"
31 profile:
32         $(MAKE) all CFLAGS="@PROFILE@"