Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
yutaka-saito committed May 9, 2017
1 parent c2dc5a0 commit 5ba9fd2
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 64 deletions.
Binary file added 3DColocDiff
Binary file not shown.
Binary file added 3DColocLook
Binary file not shown.
Binary file added 3DColocNormalize
Binary file not shown.
Binary file added 3DColocSearch
Binary file not shown.
Binary file added 3DColocTest
Binary file not shown.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version 0.1
3DColocTest
3DColocDiff
3DColocLook
(Linux XXX + GCC XXX + Boost XXX)
(Debian Linux 3.16.0-4-amd64 + GCC 4.9.2 + Boost 1.55.0)


==== Build yourself
Expand Down
4 changes: 2 additions & 2 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ INCLUDE = -I. -I/home/saito/local/include -I/usr/include -I/usr/local/include

LIBPATH = -L. -L/home/saito/local/lib -L/usr/lib -L/usr/local/lib

LDLIBS = -lm -lboost_program_options -lboost_thread
LDLIBS = -lm -lboost_program_options -lboost_system -lboost_thread

DEFINE =
#DEFINE += -DNDEBUG

CPPFLAGS += $(INCLUDE) $(DEFINE) -Wall -Wno-sign-compare -O3
CPPFLAGS += $(INCLUDE) $(DEFINE) -Wall -Wno-sign-compare -O3 -pthread
#CPPFLAGS += -static
#CPPFLAGS += -pg

Expand Down
60 changes: 0 additions & 60 deletions src/make.log

This file was deleted.

1 change: 0 additions & 1 deletion src/test.log

This file was deleted.

0 comments on commit 5ba9fd2

Please sign in to comment.