mirror of
https://github.com/love2d/love-android.git
synced 2026-08-21 21:15:34 +02:00
added dependencies and build files (loosely inspired by Sebastian Dorda's love-native-android)
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
# libvorbisenc.la - a libtool library file
|
||||
# Generated by ltmain.sh (GNU libtool) 2.2.6 Debian-2.2.6a-4
|
||||
#
|
||||
# Please DO NOT delete this file!
|
||||
# It is necessary for linking the library.
|
||||
|
||||
# The name that we can dlopen(3).
|
||||
dlname='libvorbisenc.so.2'
|
||||
|
||||
# Names of this library.
|
||||
library_names='libvorbisenc.so.2.0.8 libvorbisenc.so.2 libvorbisenc.so'
|
||||
|
||||
# The name of the static archive.
|
||||
old_library='libvorbisenc.a'
|
||||
|
||||
# Linker flags that can not go in dependency_libs.
|
||||
inherited_linker_flags=''
|
||||
|
||||
# Libraries that this one depends upon.
|
||||
dependency_libs=' /home/hagish/workspace/adt/love-native-android/jni/libvorbis-1.3.2/lib/libvorbis.la -lm -logg'
|
||||
|
||||
# Names of additional weak libraries provided by this library
|
||||
weak_library_names=''
|
||||
|
||||
# Version information for libvorbisenc.
|
||||
current=2
|
||||
age=0
|
||||
revision=8
|
||||
|
||||
# Is this an already installed library?
|
||||
installed=no
|
||||
|
||||
# Should we warn about portability when linking against -modules?
|
||||
shouldnotlink=no
|
||||
|
||||
# Files to dlopen/dlpreopen
|
||||
dlopen=''
|
||||
dlpreopen=''
|
||||
|
||||
# Directory that this library needs to be installed in:
|
||||
libdir='/usr/local/lib'
|
||||
relink_command="(cd /home/hagish/workspace/adt/love-native-android/jni/libvorbis-1.3.2/lib; /bin/bash /home/hagish/workspace/adt/love-native-android/jni/libvorbis-1.3.2/libtool --tag CC --mode=relink gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -no-undefined -version-info 2:8:0 -o libvorbisenc.la -rpath /usr/local/lib vorbisenc.lo libvorbis.la -logg @inst_prefix_dir@)"
|
||||
Reference in New Issue
Block a user