[svn] Commit Herold's Makefile.src OBJ list update.

This commit is contained in:
hniksic 2003-09-25 15:34:00 -07:00
parent 831f376303
commit d0c4347710
2 changed files with 14 additions and 8 deletions

View File

@ -1,3 +1,7 @@
2003-09-25 Herold Heiko <Heiko.Herold@previnet.it>
* windows/Makefile.src: Updated OBJ list.
2003-09-23 Hrvoje Niksic <hniksic@xemacs.org>
* Makefile.in (clean-top): Remove .libs.

View File

@ -63,15 +63,17 @@ LINK = $(LD) $(LDFLAGS) $(DEBUGLF) /out:$@
RM = del
SRC = cmpt.c safe-ctype.c connect.c host.c http.c netrc.c ftp-basic.c ftp.c \
ftp-ls.c ftp-opie.c getopt.c hash.c headers.c html-parse.c html-url.c \
progress.c retr.c recur.c res.c url.c cookies.c init.c utils.c main.c \
version.c mswindows.c fnmatch.c gen-md5.c gnu-md5.c rbuf.c log.c $(SSLSRC)
SRC = cmpt.c safe-ctype.c convert.c connect.c host.c http.c netrc.c \
ftp-basic.c ftp.c ftp-ls.c ftp-opie.c getopt.c hash.c headers.c \
html-parse.c html-url.c progress.c retr.c recur.c res.c url.c cookies.c \
init.c utils.c main.c version.c mswindows.c fnmatch.c gen-md5.c \
gnu-md5.c rbuf.c log.c $(SSLSRC)
OBJ = cmpt$o safe-ctype$o connect$o host$o http$o netrc$o ftp-basic$o ftp$o \
ftp-ls$o ftp-opie$o getopt$o hash$o headers$o html-parse$o html-url$o \
progress$o retr$o recur$o res$o url$o cookies$o init$o utils$o main$o \
version$o mswindows$o fnmatch$o gen-md5$o gnu-md5$o rbuf$o log$o $(SSLOBJ)
OBJ = cmpt$o safe-ctype$o convert$o connect$o host$o http$o netrc$o \
ftp-basic$o ftp$o ftp-ls$o ftp-opie$o getopt$o hash$o headers$o \
html-parse$o html-url$o progress$o retr$o recur$o res$o url$o cookies$o \
init$o utils$o main$oversion$o mswindows$o fnmatch$o gen-md5$o gnu-md5$o\
rbuf$o log$o $(SSLOBJ)
.SUFFIXES: .c .obj