mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-24 09:13:37 +01:00
17f33912d7
PR: 4183
10 lines
367 B
Makefile
10 lines
367 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
SUBDIRS = lib bc dc doc
|
|
|
|
dist-hook:
|
|
mkdir $(distdir)/h $(distdir)/Examples $(distdir)/Test
|
|
cp -p $(srcdir)/h/*.h $(distdir)/h
|
|
cp -p $(srcdir)/Examples/*.b $(distdir)/Examples
|
|
cp -p $(srcdir)/Test/*.b $(srcdir)/Test/*.bc $(distdir)/Test
|
|
cp -p $(srcdir)/Test/signum $(srcdir)/Test/timetest $(distdir)/Test
|