説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

buildconf.py.am.in 277B

123456789
  1. ##@brief Stores constant evaluated at build time
  2. #@note Populated by ./configure
  3. #@warning This file HAS TO be safely importable outside any lodel context
  4. PYMONGO=@PYMONGO@
  5. WEBUI=@WEBUI@
  6. #Populated by make
  7. LODEL2VARDIR="[@]LODEL2_VARDIR[@]"
  8. LODEL2LOGDIR="[@]LODEL2_LOGDIR[@]"