view interps/cfunge/build/CMakeFiles/build-man.dir/DependInfo.cmake @ 11688:06331fefa90d draft

<b_jonas> perl -e for $e ("i","u"){ $f="bin/date$e"; open my$i,"<",$f or die "error open $f r"; local$/; $s=<$i> or die; $s=~s/"\\+%Y/\\${1:+-d "\\$1"} $&/ or die; open $o,">",$f or die "error open $f w: $!"; print $o $s or die; close $o or die; print "OK $f\\n" }
author HackEso <hackeso@esolangs.org>
date Fri, 04 Jan 2019 21:30:13 +0000
parents 859f9b4339e6
children
line wrap: on
line source

# The set of languages for which implicit dependencies are needed:
SET(CMAKE_DEPENDS_LANGUAGES
  )
# The set of files for implicit dependencies of each language:

# Preprocessor definitions for this target.
SET(CMAKE_TARGET_DEFINITIONS
  "CFUN_NO_TURT"
  "CFUN_EXACT_BOUNDS"
  "USE32"
  "CONCURRENT_FUNGE"
  "DISABLE_TRACE"
  "_POSIX_C_SOURCE=200112L"
  "_XOPEN_SOURCE=600"
  "HAVE_random"
  "HAVE_srandom"
  "HAVE_acosl"
  "HAVE_asinl"
  "HAVE_atanl"
  "HAVE_cosl"
  "HAVE_floorl"
  "HAVE_powl"
  "HAVE_roundl"
  "HAVE_sinl"
  "HAVE_sqrtl"
  "HAVE_tanl"
  "NDEBUG"
  "CFUN_TARGET_PLATFORM=\"x86_64\""
  "CFUN_TARGET_OS=\"Linux\""
  "CFUN_COMPILED_ON=\"Linux 3.1-5.slh.2-aptosid-amd64 (x86_64)\""
  "CFUN_COMPILER=\"/usr/bin/gcc\""
  "CFUN_BUILD_TYPE=\"Release\""
  "CFUN_USER_CFLAGS=\" -O3 -DNDEBUG\""
  "CFUN_USER_LDFLAGS=\" \""
  )

# Targets to which this target links.
SET(CMAKE_TARGET_LINKED_INFO_FILES
  )

# The include file search paths:
SET(CMAKE_C_TARGET_INCLUDE_PATH
  "/home/gregor/projects/hackbot/multibot_cmds/env/interps/cfunge/cfunge-src/src"
  )
SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})