# $Id: Makefile,v 6.6 2003/08/01 19:07:27 cher Exp $

# Copyright (C) 1997-2003 Alexander Chernov <cher@ispras.ru>
# Created: Sun Apr  6 15:22:53 1997 by cher (Alexander Chernov) 

#  This program is free software; you can redistribute it and/or
#  modify it under the terms of the GNU Lesser 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
#  Lesser General Public License for more details.

include ./env_prefix.sh

all:

install:
install_only:
compile:

deps:
genfiles:

export_build :

clean:
genclean:
confclean:
	-rm -rf .cfg-${${PROJECT_ENV_PREFIX}_CONFIG}

distclean:
	-rm -rf .cfg-*

save_genfiles :

log:
	cvs log -l | ../sources/tools/o/mkChangeLog ../sources/reuse/etc/authors ChangeLog ChangeLog


.PHONY: all install install_only compile deps genfiles export_build \
  clean genclean confclean distclean save_genfiles log
