index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
Age
Commit message (
Expand
)
Author
2023-11-27
add weak main() symbol so __main.o can go in the .a and .so
Jakob Kaivo
2023-11-27
include assembly code in dependencies; disable SSE (it was causing crashes); ...
Jakob Kaivo
2023-11-14
add libung.so for LD_PRELOAD injection
Jakob Kaivo
2022-04-21
make include dir a configure option
Jakob Kaivo
2020-08-15
add -fPIC
Jakob Kaivo
2020-08-15
remove support for GCC stack protector
Jakob Kaivo
2020-08-15
add -fno-builtin to BASE_CFLAGS
Jakob Kaivo
2020-08-15
add deps target
Jakob Kaivo
2020-08-14
use new dependency system
Jakob Kaivo
2020-08-12
adjust to correct default style
Jakob Kaivo
2020-08-12
stop generating headers so often
Jakob Kaivo
2019-03-06
make all before running tests
Jakob Kaivo
2019-03-02
add $(TESTS) to test target for only executing specific tests
Jakob Kaivo
2019-03-01
add test target
Jakob Kaivo
2019-02-25
finally got a decent thing to select C, POSIX, and X/Open versions
Jakob Kaivo
2019-02-23
new configure script to replace manually editing config.mk
Jakob Kaivo
2019-02-09
fix .DEFAULT
Jakob Kaivo
2019-02-09
make generated files depend on their generators
Jakob Kaivo
2019-02-09
fix extra-clean target
Jakob Kaivo
2019-02-09
separate generation of .headers.mk and .deps.mk
Jakob Kaivo
2019-02-08
add chaining dependencies for different standard versions
Jakob Kaivo
2019-02-08
clean up and merge redundant/duplicate targets
Jakob Kaivo
2019-02-08
rename tags to ctags so the presence of tags doesn't stop it running
Jakob Kaivo
2019-01-31
don't rebuild headers for every source file change
Jakob Kaivo
2019-01-31
don't rebuild deps every time
Jakob Kaivo
2019-01-31
add deps and tags targets
Jakob Kaivo
2019-01-31
rename git-clean to extra-clean
Jakob Kaivo
2019-01-30
add headers dependency to all
Jakob Kaivo
2019-01-30
better cleaning
Jakob Kaivo
2019-01-30
keep main Makefile separate from deps
Jakob Kaivo
2019-01-28
correctly identify the difference between structs, unions, and functions
Jakob Kaivo
2019-01-28
update reflecting renamed files in 9899-1990
Jakob Kaivo
2019-01-27
generated makefile
Jakob Kaivo
2019-01-26
new framework for building sources after gitlab migration
Jakob Kaivo