Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
Practical-Cryptdb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
Zhaozhen
Practical-Cryptdb
Commits
6b22edba
Commit
6b22edba
authored
Jan 27, 2018
by
yiwenshao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add token.cc as a temperary solution
parent
01d4a629
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
Makefile
Makefile
+8
-3
token.cc
token.cc
+0
-0
reuse.cc
wrapper/reuse.cc
+1
-0
No files found.
Makefile
View file @
6b22edba
...
...
@@ -59,6 +59,8 @@ whitespace:
.PHONY
:
always
always
:
.PHONY
:
MYTOKEN
# Eliminate default suffix rules
.SUFFIXES
:
...
...
@@ -78,16 +80,19 @@ $(OBJDIR)/%.o: $(OBJDIR)/%.cc
##rules for .cc in debug directory
mtl/%
:
$(OBJDIR)/debug/%.o
$(OBJDIR)/libwrapper.s
o
mtl/%
:
$(OBJDIR)/debug/%.o
token.
o
@
mkdir
-p
$
(
@D
)
$(CXX)
-g
-o
$@
$^
$(CXXFLAGS)
$(LDFLAGS)
-L
/
$(MYBUILD)
/libmysqld
-lmysqld
-laio
-lz
-ldl
-lm
-lcrypt
-lpthread
-lwrapper
-lcryptdb
-ledbcrypto
-ledbutil
-ledbparser
-lntl
-lcrypto
token.o
:
$(OBJDIR)/libwrapper.so
rm
token.o
$(CXX)
-g
-c
token.cc
mtl/test_wrapper_exe/%
:
$(OBJDIR)/test_wrapper/%.o
$(OBJDIR)/libwrapper.s
o
mtl/test_wrapper_exe/%
:
$(OBJDIR)/test_wrapper/%.o
token.
o
@
mkdir
-p
$
(
@D
)
$(CXX)
-g
-o
$@
$^
$(CXXFLAGS)
$(LDFLAGS)
-L
/
$(MYBUILD)
/libmysqld
-lmysqld
-laio
-lz
-ldl
-lm
-lcrypt
-lpthread
-lwrapper
-lcryptdb
-ledbcrypto
-ledbutil
-ledbparser
-lntl
-lcrypto
mtl/test_util_exe/%
:
$(OBJDIR)/test_util/%.o
@
mkdir
-p
$
(
@D
)
$(CXX)
-g
-o
$@
$^
$(CXXFLAGS)
$(LDFLAGS)
-L
/
$(MYBUILD)
/libmysqld
-lmysqld
-laio
-lz
-ldl
-lm
-lcrypt
-lpthread
-lcryptdb
-ledbcrypto
-ledbutil
-ledbparser
-lntl
-lcrypto
...
...
token.cc
0 → 100644
View file @
6b22edba
wrapper/reuse.cc
View file @
6b22edba
...
...
@@ -2,6 +2,7 @@
#include "util/util.hh"
#include "util/constants.hh"
#include <map>
using
std
::
cout
;
using
std
::
cin
;
using
std
::
endl
;
...
...
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