## $Id: Makefile-files,v 1.1 2003/11/22 00:15:34 ensc Exp $  -*- makefile -*-

## Copyright (C) 2003 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.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 2, 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
##  

lib_SRCS =			lib/fmt-32.c \
				lib/fmt-64.c \
				lib/fmtx-32.c \
				lib/fmtx-64.c

lib_HDRS =			lib/fmt.h \
				lib/fmt.hc \
				lib/fmtx.hc \
				lib/fmt-internal.h

lib_lib_LIBS =			lib/libcommon.a


lib_libcommon_a_SOURCES =	$(lib_SRCS)
