mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: link to general mplib* rules where possible.
ENH: generalize rule for X11 ENH: Avoid move in flex/flex++ rule.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
.SUFFIXES: .L
|
||||
|
||||
Ltoo = flex --c++ -f $$SOURCE ; mv lex.yy.cc $*.C ; $(CC) $(c++FLAGS) -c $*.C -o $@
|
||||
Ltoo = flex --c++ -o $*.C -f $$SOURCE ; $(CC) $(c++FLAGS) -c $*.C -o $@
|
||||
|
||||
.L.dep:
|
||||
$(MAKE_DEP)
|
||||
|
||||
@ -1,3 +0,0 @@
|
||||
PFLAGS =
|
||||
PINC =
|
||||
PLIBS =
|
||||
1
wmake/rules/SiCortex64Gcc/mplib
Symbolic link
1
wmake/rules/SiCortex64Gcc/mplib
Symbolic link
@ -0,0 +1 @@
|
||||
../General/mplib
|
||||
Reference in New Issue
Block a user