chiark / gitweb /
Example project using nonrecursive make.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 8 Nov 2019 16:55:32 +0000 (16:55 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 8 Nov 2019 17:23:44 +0000 (17:23 +0000)
commitcab1d4fbd2df69710c1312b0f38a748f0f10993a
tree8d6d67706ea0d8f4fcbff95c64ebc95d7e153481
Example project using nonrecursive make.
15 files changed:
.gitignore [new file with mode: 0644]
Makefile.in [new file with mode: 0644]
build-aux/install-sh [new file with mode: 0755]
build-aux/subdirmk.in [new file with mode: 0644]
configure.ac [new file with mode: 0644]
lib/Makefile.in [new symlink]
lib/Subdir.mk [new file with mode: 0644]
lib/t/Makefile.in [new symlink]
lib/t/Subdir.mk [new file with mode: 0644]
lib/t/toytest.c [new file with mode: 0644]
lib/toylib.c [new file with mode: 0644]
lib/toylib.h [new file with mode: 0644]
src/Makefile.in [new symlink]
src/Subdir.mk [new file with mode: 0644]
src/toy.c [new file with mode: 0644]