2024-04-20 09:01:52 +02:00
|
|
|
#------------------------------------------------------------------------------
|
|
|
|
# Main Makefile
|
|
|
|
#------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
|
2024-04-23 17:10:37 +02:00
|
|
|
SUBDIRS := include lib util doc
|
2024-04-20 09:01:52 +02:00
|
|
|
|
|
|
|
FILE_DOC := *.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
include Makefile.var
|
|
|
|
include Makefile.rule
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dir_clean:
|
|
|
|
$(RM) $(PROG_VERSION_NAME).src.*
|