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
6322b8e2
Commit
6322b8e2
authored
Apr 22, 2015
by
vvaltman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes
parent
ff1057ea
Changes
2
Hide 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 @
6322b8e2
TGL_OBJECTS
=
${
OBJ
}
/mtproto-common.o
${
OBJ
}
/mtproto-client.o
${
OBJ
}
/queries.o
${
OBJ
}
/structures.o
${
OBJ
}
/binlog.o
${
OBJ
}
/tgl.o
${
OBJ
}
/updates.o
${
OBJ
}
/tgl-net.o
${
OBJ
}
/tgl-timers.o
${
OBJ
}
/tg-mime-types.o
${
OBJ
}
/mtproto-utils.o
TGL_OBJECTS_AUTO
=
${
OBJ
}
/auto/auto-skip.o
${
OBJ
}
/auto/auto-fetch.o
${
OBJ
}
/auto/auto-store.o
${
OBJ
}
/auto/auto-autocomplete.o
${
OBJ
}
/auto/auto-types.o
${
OBJ
}
/auto/auto-fetch-ds.o
${
OBJ
}
/auto/auto-free-ds.o
${
OBJ
}
/auto/auto-store-ds.o
TGL_OBJECTS_AUTO
=
${
OBJ
}
/auto/auto-skip.o
${
OBJ
}
/auto/auto-fetch.o
${
OBJ
}
/auto/auto-store.o
${
OBJ
}
/auto/auto-autocomplete.o
${
OBJ
}
/auto/auto-types.o
${
OBJ
}
/auto/auto-fetch-ds.o
${
OBJ
}
/auto/auto-free-ds.o
${
OBJ
}
/auto/auto-store-ds.o
${
OBJ
}
/auto/auto-print-ds.o
TLD_OBJECTS
=
${
OBJ
}
/dump-tl-file.o
...
...
@@ -14,7 +14,7 @@ TGL_OBJ_C=${GENERATE_OBJECTS} ${TGL_COMMON_OBJECTS} ${TGL_OBJECTS} ${TLD_OBJECTS
dump-tl
:
${EXE}/dump-tl-file
${TGL_OBJECTS}
:
${AUTO}/constants.h ${AUTO}/auto-skip.h ${AUTO}/auto-fetch.h ${AUTO}/auto-store.h ${AUTO}/auto-autocomplete.h ${AUTO}/auto-types.h ${AUTO}/auto-fetch-ds.h ${AUTO}/auto-free-ds.h ${AUTO}/auto-store-ds.h
${TGL_OBJECTS}
:
${AUTO}/constants.h ${AUTO}/auto-skip.h ${AUTO}/auto-fetch.h ${AUTO}/auto-store.h ${AUTO}/auto-autocomplete.h ${AUTO}/auto-types.h ${AUTO}/auto-fetch-ds.h ${AUTO}/auto-free-ds.h ${AUTO}/auto-store-ds.h
${AUTO}/auto-print-ds.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
$@
$<
...
...
tgl
@
c23d25fc
Subproject commit
8945b81f6d78f89aee3dcc123b9506370f886c16
Subproject commit
c23d25fc3a53f9aaff6d34f9f5f00ef3dbccb22e
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