summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2024-01-31remove more cruft, update dependenciesJakob Kaivo
2024-01-31update makefiles to simplify supersetsJakob Kaivo
2024-01-30update build to remove the configure stepJakob Kaivo
2024-01-30hide checking macros when building the libraryJakob Kaivo
2023-11-27add weak main() symbol so __main.o can go in the .a and .soJakob Kaivo
2023-11-27include assembly code in dependencies; disable SSE (it was causing crashes); ...Jakob Kaivo
2023-11-14add libung.so for LD_PRELOAD injectionJakob Kaivo
2022-04-21make include dir a configure optionJakob Kaivo
2020-08-15add -fPICJakob Kaivo
2020-08-15remove support for GCC stack protectorJakob Kaivo
2020-08-15add -fno-builtin to BASE_CFLAGSJakob Kaivo
2020-08-15add deps targetJakob Kaivo
2020-08-14use new dependency systemJakob Kaivo
2020-08-12adjust to correct default styleJakob Kaivo
2020-08-12stop generating headers so oftenJakob Kaivo
2019-03-06make all before running testsJakob Kaivo
2019-03-02add $(TESTS) to test target for only executing specific testsJakob Kaivo
2019-03-01add test targetJakob Kaivo
2019-02-25finally got a decent thing to select C, POSIX, and X/Open versionsJakob Kaivo
2019-02-23new configure script to replace manually editing config.mkJakob Kaivo
2019-02-09fix .DEFAULTJakob Kaivo
2019-02-09make generated files depend on their generatorsJakob Kaivo
2019-02-09fix extra-clean targetJakob Kaivo
2019-02-09separate generation of .headers.mk and .deps.mkJakob Kaivo
2019-02-08add chaining dependencies for different standard versionsJakob Kaivo
2019-02-08clean up and merge redundant/duplicate targetsJakob Kaivo
2019-02-08rename tags to ctags so the presence of tags doesn't stop it runningJakob Kaivo
2019-01-31don't rebuild headers for every source file changeJakob Kaivo
2019-01-31don't rebuild deps every timeJakob Kaivo
2019-01-31add deps and tags targetsJakob Kaivo
2019-01-31rename git-clean to extra-cleanJakob Kaivo
2019-01-30add headers dependency to allJakob Kaivo
2019-01-30better cleaningJakob Kaivo
2019-01-30keep main Makefile separate from depsJakob Kaivo
2019-01-28correctly identify the difference between structs, unions, and functionsJakob Kaivo
2019-01-28update reflecting renamed files in 9899-1990Jakob Kaivo
2019-01-27generated makefileJakob Kaivo
2019-01-26new framework for building sources after gitlab migrationJakob Kaivo