2005-01-25 00:24:30 +01:00
|
|
|
# $RCSfile: Makefile,v $
|
2005-06-27 01:04:11 +02:00
|
|
|
# $Revision: 1.2 $
|
2005-01-25 00:24:30 +01:00
|
|
|
# $Name: $
|
2005-06-27 01:04:11 +02:00
|
|
|
# $Date: 2005/06/26 23:04:11 $
|
2005-01-25 00:24:30 +01:00
|
|
|
# $Author: agibert $
|
|
|
|
|
|
|
|
#------------------------------------------------------------------------------
|
|
|
|
# Main Makefile
|
|
|
|
#------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
|
2005-06-27 01:04:11 +02:00
|
|
|
SUBDIRS := include lib util demo doc
|
2005-01-25 00:24:30 +01:00
|
|
|
|
|
|
|
FILE_DOC := *.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
include Makefile.var
|
|
|
|
include Makefile.rule
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dir_clean:
|
|
|
|
$(RM) $(PROG_VERSION_NAME).src.*
|