summaryrefslogtreecommitdiffstats
path: root/ue2/imgsynth2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ue2/imgsynth2/Makefile')
-rw-r--r--ue2/imgsynth2/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/ue2/imgsynth2/Makefile b/ue2/imgsynth2/Makefile
index 22e53e5..3183b54 100644
--- a/ue2/imgsynth2/Makefile
+++ b/ue2/imgsynth2/Makefile
@@ -5,8 +5,12 @@
5CXX= g++ 5CXX= g++
6LD= $(CXX) 6LD= $(CXX)
7DEBUGFLAGS= -DNDEBUG 7DEBUGFLAGS= -DNDEBUG
8<<<<<<< local
8INCLUDE_PATH= -I/usr/local/include 9INCLUDE_PATH= -I/usr/local/include
9CXXFLAGS= -O -ansi -pedantic-errors -Wall $(INCLUDE_PATH) $(DEBUGFLAGS) 10CXXFLAGS= -O -ansi -pedantic-errors -Wall $(INCLUDE_PATH) $(DEBUGFLAGS)
11=======
12CFLAGS= -O -ansi -pedantic-errors -Wall -I/usr/local/include $(DEBUGFLAGS)
13>>>>>>> other
10LDFLAGS= 14LDFLAGS=
11LIBS= -L/usr/local/lib -lboost_program_options 15LIBS= -L/usr/local/lib -lboost_program_options
12 16