Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-05 | Add log.pc | ||
This is used by pkg-config. | |||
2023-04-05 | Remove log subdirectory | ||
Referencing the log library, results in a `not found` error. I guess we need to set a LD_PATH to liblog.so but I don't know how to do, for now. So, we can keep both libraries in /usr/local/lib. | |||
2023-04-05 | Add install and unistall targets | ||
2023-04-04 | Move variables in config.mk | ||
2023-04-04 | Remove lib str from project | ||
2023-02-04 | liblog 0.0.0-a1v0.0.0-a1 | ||
2023-02-04 | Add function to get library version | ||
2023-02-04 | Add commands and directives to run tests | ||
2023-02-04 | Remove the `all` target | ||
2023-02-04 | Edit targets to generate static and shared | ||
libraries I need to clean all objects because I have to compile objects for shared library using `-fPIC` flag and the archive library doesn't must have that flag. This is only a shit! BSD make is missing of functionality to compile objects inside a different directory than soruces. | |||
2023-02-04 | Correct includes in cflags | ||
2023-02-04 | Separate libs declarations from targets | ||
2023-02-04 | Correct compilation of object files | ||
2023-02-04 | Add static and shared targets | ||
2023-02-04 | Add to cflags and ldflags references to liraries | ||
2023-02-04 | Move includes to the head of Makefile | ||
2023-02-04 | Add libs.mk | ||
2023-02-03 | Edit Makefile in order to compile and execute tests | ||
2023-02-02 | Add test-app and *.core to the clean target | ||
2023-02-02 | Add `all` target | ||
2023-02-02 | Add target to compile maic.c of test-app | ||
2023-02-02 | Move -fPIC from CFLAGS to the target body | ||
2023-02-02 | Add -pedantic parameter and remove -fPIC | ||
2023-02-01 | Add new targets to Makefile | ||
2023-01-31 | Initial commit | ||