aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2023-04-05Add log.pcAlessandro Iezzi
This is used by pkg-config.
2023-04-05Remove log subdirectoryAlessandro Iezzi
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-05Add install and unistall targetsAlessandro Iezzi
2023-04-04Move variables in config.mkAlessandro Iezzi
2023-04-04Remove lib str from projectAlessandro Iezzi
2023-02-04liblog 0.0.0-a1v0.0.0-a1Alessandro Iezzi
2023-02-04Add function to get library versionAlessandro Iezzi
2023-02-04Add commands and directives to run testsAlessandro Iezzi
2023-02-04Remove the `all` targetAlessandro Iezzi
2023-02-04Edit targets to generate static and sharedAlessandro Iezzi
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-04Correct includes in cflagsAlessandro Iezzi
2023-02-04Separate libs declarations from targetsAlessandro Iezzi
2023-02-04Correct compilation of object filesAlessandro Iezzi
2023-02-04Add static and shared targetsAlessandro Iezzi
2023-02-04Add to cflags and ldflags references to lirariesAlessandro Iezzi
2023-02-04Move includes to the head of MakefileAlessandro Iezzi
2023-02-04Add libs.mkAlessandro Iezzi
2023-02-03Edit Makefile in order to compile and execute testsAlessandro Iezzi
2023-02-02Add test-app and *.core to the clean targetAlessandro Iezzi
2023-02-02Add `all` targetAlessandro Iezzi
2023-02-02Add target to compile maic.c of test-appAlessandro Iezzi
2023-02-02Move -fPIC from CFLAGS to the target bodyAlessandro Iezzi
2023-02-02Add -pedantic parameter and remove -fPICAlessandro Iezzi
2023-02-01Add new targets to MakefileAlessandro Iezzi
2023-01-31Initial commitAlessandro Iezzi