Le système est fonctionnel, aussi avec des jolis fichiers de build.

This commit is contained in:
Mysaa Java
2021-05-13 19:46:30 +02:00
parent a3a72a9549
commit 00c9059776
4 changed files with 61 additions and 33 deletions
+4 -4
View File
@@ -2,10 +2,10 @@
all: bash-gitonly pam_oath_key.so auth-keys-gen
nargv/argvt.o: nargv/nargv.c
gcc -c nargv/nargv.c -o nargv/argvt.o
bash-gitonly: nargv/argvt.o bash-gitonly.c
gcc bash-gitonly.c nargv/argvt.o -I . -L/usr/server/postgresql/lib -I/usr/server/postgresql/include -lpq -o bash-gitonly
argvt.o: nargv/nargv.c
gcc -c nargv/nargv.c -o argvt.o
bash-gitonly: argvt.o bash-gitonly.c
gcc bash-gitonly.c argvt.o -I . -L/usr/server/postgresql/lib -I/usr/server/postgresql/include -lpq -o bash-gitonly
pam_oath_key.so: pam_oath_key.c
gcc pam_oath_key.c -I/usr/system/include/ -I/usr/server/postgresql/include/ -L/usr/server/postgresql/lib/ -L/usr/libraries/lib/ -shared -lpam -lpq -loath -fPIC -o pam_oath_key.so