Lines 1-11
Link Here
|
1 |
--- ./makefile.orig 2014-07-25 06:59:40.000000000 -0400 |
1 |
--- makefile.orig 2014-08-09 23:52:02 UTC |
2 |
+++ ./makefile 2014-08-07 08:31:47.000000000 -0400 |
2 |
+++ makefile |
3 |
@@ -7,14 +7,6 @@ |
3 |
@@ -7,14 +7,6 @@ |
4 |
# Also works with ming32-make on Windows. |
4 |
# Also works with ming32-make on Windows. |
5 |
|
5 |
|
6 |
.SUFFIXES: .cxx .c .o .h .a |
6 |
.SUFFIXES: .cxx .c .o .h .a |
7 |
-ifdef CLANG |
7 |
-ifdef CLANG |
8 |
-CXX = clang++ |
8 |
-CXX = clang++ -Wno-deprecated-register |
9 |
-CC = clang |
9 |
-CC = clang |
10 |
-# Can choose aspect to sanitize: address and undefined can simply change SANITIZE but for |
10 |
-# Can choose aspect to sanitize: address and undefined can simply change SANITIZE but for |
11 |
-# thread also need to create Position Independent Executable -> search online documentation |
11 |
-# thread also need to create Position Independent Executable -> search online documentation |
Lines 49-56
Link Here
|
49 |
|
49 |
|
50 |
clean: |
50 |
clean: |
51 |
$(DEL) *.o $(COMPLIB) *.plist |
51 |
$(DEL) *.o $(COMPLIB) *.plist |
52 |
@@ -93,9 +85,11 @@ |
52 |
@@ -94,9 +86,11 @@ |
53 |
ScintillaBase.o ContractionState.o Editor.o ExternalLexer.o PropSetSimple.o PlatGTK.o \ |
53 |
PropSetSimple.o PlatGTK.o \ |
54 |
KeyMap.o LineMarker.o PositionCache.o ScintillaGTK.o CellBuffer.o CharacterCategory.o ViewStyle.o \ |
54 |
KeyMap.o LineMarker.o PositionCache.o ScintillaGTK.o CellBuffer.o CharacterCategory.o ViewStyle.o \ |
55 |
RESearch.o RunStyles.o Selection.o Style.o Indicator.o AutoComplete.o UniConversion.o XPM.o \ |
55 |
RESearch.o RunStyles.o Selection.o Style.o Indicator.o AutoComplete.o UniConversion.o XPM.o \ |
56 |
- $(MARSHALLER) $(LEXOBJS) |
56 |
- $(MARSHALLER) $(LEXOBJS) |