git/contrib/credential
Thomas Uhle 9b8ff6dc9a contrib/credential: harmonize Makefiles
Update these Makefiles to be in line with other Makefiles from contrib
such as for contacts or subtree by making the following changes:

* Make the default settings after including config.mak.autogen and
  config.mak.
* Add the missing $(CPPFLAGS) to the compiler command as well as the
  missing $(CFLAGS) to the linker command.
* Use a pattern rule for compilation instead of a dedicated rule for
  each compile unit.
* Get rid of $(MAIN), $(SRCS) and $(OBJS) and simply use their values
  such as git-credential-libsecret and git-credential-libsecret.o.
* Strip @ from $(RM) to let the clean target rule be verbose.
* Define .PHONY for all special targets (all, clean).

Signed-off-by: Thomas Uhle <thomas.uhle@mailbox.tu-dresden.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2025-10-20 12:34:57 -07:00
..
libsecret contrib/credential: harmonize Makefiles 2025-10-20 12:34:57 -07:00
netrc contrib: better support symbolic port names in git-credential-netrc 2025-06-25 09:43:59 -07:00
osxkeychain contrib/credential: harmonize Makefiles 2025-10-20 12:34:57 -07:00
wincred Sync with 2.48.2 2025-06-12 17:13:35 -07:00
meson.build meson: wire up credential helpers 2025-02-18 11:40:03 -08:00