mirror of https://github.com/CGAL/cgal
21 lines
387 B
Makefile
21 lines
387 B
Makefile
# file: Makefile (for inc)
|
|
# CORE Library version 1.4
|
|
# $Id$
|
|
|
|
# =============================================================
|
|
# PATHS =======================================================
|
|
# =============================================================
|
|
|
|
CORE_PATH=..
|
|
|
|
INCLUDE=-I${CORE_PATH}/inc
|
|
|
|
LIBPATH=
|
|
|
|
save:
|
|
-mkdir RCS; ci -l -m"make save" *.h Makefile*
|
|
|
|
clean:
|
|
|
|
veryclean: clean
|