配置和制作:source,test和doc

时间:2012-07-02 16:07:46

标签: linux makefile autotools configure

我正在尝试创建用于构建源代码,测试和文档的配置脚本。文件夹如下:

  • SRC
  • 测试

我想要生成的文档来自源代码,由Doxygen处理。

我希望能够在运行configure脚本后执行以下操作:

$ make  // to compile the source

$ make test // to compile the tests

$ make run_test <test_name> // to run an specific test

$ make doc // to run Doxygen and generate the documentation in a folder called "doc"

我需要执行哪些操作?我正在研究Autotools文档,但我还没有找到执行此操作的方法。

由于

0 个答案:

没有答案