summaryrefslogtreecommitdiff
path: root/src/Makefile
AgeCommit message (Expand)AuthorFilesLines
2014-10-19Removed wasteIgor Pashev1-114/+0
2013-10-18Fix -lrt issues in MakefileWolfgang Hommel1-3/+4
2013-10-16Do not use -ldl -lm when linking the wrapperWolfgang Hommel1-3/+3
2013-10-16Remove second '-lrt' on linker calls to fix 32-bit building issueWolfgang Hommel1-1/+1
2013-10-05Added note about how to test without installationWolfgang Hommel1-0/+2
2013-10-05introducing rudimentary multilib installation path supportWolfgang Hommel1-7/+13
2013-10-05Preliminary multi-arch support for faketime wrapper when -DMULTI_ARCH is setWolfgang Hommel1-0/+6
2013-10-04Add -Wextra and -Werror CFLAGS and also fix compile errorsBalint Reczey1-1/+1
2013-10-04Added note about building 32-bit libraries/binariesWolfgang Hommel1-0/+3
2013-10-03fix -lrt call for faketime binary linkingWolfgang Hommel1-1/+1
2013-10-03fix -lrt call for library linkingWolfgang Hommel1-2/+2
2013-10-03fix missing linker runWolfgang Hommel1-1/+1
2013-10-01Ensure that -lrt is passed to compiler/linker for faketime.cWolfgang Hommel1-0/+3
2013-09-30Provide timer related functions compatible with GLIBC 2.2 and >= 2.3.3 [pr32 ...Balint Reczey1-2/+2
2013-09-04enable FAKE_TIMERS for development branchWolfgang Hommel1-1/+1
2013-09-04Wrap new and experimental features in #ifdef FAKE_SLEEP FAKE_TIMERSWolfgang Hommel1-1/+7
2013-09-01Revert "merged rbalint's pr27"Wolfgang Hommel1-9/+1
2013-08-29Revert a2c8ac6..8b67256Wolfgang Hommel1-1/+9
2013-08-24Use nanosecond resolution for timestamps internallyBalint Reczey1-1/+1
2013-08-23Refactor limited faking and spawn supportBalint Reczey1-9/+1
2013-08-19Use the same global clock for all processes spawned by faketime -f '... iN'Balint Reczey1-1/+2
2013-08-19Rewrite faketime shell script in CBalint Reczey1-10/+11
2013-06-11Fix link order for --as-needed (see http://bugs.debian.org/711958)Daniel Kahn Gillmor1-2/+3
2013-06-11allow overriding specific arguments without changing the MakefileDaniel Kahn Gillmor1-3/+3
2012-08-30whitespace cleanupTomi Ollila1-9/+9
2012-02-05Reorder linker flags as suggested by Lukas FleischerWolfgang Hommel1-1/+1
2012-01-11Added feature to exec external command after x secWolfgang Hommel1-1/+5
2012-01-08Added new feature to limit libfaketime activityWolfgang Hommel1-1/+4
2011-11-28Fixed build issues as suggested by Paul WoutersWolfgang Hommel1-2/+2
2011-07-05libfaketime macos portDerrick Brashear1-1/+1
2011-05-22fixed one more hard-coded pathWolfgang Hommel1-1/+1
2011-05-10Use install(1) instead of mkdir(1) and cp(1) in Makefiles.Lukas Fleischer1-3/+4
2011-05-10Use a separate Makefile for meta files.Lukas Fleischer1-6/+0
2011-05-10Use a separate Makefile for man pages.Lukas Fleischer1-3/+0
2011-05-10Tell the compiler to be C99 compliant, enable all warnings.Lukas Fleischer1-1/+1
2011-05-10Source Makefile overhaul.Lukas Fleischer1-12/+20
2011-04-27Move test suite to a separate subdirectory.Lukas Fleischer1-13/+3
2011-04-26Add ".PHONY" target to the Makefile.Lukas Fleischer1-0/+2
2011-04-26Add an uninstall target to the Makefile.Lukas Fleischer1-0/+9
2011-04-26Use "$DESTDIR" and "$PREFIX" in the Makefile.Lukas Fleischer1-8/+10
2011-04-24git repository based on v0.8Wolfgang Hommel1-0/+82