=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== holotz-castle-1.3.14/src/Makefile-51- holotz-castle-1.3.14/src/Makefile:52:CFLAGS=-fno-strict-aliasing -I. -I../JLib `$(SDL_CONFIG) --cflags` -I/usr/local/include/ -I/usr/local/include/SDL $(MORE_CFLAGS) $(HARDENING) -Wall -Wshadow $(CPU_OPTS) -ffast-math -c holotz-castle-1.3.14/src/Makefile-53-LDFLAGS=-ffast-math $(HARDENING_LDFLAGS) holotz-castle-1.3.14/src/Makefile:54:LIBS=-L. -lSDL_image -lSDL_ttf -lSDL_mixer `$(SDL_CONFIG) --libs` -lz holotz-castle-1.3.14/src/Makefile-55- ############################################## holotz-castle-1.3.14/JLib/Makefile-26-MORE_CFLAGS= -O3 holotz-castle-1.3.14/JLib/Makefile:27:CFLAGS=-I. -I/usr/local/include/SDL $(MORE_CFLAGS) $(HARDENING) -ffast-math -fPIC -Wall -Wshadow `$(SDL_CONFIG) --cflags` holotz-castle-1.3.14/JLib/Makefile-28- holotz-castle-1.3.14/JLib/Makefile-29-# Sample LDFLAGS for applications holotz-castle-1.3.14/JLib/Makefile:30:# LDFLAGS=-L. -ffast-math -lSDL_image -lSDL_ttf -lSDL_mixer `$(SDL_CONFIG) --libs` holotz-castle-1.3.14/JLib/Makefile-31- ############################################## holotz-castle-1.3.14/debian/patches/01_jlib_makefile.patch-11- # Define -D_JLIB_DEBUG to debug JLib. Compile the app to debug also with this flag holotz-castle-1.3.14/debian/patches/01_jlib_makefile.patch:12:-CFLAGS=-I. -I/usr/local/include/SDL -O3 -ffast-math -fPIC -Wall -Wshadow `$(SDL_CONFIG) --cflags` holotz-castle-1.3.14/debian/patches/01_jlib_makefile.patch-13-+MORE_CFLAGS= -O3 holotz-castle-1.3.14/debian/patches/01_jlib_makefile.patch:14:+CFLAGS=-I. -I/usr/local/include/SDL $(MORE_CFLAGS) -ffast-math -fPIC -Wall -Wshadow `$(SDL_CONFIG) --cflags` holotz-castle-1.3.14/debian/patches/01_jlib_makefile.patch-15- holotz-castle-1.3.14/debian/patches/01_jlib_makefile.patch-16- # Sample LDFLAGS for applications holotz-castle-1.3.14/debian/patches/01_jlib_makefile.patch:17: # LDFLAGS=-L. -ffast-math -lSDL_image -lSDL_ttf -lSDL_mixer `$(SDL_CONFIG) --libs` ############################################## holotz-castle-1.3.14/debian/patches/02_makefile.patch-18- # Define -D_JLIB_DEBUG for JLib debug mode. Put it also in JLib's Makefile. holotz-castle-1.3.14/debian/patches/02_makefile.patch:19:-CFLAGS=-fno-strict-aliasing -I. -I../JLib `$(SDL_CONFIG) --cflags` -I/usr/local/include/ -I/usr/local/include/SDL -O3 -Wall -Werror -Wshadow $(CPU_OPTS) -ffast-math -c holotz-castle-1.3.14/debian/patches/02_makefile.patch:20:-LDFLAGS=-L. -ffast-math -lSDL_image -lSDL_ttf -lSDL_mixer `$(SDL_CONFIG) --libs` holotz-castle-1.3.14/debian/patches/02_makefile.patch-21-+MORE_CFLAGS= -O3 holotz-castle-1.3.14/debian/patches/02_makefile.patch:22:+CFLAGS=-fno-strict-aliasing -I. -I../JLib `$(SDL_CONFIG) --cflags` -I/usr/local/include/ -I/usr/local/include/SDL $(MORE_CFLAGS) -Wall -Werror -Wshadow $(CPU_OPTS) -ffast-math -c holotz-castle-1.3.14/debian/patches/02_makefile.patch-23-+LDFLAGS=-ffast-math holotz-castle-1.3.14/debian/patches/02_makefile.patch:24:+LIBS=-L. -lSDL_image -lSDL_ttf -lSDL_mixer `$(SDL_CONFIG) --libs` -lz holotz-castle-1.3.14/debian/patches/02_makefile.patch-25- ############################################## holotz-castle-1.3.14/debian/patches/16_hardening.patch-29- MORE_CFLAGS= -O3 holotz-castle-1.3.14/debian/patches/16_hardening.patch:30:-CFLAGS=-I. -I/usr/local/include/SDL $(MORE_CFLAGS) -ffast-math -fPIC -Wall -Wshadow `$(SDL_CONFIG) --cflags` holotz-castle-1.3.14/debian/patches/16_hardening.patch:31:+CFLAGS=-I. -I/usr/local/include/SDL $(MORE_CFLAGS) $(HARDENING) -ffast-math -fPIC -Wall -Wshadow `$(SDL_CONFIG) --cflags` holotz-castle-1.3.14/debian/patches/16_hardening.patch-32- holotz-castle-1.3.14/debian/patches/16_hardening.patch-33- # Sample LDFLAGS for applications holotz-castle-1.3.14/debian/patches/16_hardening.patch:34: # LDFLAGS=-L. -ffast-math -lSDL_image -lSDL_ttf -lSDL_mixer `$(SDL_CONFIG) --libs` holotz-castle-1.3.14/debian/patches/16_hardening.patch-35-@@ -29,7 +33,7 @@ all: libJLib ############################################## holotz-castle-1.3.14/debian/patches/16_hardening.patch-63- MORE_CFLAGS= -O3 holotz-castle-1.3.14/debian/patches/16_hardening.patch:64:-CFLAGS=-fno-strict-aliasing -I. -I../JLib `$(SDL_CONFIG) --cflags` -I/usr/local/include/ -I/usr/local/include/SDL $(MORE_CFLAGS) -Wall -Werror -Wshadow $(CPU_OPTS) -ffast-math -c holotz-castle-1.3.14/debian/patches/16_hardening.patch-65--LDFLAGS=-ffast-math holotz-castle-1.3.14/debian/patches/16_hardening.patch-66-+ holotz-castle-1.3.14/debian/patches/16_hardening.patch:67:+CFLAGS=-fno-strict-aliasing -I. -I../JLib `$(SDL_CONFIG) --cflags` -I/usr/local/include/ -I/usr/local/include/SDL $(MORE_CFLAGS) $(HARDENING) -Wall -Wshadow $(CPU_OPTS) -ffast-math -c holotz-castle-1.3.14/debian/patches/16_hardening.patch-68-+LDFLAGS=-ffast-math $(HARDENING_LDFLAGS) holotz-castle-1.3.14/debian/patches/16_hardening.patch:69: LIBS=-L. -lSDL_image -lSDL_ttf -lSDL_mixer `$(SDL_CONFIG) --libs` -lz holotz-castle-1.3.14/debian/patches/16_hardening.patch-70- ############################################## holotz-castle-1.3.14/.pc/01_jlib_makefile.patch/JLib/Makefile-21-# Define -D_JLIB_DEBUG to debug JLib. Compile the app to debug also with this flag holotz-castle-1.3.14/.pc/01_jlib_makefile.patch/JLib/Makefile:22:CFLAGS=-I. -I/usr/local/include/SDL -O3 -ffast-math -fPIC -Wall -Wshadow `$(SDL_CONFIG) --cflags` holotz-castle-1.3.14/.pc/01_jlib_makefile.patch/JLib/Makefile-23- holotz-castle-1.3.14/.pc/01_jlib_makefile.patch/JLib/Makefile-24-# Sample LDFLAGS for applications holotz-castle-1.3.14/.pc/01_jlib_makefile.patch/JLib/Makefile:25:# LDFLAGS=-L. -ffast-math -lSDL_image -lSDL_ttf -lSDL_mixer `$(SDL_CONFIG) --libs` holotz-castle-1.3.14/.pc/01_jlib_makefile.patch/JLib/Makefile-26- ############################################## holotz-castle-1.3.14/.pc/02_makefile.patch/src/Makefile-44-# Define -D_JLIB_DEBUG for JLib debug mode. Put it also in JLib's Makefile. holotz-castle-1.3.14/.pc/02_makefile.patch/src/Makefile:45:CFLAGS=-fno-strict-aliasing -I. -I../JLib `$(SDL_CONFIG) --cflags` -I/usr/local/include/ -I/usr/local/include/SDL -O3 -Wall -Werror -Wshadow $(CPU_OPTS) -ffast-math -c holotz-castle-1.3.14/.pc/02_makefile.patch/src/Makefile:46:LDFLAGS=-L. -ffast-math -lSDL_image -lSDL_ttf -lSDL_mixer `$(SDL_CONFIG) --libs` holotz-castle-1.3.14/.pc/02_makefile.patch/src/Makefile-47- ############################################## holotz-castle-1.3.14/.pc/10_dont_hardcode_g++41.patch/JLib/Makefile-22-MORE_CFLAGS= -O3 holotz-castle-1.3.14/.pc/10_dont_hardcode_g++41.patch/JLib/Makefile:23:CFLAGS=-I. -I/usr/local/include/SDL $(MORE_CFLAGS) -ffast-math -fPIC -Wall -Wshadow `$(SDL_CONFIG) --cflags` holotz-castle-1.3.14/.pc/10_dont_hardcode_g++41.patch/JLib/Makefile-24- holotz-castle-1.3.14/.pc/10_dont_hardcode_g++41.patch/JLib/Makefile-25-# Sample LDFLAGS for applications holotz-castle-1.3.14/.pc/10_dont_hardcode_g++41.patch/JLib/Makefile:26:# LDFLAGS=-L. -ffast-math -lSDL_image -lSDL_ttf -lSDL_mixer `$(SDL_CONFIG) --libs` holotz-castle-1.3.14/.pc/10_dont_hardcode_g++41.patch/JLib/Makefile-27- ############################################## holotz-castle-1.3.14/.pc/16_hardening.patch/JLib/Makefile-22-MORE_CFLAGS= -O3 holotz-castle-1.3.14/.pc/16_hardening.patch/JLib/Makefile:23:CFLAGS=-I. -I/usr/local/include/SDL $(MORE_CFLAGS) -ffast-math -fPIC -Wall -Wshadow `$(SDL_CONFIG) --cflags` holotz-castle-1.3.14/.pc/16_hardening.patch/JLib/Makefile-24- holotz-castle-1.3.14/.pc/16_hardening.patch/JLib/Makefile-25-# Sample LDFLAGS for applications holotz-castle-1.3.14/.pc/16_hardening.patch/JLib/Makefile:26:# LDFLAGS=-L. -ffast-math -lSDL_image -lSDL_ttf -lSDL_mixer `$(SDL_CONFIG) --libs` holotz-castle-1.3.14/.pc/16_hardening.patch/JLib/Makefile-27- ############################################## holotz-castle-1.3.14/.pc/16_hardening.patch/src/Makefile-45-MORE_CFLAGS= -O3 holotz-castle-1.3.14/.pc/16_hardening.patch/src/Makefile:46:CFLAGS=-fno-strict-aliasing -I. -I../JLib `$(SDL_CONFIG) --cflags` -I/usr/local/include/ -I/usr/local/include/SDL $(MORE_CFLAGS) -Wall -Werror -Wshadow $(CPU_OPTS) -ffast-math -c holotz-castle-1.3.14/.pc/16_hardening.patch/src/Makefile-47-LDFLAGS=-ffast-math holotz-castle-1.3.14/.pc/16_hardening.patch/src/Makefile:48:LIBS=-L. -lSDL_image -lSDL_ttf -lSDL_mixer `$(SDL_CONFIG) --libs` -lz holotz-castle-1.3.14/.pc/16_hardening.patch/src/Makefile-49- ############################################## holotz-castle-1.3.14/.pc/cross.patch/JLib/Makefile-26-MORE_CFLAGS= -O3 holotz-castle-1.3.14/.pc/cross.patch/JLib/Makefile:27:CFLAGS=-I. -I/usr/local/include/SDL $(MORE_CFLAGS) $(HARDENING) -ffast-math -fPIC -Wall -Wshadow `$(SDL_CONFIG) --cflags` holotz-castle-1.3.14/.pc/cross.patch/JLib/Makefile-28- holotz-castle-1.3.14/.pc/cross.patch/JLib/Makefile-29-# Sample LDFLAGS for applications holotz-castle-1.3.14/.pc/cross.patch/JLib/Makefile:30:# LDFLAGS=-L. -ffast-math -lSDL_image -lSDL_ttf -lSDL_mixer `$(SDL_CONFIG) --libs` holotz-castle-1.3.14/.pc/cross.patch/JLib/Makefile-31- ############################################## holotz-castle-1.3.14/.pc/cross.patch/src/Makefile-51- holotz-castle-1.3.14/.pc/cross.patch/src/Makefile:52:CFLAGS=-fno-strict-aliasing -I. -I../JLib `$(SDL_CONFIG) --cflags` -I/usr/local/include/ -I/usr/local/include/SDL $(MORE_CFLAGS) $(HARDENING) -Wall -Wshadow $(CPU_OPTS) -ffast-math -c holotz-castle-1.3.14/.pc/cross.patch/src/Makefile-53-LDFLAGS=-ffast-math $(HARDENING_LDFLAGS) holotz-castle-1.3.14/.pc/cross.patch/src/Makefile:54:LIBS=-L. -lSDL_image -lSDL_ttf -lSDL_mixer `$(SDL_CONFIG) --libs` -lz holotz-castle-1.3.14/.pc/cross.patch/src/Makefile-55-