Server IP : 111.118.215.189 / Your IP : 216.73.216.66 Web Server : Apache System : Linux md-in-83.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : a1673wkz ( 2475) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /usr/share/doc/git-1.8.3.1/contrib/credential/gnome-keyring/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
MAIN:=git-credential-gnome-keyring all:: $(MAIN) CC = gcc RM = rm -f CFLAGS = -g -O2 -Wall -include ../../../config.mak.autogen -include ../../../config.mak INCS:=$(shell pkg-config --cflags gnome-keyring-1) LIBS:=$(shell pkg-config --libs gnome-keyring-1) SRCS:=$(MAIN).c OBJS:=$(SRCS:.c=.o) %.o: %.c $(CC) $(CFLAGS) $(CPPFLAGS) $(INCS) -o $@ -c $< $(MAIN): $(OBJS) $(CC) -o $@ $(LDFLAGS) $^ $(LIBS) clean: @$(RM) $(MAIN) $(OBJS)