/[mldonkey]/mldonkey/config/Makefile.in
ViewVC logotype

Diff of /mldonkey/config/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.106 by spiralvoice, Thu Jul 21 10:55:19 2005 UTC revision 1.107 by spiralvoice, Sat Jul 23 14:19:48 2005 UTC
# Line 141  ifeq ("$(OS_FILES2)", "cygwin") Line 141  ifeq ("$(OS_FILES2)", "cygwin")
141    LIBS_flags += -cclib "-lws2_32 -lgdi32 -luser32 -ladvapi32 -lwsock32 -limm32 -lshell32 -lole32 resfile.o"    LIBS_flags += -cclib "-lws2_32 -lgdi32 -luser32 -ladvapi32 -lwsock32 -limm32 -lshell32 -lole32 resfile.o"
142  endif  endif
143    
144  ifeq ("$(ZLIB)" , "yes")  ifeq ("$(ZLIB)", "yes")
145    LIBS_flags += -cclib -lz    LIBS_flags += -cclib -lz
146  #  LIBS_byte += -cclib -lz    CDK_SRCS +=  $(CDK)/zlib.ml $(CDK)/zip.ml $(CDK)/gzip.ml $(CDK)/zlibstubs.c
147    CDK_SRCS +=  $(CDK)/zlib.ml $(CDK)/zlibstubs.c  endif
148    
149    ifeq ("$(BZIP2)", "yes")
150      LIBS_flags += -cclib -lbz2
151      CDK_SRCS +=  $(CDK)/bzlib.ml $(CDK)/bzip2.ml $(CDK)/tar.ml
152  endif  endif
153    
154  ifeq ("$(GD)", "yes")  ifeq ("$(GD)", "yes")
# Line 219  LIB_SRCS=   \ Line 223  LIB_SRCS=   \
223    $(LIB)/fifo2.ml $(LIB)/intset.ml \    $(LIB)/fifo2.ml $(LIB)/intset.ml \
224    $(LIB)/hole_tab.ml $(LIB)/store.ml \    $(LIB)/hole_tab.ml $(LIB)/store.ml \
225    $(LIB)/indexer.ml $(LIB)/indexer1.ml $(LIB)/indexer2.ml $(LIB)/host.ml  \    $(LIB)/indexer.ml $(LIB)/indexer1.ml $(LIB)/indexer2.ml $(LIB)/host.ml  \
226    $(LIB)/misc.ml $(LIB)/unix32.ml  $(LIB)/md4.ml \    $(LIB)/misc2.ml $(LIB)/misc.ml $(LIB)/unix32.ml  $(LIB)/md4.ml \
227    $(LIB)/avifile.ml $(LIB)/http_lexer.mll $(LIB)/url.ml \    $(LIB)/avifile.ml $(LIB)/http_lexer.mll $(LIB)/url.ml \
228    $(LIB)/date.ml  $(LIB)/fst_hash.c \    $(LIB)/date.ml  $(LIB)/fst_hash.c \
229    $(LIB)/md4_comp.c $(LIB)/md4_c.c \    $(LIB)/md4_comp.c $(LIB)/md4_c.c \
# Line 1692  releaseclean: clean moreclean Line 1696  releaseclean: clean moreclean
1696          rm -f src/utils/lib/gAutoconf.ml          rm -f src/utils/lib/gAutoconf.ml
1697          rm -f src/utils/lib/gAutoconf.ml.new          rm -f src/utils/lib/gAutoconf.ml.new
1698          rm -f src/utils/lib/endian.h          rm -f src/utils/lib/endian.h
1699            rm -f src/utils/lib/misc2.ml
1700          rm -f icons/tux/*.ml_icons          rm -f icons/tux/*.ml_icons
1701          rm -f icons/tux/*.ml          rm -f icons/tux/*.ml
1702          rm -f icons/kde/*.ml_icons          rm -f icons/kde/*.ml_icons

Legend:
Removed from v.1.106  
changed lines
  Added in v.1.107

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26