Browse Source

Delete accidentally pushed makefiles.

tempestpy_adaptions
Tim Quatmann 5 years ago
parent
commit
c7d167fda3
  1. 6
      src/storm-pomdp-cli/CTestTestfile.cmake
  2. 294
      src/storm-pomdp-cli/Makefile
  3. 51
      src/storm-pomdp-cli/cmake_install.cmake

6
src/storm-pomdp-cli/CTestTestfile.cmake

@ -1,6 +0,0 @@
# CMake generated Testfile for
# Source directory: /Users/sjunges/i2/storm/src/storm-pomdp-cli
# Build directory: /Users/sjunges/i2/storm/src/storm-pomdp-cli
#
# This file includes the relevant testing commands required for
# testing this directory and lists subdirectories to be tested as well.

294
src/storm-pomdp-cli/Makefile

@ -1,294 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.7
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical 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 = /Applications/CLion.app/Contents/bin/cmake/bin/cmake
# The command to remove a file.
RM = /Applications/CLion.app/Contents/bin/cmake/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/sjunges/i2/storm
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/sjunges/i2/storm
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target list_install_components
list_install_components:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components
# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/Applications/CLion.app/Contents/bin/cmake/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
install/local/fast: install/local
.PHONY : install/local/fast
# Special rule for the target test
test:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
/Applications/CLion.app/Contents/bin/cmake/bin/ctest --force-new-ctest-process $(ARGS)
.PHONY : test
# Special rule for the target test
test/fast: test
.PHONY : test/fast
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
/Applications/CLion.app/Contents/bin/cmake/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/Applications/CLion.app/Contents/bin/cmake/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# Special rule for the target package_source
package_source:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
cd /Users/sjunges/i2/storm && /Applications/CLion.app/Contents/bin/cmake/bin/cpack --config ./CPackSourceConfig.cmake /Users/sjunges/i2/storm/CPackSourceConfig.cmake
.PHONY : package_source
# Special rule for the target package_source
package_source/fast: package_source
.PHONY : package_source/fast
# Special rule for the target package
package: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
cd /Users/sjunges/i2/storm && /Applications/CLion.app/Contents/bin/cmake/bin/cpack --config ./CPackConfig.cmake
.PHONY : package
# Special rule for the target package
package/fast: package
.PHONY : package/fast
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/Applications/CLion.app/Contents/bin/cmake/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
install/strip/fast: install/strip
.PHONY : install/strip/fast
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/Applications/CLion.app/Contents/bin/cmake/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/Applications/CLion.app/Contents/bin/cmake/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# The main all target
all: cmake_check_build_system
cd /Users/sjunges/i2/storm && $(CMAKE_COMMAND) -E cmake_progress_start /Users/sjunges/i2/storm/CMakeFiles /Users/sjunges/i2/storm/src/storm-pomdp-cli/CMakeFiles/progress.marks
cd /Users/sjunges/i2/storm && $(MAKE) -f CMakeFiles/Makefile2 src/storm-pomdp-cli/all
$(CMAKE_COMMAND) -E cmake_progress_start /Users/sjunges/i2/storm/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /Users/sjunges/i2/storm && $(MAKE) -f CMakeFiles/Makefile2 src/storm-pomdp-cli/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /Users/sjunges/i2/storm && $(MAKE) -f CMakeFiles/Makefile2 src/storm-pomdp-cli/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /Users/sjunges/i2/storm && $(MAKE) -f CMakeFiles/Makefile2 src/storm-pomdp-cli/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /Users/sjunges/i2/storm && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
src/storm-pomdp-cli/CMakeFiles/storm-pomdp-cli.dir/rule:
cd /Users/sjunges/i2/storm && $(MAKE) -f CMakeFiles/Makefile2 src/storm-pomdp-cli/CMakeFiles/storm-pomdp-cli.dir/rule
.PHONY : src/storm-pomdp-cli/CMakeFiles/storm-pomdp-cli.dir/rule
# Convenience name for target.
storm-pomdp-cli: src/storm-pomdp-cli/CMakeFiles/storm-pomdp-cli.dir/rule
.PHONY : storm-pomdp-cli
# fast build rule for target.
storm-pomdp-cli/fast:
cd /Users/sjunges/i2/storm && $(MAKE) -f src/storm-pomdp-cli/CMakeFiles/storm-pomdp-cli.dir/build.make src/storm-pomdp-cli/CMakeFiles/storm-pomdp-cli.dir/build
.PHONY : storm-pomdp-cli/fast
settings/modules/POMDPSettings.o: settings/modules/POMDPSettings.cpp.o
.PHONY : settings/modules/POMDPSettings.o
# target to build an object file
settings/modules/POMDPSettings.cpp.o:
cd /Users/sjunges/i2/storm && $(MAKE) -f src/storm-pomdp-cli/CMakeFiles/storm-pomdp-cli.dir/build.make src/storm-pomdp-cli/CMakeFiles/storm-pomdp-cli.dir/settings/modules/POMDPSettings.cpp.o
.PHONY : settings/modules/POMDPSettings.cpp.o
settings/modules/POMDPSettings.i: settings/modules/POMDPSettings.cpp.i
.PHONY : settings/modules/POMDPSettings.i
# target to preprocess a source file
settings/modules/POMDPSettings.cpp.i:
cd /Users/sjunges/i2/storm && $(MAKE) -f src/storm-pomdp-cli/CMakeFiles/storm-pomdp-cli.dir/build.make src/storm-pomdp-cli/CMakeFiles/storm-pomdp-cli.dir/settings/modules/POMDPSettings.cpp.i
.PHONY : settings/modules/POMDPSettings.cpp.i
settings/modules/POMDPSettings.s: settings/modules/POMDPSettings.cpp.s
.PHONY : settings/modules/POMDPSettings.s
# target to generate assembly for a file
settings/modules/POMDPSettings.cpp.s:
cd /Users/sjunges/i2/storm && $(MAKE) -f src/storm-pomdp-cli/CMakeFiles/storm-pomdp-cli.dir/build.make src/storm-pomdp-cli/CMakeFiles/storm-pomdp-cli.dir/settings/modules/POMDPSettings.cpp.s
.PHONY : settings/modules/POMDPSettings.cpp.s
storm-pomdp.o: storm-pomdp.cpp.o
.PHONY : storm-pomdp.o
# target to build an object file
storm-pomdp.cpp.o:
cd /Users/sjunges/i2/storm && $(MAKE) -f src/storm-pomdp-cli/CMakeFiles/storm-pomdp-cli.dir/build.make src/storm-pomdp-cli/CMakeFiles/storm-pomdp-cli.dir/storm-pomdp.cpp.o
.PHONY : storm-pomdp.cpp.o
storm-pomdp.i: storm-pomdp.cpp.i
.PHONY : storm-pomdp.i
# target to preprocess a source file
storm-pomdp.cpp.i:
cd /Users/sjunges/i2/storm && $(MAKE) -f src/storm-pomdp-cli/CMakeFiles/storm-pomdp-cli.dir/build.make src/storm-pomdp-cli/CMakeFiles/storm-pomdp-cli.dir/storm-pomdp.cpp.i
.PHONY : storm-pomdp.cpp.i
storm-pomdp.s: storm-pomdp.cpp.s
.PHONY : storm-pomdp.s
# target to generate assembly for a file
storm-pomdp.cpp.s:
cd /Users/sjunges/i2/storm && $(MAKE) -f src/storm-pomdp-cli/CMakeFiles/storm-pomdp-cli.dir/build.make src/storm-pomdp-cli/CMakeFiles/storm-pomdp-cli.dir/storm-pomdp.cpp.s
.PHONY : storm-pomdp.cpp.s
# Help Target
help:
@echo "The following are some of the valid targets for this Makefile:"
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... list_install_components"
@echo "... install/local"
@echo "... test"
@echo "... edit_cache"
@echo "... rebuild_cache"
@echo "... package_source"
@echo "... package"
@echo "... install/strip"
@echo "... install"
@echo "... storm-pomdp-cli"
@echo "... settings/modules/POMDPSettings.o"
@echo "... settings/modules/POMDPSettings.i"
@echo "... settings/modules/POMDPSettings.s"
@echo "... storm-pomdp.o"
@echo "... storm-pomdp.i"
@echo "... storm-pomdp.s"
.PHONY : help
#=============================================================================
# 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:
cd /Users/sjunges/i2/storm && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

51
src/storm-pomdp-cli/cmake_install.cmake

@ -1,51 +0,0 @@
# Install script for directory: /Users/sjunges/i2/storm/src/storm-pomdp-cli
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "Debug")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/Users/sjunges/i2/storm/bin/storm-pomdp")
if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/storm-pomdp" AND
NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/storm-pomdp")
execute_process(COMMAND /usr/bin/install_name_tool
-delete_rpath "/Users/sjunges/i2/storm/lib"
"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/storm-pomdp")
execute_process(COMMAND /usr/bin/install_name_tool
-delete_rpath "/Users/sjunges/i2/carl/build"
"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/storm-pomdp")
execute_process(COMMAND /usr/bin/install_name_tool
-add_rpath "/usr/local/lib"
"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/storm-pomdp")
execute_process(COMMAND /usr/bin/install_name_tool
-add_rpath "/Users/sjunges/i2/carl/build"
"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/storm-pomdp")
if(CMAKE_INSTALL_DO_STRIP)
execute_process(COMMAND "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/storm-pomdp")
endif()
endif()
endif()
Loading…
Cancel
Save