1
0
mirror of https://frontier.innolan.net/rainlance/http_get.git synced 2025-11-20 22:49:54 +00:00

Initial commit

This commit is contained in:
2017-09-01 00:20:11 +02:00
commit 44ea50b91b
10 changed files with 1473 additions and 0 deletions

24
Makefile Normal file
View File

@ -0,0 +1,24 @@
# Portable Makefile generated by configure
all: http_get help
CC = m68k-amigaos-gcc
CFLAGS = -O2 -noixemul $(SSL_DEFS) $(SSL_INC) -Iinclude -Wall
LDFLAGS = -s $(SSL_LIBS)
http_get.o: http_get.c
http_get_amiga.o: http_get_amiga.c version.h
http_get: http_get.o http_get_amiga.o
${CC} ${CFLAGS} -o http_get http_get.o http_get_amiga.o ${LDFLAGS}
help:
man ./http_get.1 > http_get.help
clean:
rm -f http_get.o http_get_amiga.o http_get http_get.help
depend:
@echo Dependencies already done