23 lines
508 B
Makefile
23 lines
508 B
Makefile
|
# $RCSfile: Makefile,v $
|
||
|
# $Revision: 1.1 $
|
||
|
# $Name: $
|
||
|
# $Date: 2003/07/15 23:53:15 $
|
||
|
# $Author: agibert $
|
||
|
|
||
|
#------------------------------------------------------------------------------
|
||
|
# Main Makefile
|
||
|
#------------------------------------------------------------------------------
|
||
|
# Marc Regimbeau <marc.regimbeau@flomaco.net>
|
||
|
#------------------------------------------------------------------------------
|
||
|
|
||
|
|
||
|
|
||
|
SUBDIRS := doc lib util demo
|
||
|
|
||
|
FILE_DOC := *.txt
|
||
|
|
||
|
|
||
|
|
||
|
include Makefile.var
|
||
|
include Makefile.rule
|