1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
# -*- Mode: makefile -*-
# SUMMARY :
# USAGE : make <make-target>
# AUTHOR : Christophe Prud'homme
# ORG : Christophe Prud'homme
# E-MAIL : <christophe.prudhomme@asci.fr>
# ORIG-DATE : 26-Apr-89
# LAST-MOD : 12-Apr-00 at 15:49:03 by Christophe Prud'homme
# DESCRIPTION :
# DESCRIP-END.
SUFFIXES = .cpp .hpp .c .h .f .F .o .moc
EXTRA_DIST = corelinux.cfg.in corelinux.css corelinux.html
corelinux.cfg: corelinux.cfg.in
ref: corelinux.cfg
doxygen corelinux.cfg
@echo "================================================================================"
@echo "Some explanations:"
@echo " o The html directory contains the html version. Look at html/index.html."
@echo " o Now you can go in the latex directory and make the pdf or the ps files"
@echo " using the Makefile. For example type:"
@echo " make pdf or make ps"
@echo
@echo "The CoreLinux Consortium."
@echo "================================================================================"
# Common rcs information do not modify
# $Author: prudhomm $
# $Revision: 1.2 $
# $Date: 2000/08/31 22:56:11 $
# $Locker: $
|