cburstedde / libsc

The "sc" auxiliary library
www.p4est.org/
GNU Lesser General Public License v2.1
36 stars 34 forks source link

Feature linksc #115

Closed cburstedde closed 1 year ago

cburstedde commented 1 year ago

Provide example for linking to libsc

We add the directory example/linksc which does nothing in the usual build process. In that directory, however, hides a self-contained autotools build system of a small demo.

It showcases how to

Together with the abundand autotools manuals on the web, this should make it real easy to begin using them. In particular the Makefile.am way eliminates Makefile headache entirely. In my eyes, the real winner is not autoconf but the rather underrated automake and even libtool, even for not so complex projects.