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:
24
Makefile
Normal file
24
Makefile
Normal 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
|
||||
Reference in New Issue
Block a user