Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openfoam
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Development
openfoam
0b9e5ea11a474c1d805ae1190ccb224685b40a8a
openfoam
wmake
rules
General
flex
Find file
Normal view
Permalink
flex
98 B
Newer
Older
Blame preferences
Learn to ignore specific revisions
Creation of OpenFOAM-dev repository 15/04/2008
OpenFOAM-admin
committed
17 years ago
1
2
.SUFFIXES: .l
ENH: link to general mplib* rules where possible.
Mark Olesen
committed
15 years ago
3
ltoo = flex -o $*.c $$SOURCE ; $(cc) $(cFLAGS) -c $*.c -o $@
Creation of OpenFOAM-dev repository 15/04/2008
OpenFOAM-admin
committed
17 years ago
4
5
6
.l.dep:
$(MAKE_DEP)