X-Git-Url: https://jxself.org/git/?p=skeinsum.git;a=blobdiff_plain;f=makefile.am;h=7bfbdaca0da5898973a50bc56e465ef543b84350;hp=31b47bd006c7a285806224757e4b9fba9890161e;hb=7d6971a4c7d1abea33a313128841c404112a1cdd;hpb=225580b92ee570c3a0a7f924250dd11b36095124 diff --git a/makefile.am b/makefile.am index 31b47bd..7bfbdac 100644 --- a/makefile.am +++ b/makefile.am @@ -1,5 +1,21 @@ +# This file is part of skeinsum. +# +# skeinsum is free software: you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# skeinsum is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with skeinsum. If not, see . + bin_PROGRAMS = skein256sum skein512sum skein1024sum -skein256sum_SOURCES = SHA3api_ref.c skein.c skein256.c skein_block.c skein_debug.c -skein512sum_SOURCES = SHA3api_ref.c skein.c skein512.c skein_block.c skein_debug.c -skein1024sum_SOURCES = SHA3api_ref.c skein.c skein1024.c skein_block.c skein_debug.c -include_HEADERS = brg_endian.h brg_types.h SHA3api_ref.h skein.h skein_debug.h skein_port.h +man_MANS = skein256sum.1 skein512sum.1 skein1024sum.1 +skein256sum_SOURCES = skeinapi_ref.c skein.c skein256.c skein_block.c skein_debug.c skein_cli.c +skein512sum_SOURCES = skeinapi_ref.c skein.c skein512.c skein_block.c skein_debug.c skein_cli.c +skein1024sum_SOURCES = skeinapi_ref.c skein.c skein1024.c skein_block.c skein_debug.c skein_cli.c +include_HEADERS = brg_endian.h brg_types.h skeinapi_ref.h skein.h skein_debug.h skein_port.h