mirror of https://github.com/CGAL/cgal
Initial revision
This commit is contained in:
parent
efab92cfe6
commit
4420645cd9
|
|
@ -0,0 +1,13 @@
|
|||
#!/bin/csh -f
|
||||
# **************************************************************************
|
||||
#
|
||||
# cc_extract_include
|
||||
# ===================
|
||||
# A script to extract \ccInclude statements from a spec file.
|
||||
#
|
||||
# Author : (c) 1997 Lutz Kettner kettner@acm.org
|
||||
# Revision : $Revision$
|
||||
# Date : $Date$
|
||||
#
|
||||
# **************************************************************************
|
||||
grep '\\ccInclude' $argv[1-] | sed 's/^.*[{]\([^}]*\)[}].*$/#include <\1>/'
|
||||
Loading…
Reference in New Issue