about summary refs log tree commit diff
path: root/libdislocator/Makefile
AgeCommit message (Collapse)Author
2020-12-09move libdislocator, libtokencap and qbdi_mode to utils/vanhauser-thc
2020-08-28Pass CPPFLAGS to all calls of the C compilerRaphaël Hertzog
This variable is a standard way to inject options for the C preprocessor. It's respected by the implicit rules of make and autoconf/automake. Debian sets this variable during package build to inject `-D_FORTIFY_SOURCE=2` and we would like afl++ to respect it. Note that this commit also adds $(CFLAGS) in the build of afl-performance.o where it was missing. It might have been on purpose but we want to keep CFLAGS everywhere as well since Debian injects various options through that variable (for hardening and reproducibility).
2020-04-25fix issue #333hexcoder
2020-04-09Makefile cleanuphexcoder-
2020-04-09libdislocator: make Makefile portablehexcoder-
2020-04-09rename all 'Makefile' to 'GNUmakefile', use -Werror for -flto checkshexcoder-
2020-04-01making 'CFLAGS="-m32" make source-only tests' workhexcoder-
2020-01-06moar moar copyrightsAndrea Fioraldi
2020-01-06Merge branch 'master' of github.com:vanhauser-thc/AFLplusplusAndrea Fioraldi
2020-01-06added ++ to copyright notesAndrea Fioraldi
2020-01-02compile fixesvan Hauser
2019-12-24be sure to have directories for install targetsvan Hauser
2019-12-10avoid rebuilding libdislocator on every makehexcoder-
2019-11-07Little additions from feedbackDavid Carlier
2019-10-31libtokencap/libdislocator README rename proposalsDavid Carlier
and fixing the install tasks in the process.
2019-10-19Remove lcamtuf's old email from Google (not valid anymore), also remove ↵hexcoder-
maintainance from him.
2019-09-20install libtokencap and libdislocator if presentvan Hauser
2019-08-27-I include in makefilesAndrea Fioraldi
2019-05-28afl++ 2.52c initial commitvan Hauser