26 lines
430 B
Makefile
26 lines
430 B
Makefile
# $RCSfile: Makefile,v $
|
|
# $Revision: 1.2 $
|
|
# $Name: $
|
|
# $Date: 2003/07/16 22:55:51 $
|
|
# $Author: agibert $
|
|
|
|
#------------------------------------------------------------------------------
|
|
# Main Makefile
|
|
#------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
SUBDIRS := doc lib util demo
|
|
|
|
FILE_DOC := *.txt
|
|
|
|
|
|
|
|
include Makefile.var
|
|
include Makefile.rule
|
|
|
|
|
|
|
|
dir_clean:
|
|
$(RM) $(PROG_VERSION_NAME).src.*
|