mirror of
https://github.com/love2d/love-android.git
synced 2026-08-20 04:31:26 +02:00
added dependencies and build files (loosely inspired by Sebastian Dorda's love-native-android)
This commit is contained in:
@@ -0,0 +1,152 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
|
||||
|
||||
# Default target executed when no arguments are given to make.
|
||||
default_target: all
|
||||
.PHONY : default_target
|
||||
|
||||
# The main recursive all target
|
||||
all:
|
||||
.PHONY : all
|
||||
|
||||
# The main recursive preinstall target
|
||||
preinstall:
|
||||
.PHONY : preinstall
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canoncical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
# Remove some rules from gmake that .SUFFIXES does not remove.
|
||||
SUFFIXES =
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
# Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E remove -f
|
||||
|
||||
# The program to use to edit the cache.
|
||||
CMAKE_EDIT_COMMAND = /usr/bin/cmake-gui
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/hagish/workspace/adt/love-native-android/jni/openal-soft-android
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/hagish/workspace/adt/love-native-android/jni/openal-soft-android
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target CMakeFiles/openal.dir
|
||||
|
||||
# All Build rule for target.
|
||||
CMakeFiles/openal.dir/all:
|
||||
$(MAKE) -f CMakeFiles/openal.dir/build.make CMakeFiles/openal.dir/depend
|
||||
$(MAKE) -f CMakeFiles/openal.dir/build.make CMakeFiles/openal.dir/build
|
||||
$(CMAKE_COMMAND) -E cmake_progress_report /home/hagish/workspace/adt/love-native-android/jni/openal-soft-android/CMakeFiles 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
||||
@echo "Built target openal"
|
||||
.PHONY : CMakeFiles/openal.dir/all
|
||||
|
||||
# Include target in all.
|
||||
all: CMakeFiles/openal.dir/all
|
||||
.PHONY : all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
CMakeFiles/openal.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/hagish/workspace/adt/love-native-android/jni/openal-soft-android/CMakeFiles 28
|
||||
$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/openal.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/hagish/workspace/adt/love-native-android/jni/openal-soft-android/CMakeFiles 0
|
||||
.PHONY : CMakeFiles/openal.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
openal: CMakeFiles/openal.dir/rule
|
||||
.PHONY : openal
|
||||
|
||||
# Pre-install relink rule for target.
|
||||
CMakeFiles/openal.dir/preinstall:
|
||||
$(MAKE) -f CMakeFiles/openal.dir/build.make CMakeFiles/openal.dir/preinstall
|
||||
.PHONY : CMakeFiles/openal.dir/preinstall
|
||||
|
||||
# Prepare target for install.
|
||||
preinstall: CMakeFiles/openal.dir/preinstall
|
||||
.PHONY : preinstall
|
||||
|
||||
# clean rule for target.
|
||||
CMakeFiles/openal.dir/clean:
|
||||
$(MAKE) -f CMakeFiles/openal.dir/build.make CMakeFiles/openal.dir/clean
|
||||
.PHONY : CMakeFiles/openal.dir/clean
|
||||
|
||||
# clean rule for target.
|
||||
clean: CMakeFiles/openal.dir/clean
|
||||
.PHONY : clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target CMakeFiles/openal-info.dir
|
||||
|
||||
# All Build rule for target.
|
||||
CMakeFiles/openal-info.dir/all: CMakeFiles/openal.dir/all
|
||||
$(MAKE) -f CMakeFiles/openal-info.dir/build.make CMakeFiles/openal-info.dir/depend
|
||||
$(MAKE) -f CMakeFiles/openal-info.dir/build.make CMakeFiles/openal-info.dir/build
|
||||
$(CMAKE_COMMAND) -E cmake_progress_report /home/hagish/workspace/adt/love-native-android/jni/openal-soft-android/CMakeFiles 29
|
||||
@echo "Built target openal-info"
|
||||
.PHONY : CMakeFiles/openal-info.dir/all
|
||||
|
||||
# Include target in all.
|
||||
all: CMakeFiles/openal-info.dir/all
|
||||
.PHONY : all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
CMakeFiles/openal-info.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/hagish/workspace/adt/love-native-android/jni/openal-soft-android/CMakeFiles 29
|
||||
$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/openal-info.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/hagish/workspace/adt/love-native-android/jni/openal-soft-android/CMakeFiles 0
|
||||
.PHONY : CMakeFiles/openal-info.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
openal-info: CMakeFiles/openal-info.dir/rule
|
||||
.PHONY : openal-info
|
||||
|
||||
# Pre-install relink rule for target.
|
||||
CMakeFiles/openal-info.dir/preinstall:
|
||||
$(MAKE) -f CMakeFiles/openal-info.dir/build.make CMakeFiles/openal-info.dir/preinstall
|
||||
.PHONY : CMakeFiles/openal-info.dir/preinstall
|
||||
|
||||
# Prepare target for install.
|
||||
preinstall: CMakeFiles/openal-info.dir/preinstall
|
||||
.PHONY : preinstall
|
||||
|
||||
# clean rule for target.
|
||||
CMakeFiles/openal-info.dir/clean:
|
||||
$(MAKE) -f CMakeFiles/openal-info.dir/build.make CMakeFiles/openal-info.dir/clean
|
||||
.PHONY : CMakeFiles/openal-info.dir/clean
|
||||
|
||||
# clean rule for target.
|
||||
clean: CMakeFiles/openal-info.dir/clean
|
||||
.PHONY : clean
|
||||
|
||||
#=============================================================================
|
||||
# Special targets to cleanup operation of make.
|
||||
|
||||
# Special rule to run CMake to check the build system integrity.
|
||||
# No rule that depends on this can have commands that come from listfiles
|
||||
# because they might be regenerated.
|
||||
cmake_check_build_system:
|
||||
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
||||
.PHONY : cmake_check_build_system
|
||||
|
||||
Reference in New Issue
Block a user