]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Gisle's update
authorDaniel Stenberg <daniel@haxx.se>
Tue, 29 Jun 2004 18:43:04 +0000 (18:43 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 29 Jun 2004 18:43:04 +0000 (18:43 +0000)
docs/examples/makefile.dj

index 6b3cb9d3904f51bb4c5f5c7f751eb0c9ebedeef1..642a5b090c1b3eacee589f0af34ad35360fe1d7f 100644 (file)
@@ -1,31 +1,64 @@
-#\r
-#  Adapted for djgpp / Watt-32 / DOS by\r
-#  Gisle Vanem <giva@bgnett.no>\r
-#\r
-\r
-include ../../packages/DOS/common.dj\r
-\r
-CFLAGS += -I../../include\r
-\r
-LIBS = ../../lib/libcurl.a\r
-\r
-ifeq ($(USE_SSL),1)\r
-  LIBS += $(OPENSSL_ROOT)/lib/libssl.a $(OPENSSL_ROOT)/lib/libcrypt.a\r
-endif\r
-\r
-LIBS += $(WATT32_ROOT)/lib/libwatt.a $(ZLIB_ROOT)/libz.a\r
-\r
-PROGRAMS  = fopen.exe ftpget.exe ftpgetre.exe ftpuploa.exe getinmem.exe \\r
-            http-pos.exe httpput.exe multi-ap.exe multi-do.exe          \\r
-            multi-po.exe multi-si.exe persista.exe post-cal.exe         \\r
-            postit2.exe sepheade.exe simple.exe simpless.exe\r
-\r
-all: $(PROGRAMS)\r
-\r
-.c.exe:\r
-       $(CC) $(CFLAGS) -o $@ $^ $(LIBS)\r
-       @echo\r
-\r
-clean:\r
-       rm -f $(PROGRAMS)\r
-\r
+#
+#  Adapted for djgpp / Watt-32 / DOS by
+#  Gisle Vanem <giva@bgnett.no>
+#
+
+include ../../packages/DOS/common.dj
+
+CFLAGS += -I../../include
+
+LIBS = ../../lib/libcurl.a
+
+ifeq ($(USE_SSL),1)
+  LIBS += $(OPENSSL_ROOT)/lib/libssl.a $(OPENSSL_ROOT)/lib/libcrypt.a
+endif
+
+LIBS += $(WATT32_ROOT)/lib/libwatt.a $(ZLIB_ROOT)/libz.a
+
+PROGRAMS  = fopen.exe ftpget.exe ftpgetre.exe ftpuploa.exe getinmem.exe \
+            http-pos.exe httpput.exe multi-ap.exe multi-do.exe          \
+            multi-po.exe multi-si.exe persista.exe post-cal.exe         \
+            postit2.exe sepheade.exe simple.exe simpless.exe
+
+all: $(PROGRAMS)
+
+.c.exe:
+       $(CC) $(CFLAGS) -o $@ $^ $(LIBS)
+       @echo
+
+clean:
+       rm -f $(PROGRAMS)
+
+- 1,32 ----
+#
+#  Adapted for djgpp / Watt-32 / DOS by
+#  Gisle Vanem <giva@bgnett.no>
+#
+
+include ../../packages/DOS/common.dj
+
+CFLAGS += -I../../include
+
+LIBS = ../../lib/libcurl.a
+
+ifeq ($(USE_SSL),1)
+  LIBS += $(OPENSSL_ROOT)/lib/libssl.a $(OPENSSL_ROOT)/lib/libcrypt.a
+endif
+
+LIBS += $(WATT32_ROOT)/lib/libwatt.a $(ZLIB_ROOT)/libz.a
+
+PROGRAMS  = fopen.exe ftpget.exe ftpgetre.exe ftpuploa.exe getinmem.exe \
+            http-pos.exe httpput.exe multi-ap.exe multi-do.exe          \
+            multi-po.exe multi-si.exe persista.exe post-cal.exe         \
+            postit2.exe sepheade.exe simple.exe simpless.exe https.exe  \
+            ftp3rdpa.exe getinfo.exe
+
+all: $(PROGRAMS)
+
+%.exe: %.c
+       $(CC) $(CFLAGS) -o $@ $^ $(LIBS)
+       @echo
+
+clean:
+       rm -f $(PROGRAMS)
+