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
9c050b0d
Commit
9c050b0d
authored
Nov 19, 2014
by
vvaltman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated to latest version of tgl
parent
f31ef233
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
Makefile.tgl
Makefile.tgl
+1
-4
tgl
tgl
+1
-1
No files found.
Makefile.tgl
View file @
9c050b0d
...
...
@@ -15,13 +15,10 @@ ${OBJ}/auto/auto.o ${TGL_OBJECTS}: ${AUTO}/constants.h ${AUTO}/auto-header.h
${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
$@
$^
${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
$@
$<
${LIB}/libtgl.a
:
${TGL_OBJECTS} ${TGL_COMMON_OBJECTS} ${OBJ}/auto/auto.o
${OBJ}/mime-types.o
${LIB}/libtgl.a
:
${TGL_OBJECTS} ${TGL_COMMON_OBJECTS} ${OBJ}/auto/auto.o
ar ruv
$@
$^
${EXE}/generate
:
${GENERATE_OBJECTS} ${TGL_COMMON_OBJECTS}
...
...
tgl
@
c8e91626
Subproject commit
b0c0eaf4d2b4cd387c883c07fe8916eb8022307b
Subproject commit
c8e916269ce72588458ba7df7e67967e84b6bef9
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