From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.182.126.228 with SMTP id nb4mr13259795obb.19.1442767362897; Sun, 20 Sep 2015 09:42:42 -0700 (PDT) X-Received: by 10.182.221.133 with SMTP id qe5mr64319obc.6.1442767362804; Sun, 20 Sep 2015 09:42:42 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!kq10no6707528igb.0!news-out.google.com!f6ni10691igi.0!nntp.google.com!kq10no5676789igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 20 Sep 2015 09:42:42 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2601:18f:101:311c:ba86:87ff:fed6:5907; posting-account=AvekzAoAAABj-TclKcOWQmXwA49MFPGX NNTP-Posting-Host: 2601:18f:101:311c:ba86:87ff:fed6:5907 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <428ab038-94ac-4549-ae3b-0b06f4fb80a8@googlegroups.com> Subject: How to best organize and build large projects? From: John Smith Injection-Date: Sun, 20 Sep 2015 16:42:42 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:27791 Date: 2015-09-20T09:42:42-07:00 List-Id: Hi all, In your experience, what are some good approaches in case I want to organiz= e and then build an application with many files and resources. Would you s= plit the project up into source, resources, build_scripts, etc? Would you = use makefiles to build the whole thing or some other tool?