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:
Mark Olesen
2010-03-26 11:48:23 +01:00
parent 46d96dc855
commit 0b9e5ea11a
114 changed files with 102 additions and 406 deletions

View File

@ -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)

View File

@ -1,3 +0,0 @@
PFLAGS =
PINC =
PLIBS =

View File

@ -0,0 +1 @@
../General/mplib