1
0
mirror of https://git.sr.ht/~sircmpwn/gmni synced 2024-11-22 20:32:03 +01:00
Commit Graph

18 Commits

Author SHA1 Message Date
Drew DeVault
41e5188b6e Makefile: update dependencies in pkgconfig 2021-09-21 16:13:54 +02:00
Ariadna Vigo
42d80229d4 Makefile: install libgmni.a with 644 perms
Hi!
Static libraries don't need execution perms. I know this is very minor,
but best practice is to give everything the least amount of necessary
privileges. Thus, I propose changing the install command to use 644
perms.

Yours,
Ariadna
2021-03-07 15:13:09 -05:00
Giuseppe Lumia
4a6172f1bf Remove -D option from install commands
The '-D' option of `install` is not implemented on some systems that
don't use GNU install. Its uses were replaced with `mkdir -p` commands
to eventually provide the missing folders.
2020-11-06 10:05:43 -05:00
Giuseppe Lumia
1a747cb6c2 Fix install in case of missing docs compilation
Install on systems without `scdoc` was broken because `make install` was
attempting to install missing files.
2020-11-06 10:05:43 -05:00
Luna Nieves
b64d3d5ac9 Add uninstall target 2020-10-29 13:27:53 -04:00
Martijn Braam
ce1a524642 Added missing filename in install 2020-10-25 13:36:04 -04:00
Eyal Sawady
8d897e4a00 Remove -fPIC
Breaks compilation under cproc and isn't necessary for static libraries.
2020-10-24 14:06:14 -04:00
Martijn Braam
122fb0a9fd Add static library for gmni 2020-10-24 13:41:07 -04:00
Chris Vittal
e1d4e9a07e Remove gemlm with make clean 2020-10-07 08:53:44 -04:00
Eyal Sawady
be0cf0dfd1 Makefile: clean: remove objects 2020-09-23 09:12:48 -04:00
Eyal Sawady
e80d852a1b Makefile: silence gmni CCLD command 2020-09-21 20:57:56 -04:00
Charles E. Lehner
30660fc160 Link with libraries before objects 2020-09-21 09:19:12 -04:00
Drew DeVault
6f36d2a0fc gmnlm: add install target & man page 2020-09-20 22:37:44 -04:00
Drew DeVault
01567e578c Initial work for line-mode browser 2020-09-20 18:31:33 -04:00
Drew DeVault
37396a375a Add make install target 2020-09-20 14:55:33 -04:00
Drew DeVault
207a72012e Rename binary from gmnic -> gmni 2020-09-20 14:51:25 -04:00
Drew DeVault
b136eea98a Add man page 2020-09-20 14:44:30 -04:00
Drew DeVault
ccec255833 Initial commit 2020-09-20 10:17:39 -04:00