]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Jörg's updated makefile
authorDaniel Stenberg <daniel@haxx.se>
Fri, 6 Oct 2000 11:03:43 +0000 (11:03 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 6 Oct 2000 11:03:43 +0000 (11:03 +0000)
lib/Makefile.m32
src/Makefile.m32

index 1590f38a9eeddcfab0abdf91d23fc314312a5ab5..5f0e71c55b5430a93c8c33a7bc39e5997e848904 100644 (file)
@@ -1,70 +1,81 @@
-#############################################################
-## Makefile for building libcurl.a with MingW32 (GCC-2.95) and
-## optionally OpenSSL (0.9.4)
-## Use: make -f Makefile.m32
-##
-## Comments to: Troy Engel <tengel@sonic.net> or
-##              Joern Hartroth <hartroth@acm.org>
-
-CC = gcc
-AR = ar
-RANLIB = ranlib
-OPENSSL_PATH = ../../openssl-0.9.5a
-
-########################################################
-## Nothing more to do below this line!
-
-INCLUDES = -I. -I.. -I../include
-CFLAGS = -g -O2 -DMINGW32
-ifdef SSL
-  INCLUDES += -I"$(OPENSSL_PATH)/outinc" -I"$(OPENSSL_PATH)/outinc/openssl"
-  CFLAGS += -DUSE_SSLEAY
-endif
-COMPILE = $(CC) $(INCLUDES) $(CFLAGS)
-
-libcurl_a_LIBRARIES = libcurl.a
-
-libcurl_a_SOURCES =  base64.c getenv.c if2ip.h progress.h  \
-base64.h getenv.h mprintf.c setup.h url.c download.c getpass.c \
-mprintf.h ssluse.c url.h download.h hostip.c netrc.c ssluse.h \
-urldata.h formdata.c hostip.h netrc.h stdcheaders.h formdata.h \
-if2ip.c progress.c sendf.c sendf.h speedcheck.c speedcheck.h \
-ftp.c ftp.h getpass.h version.c timeval.c  timeval.h cookie.c \
-cookie.h escape.c escape.h getdate.c getdate.h dict.h dict.c http.c \
-http.h telnet.c telnet.h file.c file.h ldap.c ldap.h writeout.c writeout.h \
-highlevel.c strequal.c strequal.h easy.c
-
-libcurl_a_OBJECTS =  base64.o getenv.o mprintf.o url.o download.o \
-getpass.o ssluse.o hostip.o netrc.o formdata.o if2ip.o progress.o \
-sendf.o speedcheck.o ftp.o version.o timeval.o \
-cookie.o escape.o getdate.o dict.o http.o telnet.o file.o ldap.o writeout.o \
-highlevel.o strequal.o easy.o
-
-LIBRARIES =  $(libcurl_a_LIBRARIES)
-SOURCES = $(libcurl_a_SOURCES)
-OBJECTS = $(libcurl_a_OBJECTS)
-
-
-all: libcurl.a
-
-libcurl.a: $(libcurl_a_OBJECTS) $(libcurl_a_DEPENDENCIES)
-       -@erase libcurl.a
-       $(AR) cru libcurl.a $(libcurl_a_OBJECTS)
-       $(RANLIB) libcurl.a
-
-.c.o:
-       $(COMPILE) -c $<
-
-.s.o:
-       $(COMPILE) -c $<
-
-.S.o:
-       $(COMPILE) -c $<
-
-clean:
-       -@erase $(libcurl_a_OBJECTS)
-
-distrib: clean
-       \r
-       -@erase $(libcurl_a_LIBRARIES)
-       
+#############################################################\r
+## Makefile for building libcurl.a with MingW32 (GCC-2.95) and\r
+## optionally OpenSSL (0.9.6)\r
+## Use: make -f Makefile.m32\r
+##\r
+## Comments to: Troy Engel <tengel@sonic.net> or\r
+##              Joern Hartroth <hartroth@acm.org>\r
+\r
+CC = gcc\r
+AR = ar\r
+RANLIB = ranlib\r
+STRIP = strip -g\r
+OPENSSL_PATH = ../../openssl-0.9.6\r
+\r
+########################################################\r
+## Nothing more to do below this line!\r
+\r
+INCLUDES = -I. -I.. -I../include -I../src\r
+CFLAGS = -g -O2 -DMINGW32\r
+ifdef SSL\r
+  INCLUDES += -I"$(OPENSSL_PATH)/outinc" -I"$(OPENSSL_PATH)/outinc/openssl"\r
+  CFLAGS += -DUSE_SSLEAY\r
+  DLL_LIBS = -leay32 -lssl32 -lRSAglue\r
+endif\r
+COMPILE = $(CC) $(INCLUDES) $(CFLAGS)\r
+\r
+libcurl_a_LIBRARIES = libcurl.a\r
+\r
+libcurl_a_SOURCES = arpa_telnet.h file.c getpass.h netrc.h timeval.c base64.c \\r
+       file.h hostip.c progress.c timeval.h base64.h formdata.c hostip.h progress.h    \\r
+       cookie.c formdata.h http.c sendf.c cookie.h ftp.c http.h sendf.h url.c dict.c   \\r
+       ftp.h if2ip.c speedcheck.c url.h dict.h getdate.c if2ip.h speedcheck.h          \\r
+       urldata.h download.c getdate.h ldap.c ssluse.c version.c download.h getenv.c    \\r
+       ldap.h ssluse.h escape.c getenv.h mprintf.c telnet.c escape.h getpass.c netrc.c \\r
+       telnet.h getinfo.c highlevel.c strequal.c strequal.h easy.c security.h          \\r
+       security.c krb4.c\r
+\r
+libcurl_a_OBJECTS =  file.o timeval.o base64.o hostip.o progress.o \\r
+       formdata.o cookie.o http.o sendf.o ftp.o url.o dict.o if2ip.o \\r
+       speedcheck.o getdate.o download.o ldap.o ssluse.o version.o \\r
+       getenv.o escape.o mprintf.o telnet.o getpass.o netrc.o getinfo.o \\r
+       highlevel.o strequal.o easy.o security.o krb4.o\r
+\r
+LIBRARIES =  $(libcurl_a_LIBRARIES)\r
+SOURCES = $(libcurl_a_SOURCES)\r
+OBJECTS = $(libcurl_a_OBJECTS)\r
+\r
+\r
+all: libcurl.a libcurl.dll libcurldll.a\r
+\r
+libcurl.a: $(libcurl_a_OBJECTS) $(libcurl_a_DEPENDENCIES)\r
+       -@erase libcurl.a\r
+       $(AR) cru libcurl.a $(libcurl_a_OBJECTS)\r
+       $(RANLIB) libcurl.a\r
+       $(STRIP) $@\r
+\r
+# remove the last line above to keep debug info\r
+\r
+libcurl.dll libcurldll.a: libcurl.a libcurl.def dllinit.o\r
+       -@erase $@\r
+       dllwrap --dllname $@ --output-lib libcurldll.a --export-all --def libcurl.def $(libcurl_a_LIBRARIES) dllinit.o -L$(OPENSSL_PATH)/out $(DLL_LIBS) -lwsock32\r
+       $(STRIP) $@\r
+\r
+# remove the last line above to keep debug info\r
+\r
+.c.o:\r
+       $(COMPILE) -c $<\r
+\r
+.s.o:\r
+       $(COMPILE) -c $<\r
+\r
+.S.o:\r
+       $(COMPILE) -c $<\r
+\r
+clean:\r
+       -@erase $(libcurl_a_OBJECTS)\r
+\r
+distrib: clean\r
+\r
+       -@erase $(libcurl_a_LIBRARIES)\r
+\r
index 0221047a1948ab3c61d4f25c492f699fbf5f7d8e..ced40a90a10bfb0bfa44621437783e92e4b3014e 100644 (file)
@@ -1,65 +1,71 @@
-#############################################################
-## Makefile for building curl.exe with MingW32 (GCC-2.95) and
-## optionally OpenSSL (0.9.4)
-##
-## Use: make -f Makefile.m32 [SSL=1]
-##
-## Comments to: Troy Engel <tengel@sonic.net> or
-##              Joern Hartroth <hartroth@acm.org>
-
-CC = gcc
-STRIP = strip -s
-OPENSSL_PATH = ../../openssl-0.9.5a
-
-# We may need these someday
-# PERL = perl
-# NROFF = nroff
-
-########################################################
-## Nothing more to do below this line!
-
-INCLUDES = -I. -I.. -I../include
-CFLAGS = -g -O2 -DMINGW32
-LDFLAGS = 
-COMPILE = $(CC) $(INCLUDES) $(CFLAGS)
-LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
-
-curl_PROGRAMS = curl.exe
-curl_OBJECTS =  main.o hugehelp.o urlglob.o
-curl_SOURCES = main.c hugehelp.c urlglob.c
-curl_DEPENDENCIES = ../lib/libcurl.a
-curl_LDADD = -L../lib -lcurl -lwsock32
-ifdef SSL
-  curl_LDADD += -L$(OPENSSL_PATH)/out -leay32 -lssl32 -lRSAglue
-endif
-
-PROGRAMS = $(curl_PROGRAMS)
-SOURCES = $(curl_SOURCES)
-OBJECTS = $(curl_OBJECTS)
-
-all: curl
-
-curl: $(curl_OBJECTS) $(curl_DEPENDENCIES)
-       -@erase curl.exe
-       $(LINK) $(curl_OBJECTS) $(curl_LDADD)
-       $(STRIP) $(curl_PROGRAMS)
-
-# We don't have nroff normally under win32
-# hugehelp.c: ../README.curl ../curl.1 mkhelp.pl
-#      -@erase hugehelp.c
-#      $(NROFF) -man ../curl.1 | $(PERL) mkhelp.pl ../README.curl > hugehelp.c
-
-.c.o:
-       $(COMPILE) -c $<
-
-.s.o:
-       $(COMPILE) -c $<
-
-.S.o:
-       $(COMPILE) -c $<
-
-clean:
-       -@erase $(curl_OBJECTS)
-
-distrib: clean
-       -@erase $(curl_PROGRAMS)
+#############################################################\r
+## Makefile for building curl.exe with MingW32 (GCC-2.95) and\r
+## optionally OpenSSL (0.9.6)\r
+##\r
+## Use: make -f Makefile.m32 [SSL=1] [DYN=1]\r
+##\r
+## Comments to: Troy Engel <tengel@sonic.net> or\r
+##              Joern Hartroth <hartroth@acm.org>\r
+\r
+CC = gcc\r
+STRIP = strip -s\r
+OPENSSL_PATH = ../../openssl-0.9.6\r
+\r
+# We may need these someday\r
+# PERL = perl\r
+# NROFF = nroff\r
+\r
+########################################################\r
+## Nothing more to do below this line!\r
+\r
+INCLUDES = -I. -I.. -I../include\r
+CFLAGS = -g -O2 -DMINGW32\r
+LDFLAGS = \r
+COMPILE = $(CC) $(INCLUDES) $(CFLAGS)\r
+LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@\r
+\r
+curl_PROGRAMS = curl.exe\r
+curl_OBJECTS = main.o hugehelp.o urlglob.o writeout.o\r
+curl_SOURCES = main.c hugehelp.c urlglob.c writeout.c\r
+ifdef DYN\r
+  curl_DEPENDENCIES = ../lib/libcurldll.a ../lib/libcurl.dll\r
+  curl_LDADD = -L../lib -lcurldll\r
+else\r
+  curl_DEPENDENCIES = ../lib/libcurl.a\r
+  curl_LDADD = -L../lib -lcurl\r
+endif\r
+curl_LDADD += -lwsock32\r
+ifdef SSL\r
+  curl_LDADD += -L$(OPENSSL_PATH)/out -leay32 -lssl32 -lRSAglue\r
+endif\r
+\r
+PROGRAMS = $(curl_PROGRAMS)\r
+SOURCES = $(curl_SOURCES)\r
+OBJECTS = $(curl_OBJECTS)\r
+\r
+all: curl.exe\r
+\r
+curl.exe: $(curl_OBJECTS) $(curl_DEPENDENCIES)\r
+       -@erase $@\r
+       $(LINK) $(curl_OBJECTS) $(curl_LDADD)\r
+       $(STRIP) $@\r
+\r
+# We don't have nroff normally under win32\r
+# hugehelp.c: ../README.curl ../curl.1 mkhelp.pl\r
+#      -@erase hugehelp.c\r
+#      $(NROFF) -man ../curl.1 | $(PERL) mkhelp.pl ../README.curl > hugehelp.c\r
+\r
+.c.o:\r
+       $(COMPILE) -c $<\r
+\r
+.s.o:\r
+       $(COMPILE) -c $<\r
+\r
+.S.o:\r
+       $(COMPILE) -c $<\r
+\r
+clean:\r
+       -@erase $(curl_OBJECTS)\r
+\r
+distrib: clean\r
+       -@erase $(curl_PROGRAMS)\r