2005-01-25 00:24:30 +01:00
|
|
|
#------------------------------------------------------------------------------
|
|
|
|
# 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.*
|