mirror of https://github.com/CGAL/cgal
updated
This commit is contained in:
parent
61f622aab3
commit
e9c9b4bcae
|
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
CXX ?=g++
|
CXX ?=g++
|
||||||
CXXFLAGS ?=-Wall
|
CXXFLAGS ?=-Wall
|
||||||
CPPFLAGS =-I. -I../../include -g
|
CPPFLAGS = -I. -I../../include -g
|
||||||
AR ?=ar
|
AR ?=ar
|
||||||
LEX =flex
|
LEX =flex
|
||||||
BISON ?=bison
|
BISON ?=bison
|
||||||
|
|
@ -57,7 +57,9 @@ clean:
|
||||||
|
|
||||||
%.C %.h : %.y
|
%.C %.h : %.y
|
||||||
$(BISON) -d $< -o $*.C
|
$(BISON) -d $< -o $*.C
|
||||||
|
ifeq ($(OSTYPE), linux)
|
||||||
mv $*.H $*.h
|
mv $*.H $*.h
|
||||||
|
endif
|
||||||
|
|
||||||
%.C : %.l
|
%.C : %.l
|
||||||
$(LEX) -8 -o$@ $<
|
$(LEX) -8 -o$@ $<
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue