Tests about a simple python3 fastcgi runner using libfcgi and the Python-C API.
python
c
wsgi
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

Makefile.am 192B

1234567891011121314151617
  1. ACLOCAL_AMFLAGS= -I m4
  2. SUBDIRS =
  3. if HAVE_DOXYGEN
  4. SUBDIRS += docs
  5. docs:
  6. -cd docs; rm doxyfile.stamp; make doxyfile.stamp
  7. .PHONY: docs
  8. endif
  9. SUBDIRS += src
  10. if CHECK
  11. SUBDIRS += tests
  12. endif