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
69653378
Commit
69653378
authored
Nov 19, 2014
by
Vysheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated to new version of tgl
parent
13b2dafe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Makefile.tgl
Makefile.tgl
+1
-1
tgl
tgl
+1
-1
No files found.
Makefile.tgl
View file @
69653378
...
...
@@ -16,7 +16,7 @@ ${TGL_OBJ_C}: ${OBJ}/%.o: ${srcdir}/tgl/%.c | create_dirs
${
CC
}
${
INCLUDE
}
${
COMPILE_FLAGS
}
-iquote
${
srcdir
}
/tgl
-c
-MP
-MD
-MF
${
DEP
}
/
$*
.d
-MQ
${
OBJ
}
/
$*
.o
-o
$@
$<
${OBJ}/mime-types.o
:
${srcdir}/mime.types
ld
-r
-b
binary
-o
$@
$^
cp
$^
auto/mime.types
&&
ld
-r
-b
binary
-o
$@
auto/mime.types
${OBJ}/auto/auto.o
:
${AUTO}/auto.c
${
CC
}
${
INCLUDE
}
${
COMPILE_FLAGS
}
-iquote
${
srcdir
}
/tgl
-c
-MP
-MD
-MF
${
DEP
}
/auto/auto.d
-MQ
${
OBJ
}
/auto/auto.o
-o
$@
$<
...
...
tgl
@
df870850
Subproject commit
b0c0eaf4d2b4cd387c883c07fe8916eb8022307b
Subproject commit
df870850bf1c2465746a6b0dcf57a85d729d2f47
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