Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tg
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
tg
Commits
ed75ad84
Commit
ed75ad84
authored
Oct 14, 2015
by
V V
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small update
parent
ee638554
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Makefile.tgl
Makefile.tgl
+2
-2
tgl
tgl
+1
-1
No files found.
Makefile.tgl
View file @
ed75ad84
...
...
@@ -41,10 +41,10 @@ ${AUTO}/scheme2.tl: ${AUTO}/scheme.tl ${EXE}/tl-parser
${
EXE
}
/tl-parser
-E
${
AUTO
}
/scheme.tl 2>
$@
||
(
cat
$@
&&
rm
$@
&&
false
)
${AUTO}/auto-%.c
:
${AUTO}/scheme.tlo ${EXE}/generate auto/constants.h ${AUTO}/auto-%.h | create_dirs_and_headers
${
EXE
}
/generate
-g
$
(
patsubst
${
AUTO
}
/auto-%.c,%,
$@
)
${
AUTO
}
/scheme.tlo
>
$@
||
rm
$@
${
EXE
}
/generate
-g
$
(
patsubst
${
AUTO
}
/auto-%.c,%,
$@
)
${
AUTO
}
/scheme.tlo
>
$@
||
(
rm
$@
&&
false
)
${AUTO}/auto-%.h
:
${AUTO}/scheme.tlo ${EXE}/generate
${
EXE
}
/generate
-g
$
(
patsubst
${
AUTO
}
/auto-%.h,%-header,
$@
)
${
AUTO
}
/scheme.tlo
>
$@
||
rm
$@
${
EXE
}
/generate
-g
$
(
patsubst
${
AUTO
}
/auto-%.h,%-header,
$@
)
${
AUTO
}
/scheme.tlo
>
$@
||
(
rm
$@
&&
false
)
${AUTO}/constants.h
:
${AUTO}/scheme2.tl ${srcdir}/tgl/gen_constants_h.awk
awk
-f
${
srcdir
}
/tgl/gen_constants_h.awk <
$<
>
$@
...
...
tgl
@
42660816
Subproject commit
790bde40a6f5b7db0ee842a3352b29bc7eff8082
Subproject commit
42660816b2ad079c091dc6f1fa4de839df328049
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment