X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=Makefile;h=58b17e08708e62c9a3bba21a83d90d3ca4612c85;hb=e9975b387fe6afdd3b9978dd11654a3171dac3b0;hp=97c56d5ae98b73c32b00c0ed79ad12928da5c314;hpb=0747bb9f3d1759c0b71a0cff3387835db9833d8e;p=avr-crypto-lib.git diff --git a/Makefile b/Makefile index 97c56d5..58b17e0 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,21 @@ # Makefile for the AVR-Crypto-Lib project -# author: Daniel Otte +# +# This file is part of the AVR-Crypto-Lib. +# Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) +# +# This program 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. +# +# This program 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 this program. If not, see . + SHELL = sh BLOCK_CIPHERS := @@ -292,7 +308,7 @@ clean: .PHONY: depclean depclean: clean - rm $(DEP_DIR)*.d + rm -f $(DEP_DIR)*.d #------------------------------------------------------------------------------- # dependency inclusion