packageSpecific.makefile
#***************************************************************************************************
#                                                                                                  *
# packageSpecific.makefile: things specific to a package.                                          *
#                                                                                                  *
#***************************************************************************************************

#***************************************************************************************************
#                                                                                                  *
#     Copyright (C) 2003, 2004 Joerg Kunze                                                         *
#                                                                                                  *
#     This file is part of siliconBrain.                                                           *
#                                                                                                  *
#     siliconBrain 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.                                                          *
#                                                                                                  *
#     siliconBrain 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                    *
#                                                                                                  *
#***************************************************************************************************
specificRelease       := '$$siliconBrainRelease: 0.2.3 $$'
specificRcsIdentifier := '$$Id: packageSpecific.makefile,v 1.18 2004/12/14 23:31:26 joerg Exp $$'
specificSaveStamp     := '$$siliconBrainSaveStamp: 2004/12/14 22:26:25, Joerg Kunze$$'

#----------------------------#
# echo greetings to the user #
#----------------------------#
#$(shell echo                          1>&2)
#$(shell echo This is siliconBrain specific makefile include 1>&2)
#$(shell echo $(specificRelease)       1>&2)
#$(shell echo $(specificRcsIdentifier) 1>&2)
#$(shell echo $(specificSaveStamp)     1>&2)
#$(shell echo                          1>&2)

specificAll := distribution/makefile distribution/programs/record.specification

distribution/makefile: makefile
	cp $< $@

distribution/programs/record.specification: temporary/record.specification
	cp $< $@

$(generator): distribution/data/copyingGeneratedFile.snippet.text

#$(generator): $(snippetTextTarget)
$(generator): $(libraryArchive)(generate.lib.o)

$(formatHeader): formatHeader.main.c temporary/generate.lib.o
	$(CC) $(CFLAGS) formatHeader.main.c temporary/generate.lib.o -o $(formatHeader)

# $Log: packageSpecific.makefile,v $
# Revision 1.18  2004/12/14 23:31:26  joerg
# published for new release 0.2.3
#
# Revision 1.17  2004/12/14 23:17:05  joerg
# published for new release 0.2.2
#
# Revision 1.16  2004/12/14 22:42:23  joerg
# allFiles: all sources have a Log CVS keyword at the end now.
#