- Initial creation.
This commit is contained in:
25
Makefile
Normal file
25
Makefile
Normal file
@@ -0,0 +1,25 @@
|
||||
# $RCSfile: Makefile,v $
|
||||
# $Revision: 1.3 $
|
||||
# $Name: $
|
||||
# $Date: 2003/07/16 23:32:06 $
|
||||
# $Author: agibert $
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Main Makefile
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
SUBDIRS := include lib demo doc
|
||||
|
||||
FILE_DOC := *.txt
|
||||
|
||||
|
||||
|
||||
include Makefile.var
|
||||
include Makefile.rule
|
||||
|
||||
|
||||
|
||||
dir_clean:
|
||||
$(RM) $(PROG_VERSION_NAME).src.*
|
||||
Reference in New Issue
Block a user