organize project and specify directory for object files in Makefile

前端 未结 5 2120
时光取名叫无心
时光取名叫无心 2021-02-09 16:23

Here are my two questions:

  1. I am now learning to manage my code with CVS, and I just want to make a repository for my C++ files, Makefile and bash and python scri

5条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-02-09 16:40

    Use automake and autoconf for building your project.

    As for the structure of files just look at any big open-source C++ application. Any KDE application will do fine for that matter. If you find an application that uses C++ and Python even better.

提交回复
热议问题