# # GNU POC (passwords on card) - manage passwords on smartcards # Copyright (C) 2001 Henning Koester # # Please report bugs to bug-poc@gnu.org # # This file is part of POC. # # 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 2 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, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # bin_PROGRAMS = poc poc_SOURCES = backup_card.c backup_card.h blowfish.c blowfish.h card.c card.h \ cardinfo.h change.c change.h cipher.c cipher.h format.c format.h \ iv.h lang.h main.c misc.c misc.h missing_libs.c missing_libs.h \ password.c password.h poc.h poc_macros.h poc_types.h rijndael.c \ rijndael.h sha2.c sha2.h tiger.c tiger.h # debugging #CFLAGS = -g -Wall