26 lines
433 B
Makefile
26 lines
433 B
Makefile
# $RCSfile: Makefile,v $
|
|
# $Revision: 1.1 $
|
|
# $Name: $
|
|
# $Date: 2005/01/24 23:24:30 $
|
|
# $Author: agibert $
|
|
|
|
#------------------------------------------------------------------------------
|
|
# Main Makefile
|
|
#------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
SUBDIRS := include lib util doc
|
|
|
|
FILE_DOC := *.txt
|
|
|
|
|
|
|
|
include Makefile.var
|
|
include Makefile.rule
|
|
|
|
|
|
|
|
dir_clean:
|
|
$(RM) $(PROG_VERSION_NAME).src.*
|