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