misc/libtremor/tremor/Makefile.am
changeset 7697 767d3c4153a1
parent 6045 9a7cc0f29430
child 7849 a12155461b34
equal deleted inserted replaced
7696:78a00bc68913 7697:767d3c4153a1
     1 AUTOMAKE_OPTIONS = foreign
     1 AUTOMAKE_OPTIONS = foreign
     2 
     2 
     3 INCLUDES = -I./
     3 INCLUDES = -I./
     4 
     4 
       
     5 pkgconfigdir = $(libdir)/pkgconfig
       
     6 pkgconfig_DATA = vorbisidec.pc
       
     7 
     5 lib_LTLIBRARIES = libvorbisidec.la
     8 lib_LTLIBRARIES = libvorbisidec.la
     6 
     9 
     7 libvorbisidec_la_SOURCES = mdct.c block.c window.c \
    10 libvorbisidec_la_SOURCES = mdct.c dsp.c info.c misc.c \
     8                         synthesis.c info.c \
       
     9                         floor1.c floor0.c vorbisfile.c \
    11                         floor1.c floor0.c vorbisfile.c \
    10                         res012.c mapping0.c registry.c codebook.c \
    12                         res012.c mapping0.c codebook.c \
    11 			sharedbook.c framing.c bitwise.c \
    13 			framing.c bitwise.c \
    12                         codebook.h misc.h mdct_lookup.h\
    14                         codebook.h misc.h mdct_lookup.h\
    13                         os.h mdct.h block.h ivorbisfile.h lsp_lookup.h\
    15                         os.h mdct.h ivorbisfile.h lsp_lookup.h\
    14                         registry.h window.h window_lookup.h\
    16                         window_lookup.h floor_lookup.c \
    15                         codec_internal.h backends.h ogg.h \
    17                         codec_internal.h ogg.h \
    16 			asm_arm.h ivorbiscodec.h
    18 			asm_arm.h ivorbiscodec.h
    17 libvorbisidec_la_LDFLAGS = -version-info @V_LIB_CURRENT@:@V_LIB_REVISION@:@V_LIB_AGE@
    19 libvorbisidec_la_LDFLAGS = -version-info @V_LIB_CURRENT@:@V_LIB_REVISION@:@V_LIB_AGE@
    18 
    20 
    19 EXTRA_PROGRAMS = ivorbisfile_example
    21 EXTRA_PROGRAMS = ivorbisfile_example
    20 CLEANFILES = $(EXTRA_PROGRAMS) $(lib_LTLIBRARIES)
    22 CLEANFILES = $(EXTRA_PROGRAMS) $(lib_LTLIBRARIES)
    25 
    27 
    26 includedir = $(prefix)/include/tremor
    28 includedir = $(prefix)/include/tremor
    27 
    29 
    28 include_HEADERS = ivorbiscodec.h ivorbisfile.h ogg.h os_types.h config_types.h
    30 include_HEADERS = ivorbiscodec.h ivorbisfile.h ogg.h os_types.h config_types.h
    29 
    31 
       
    32 EXTRA_DIST = vorbisidec.pc.in
       
    33 
    30 example:
    34 example:
    31 	-ln -fs . vorbis
    35 	-ln -fs . vorbis
    32 	$(MAKE) ivorbisfile_example
    36 	$(MAKE) ivorbisfile_example
    33 
    37 
    34 debug:
    38 debug: