]> git.eshelyaron.com Git - emacs.git/commit
lib/makefile.w32-in: Rework dependencies.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 9 Jul 2012 15:37:43 +0000 (17:37 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 9 Jul 2012 15:37:43 +0000 (17:37 +0200)
commit52331d2c41bf325fd1b22764fdc230d92b68ab85
treed8770a72bbdef90e226ff789e04fc21ffc44b5c4
parentad0a19b70ec45539c65db17cd14098fce8086c93
lib/makefile.w32-in: Rework dependencies.
(GNU_LIB, NT_INC, C_CTYPE_H, MS_W32_H, CONFIG_H, FILEMODE_H)
(FTOASTR_H, FTOASTR_C, GETOPT_INT_H, MD5_H, SHA1_H, SHA256_H)
(U64_H, SHA512_H): New macros.
(SRC): Redefine to point to src/, not current directory.
($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
($(BLD)/c-strncasecmp.$(O), $(BLD)/dtoastr.$(O))
($(BLD)/dtotimespec.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
($(BLD)/gettime.$(O), $(BLD)/strftime.$(O), $(BLD)/time_r.$(O))
($(BLD)/timespec-add.$(O), $(BLD)/timespec-sub.$(O), $(BLD)/md5.$(O))
($(BLD)/sha1.$(O), $(BLD)/sha256.$(O), $(BLD)/sha512.$(O))
($(BLD)/filemode.$(O)): Update dependencies.
ChangeLog
lib/makefile.w32-in