Added vorbis-tools.
[vorbis-lancer-gcc.git] / vorbis-tools-1.2.0 / ogginfo / Makefile.am
blob9b1fd3ef6100161b91b051a6bb658ce3a35e9f03
1 ## Process this file with automake to produce Makefile.in
3 mans = ogginfo.1
4 ogginfosources = ogginfo2.c theora.c
6 noinst_HEADERS = \
7         theora.h
9 datadir = @datadir@
10 localedir = $(datadir)/locale
11 DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
13 bin_PROGRAMS = ogginfo
14 mandir = @MANDIR@
15 man_MANS = $(mans)
17 INCLUDES = @SHARE_CFLAGS@ @OGG_CFLAGS@ @VORBIS_CFLAGS@ @I18N_CFLAGS@
19 ogginfo_LDADD = @SHARE_LIBS@ @VORBIS_LIBS@ @OGG_LIBS@ @LIBICONV@ @I18N_LIBS@
20 ogginfo_DEPENDENCIES = @SHARE_LIBS@
22 ogginfo_SOURCES = $(ogginfosources)
23 EXTRA_ogginfo_SOURCES = $(man_MANS) 
25 debug:
26         $(MAKE) all CFLAGS="@DEBUG@"
28 profile:
29         $(MAKE) all CFLAGS="@PROFILE@"