mirror of
https://frontier.innolan.net/rainlance/http_ping.git
synced 2025-10-05 08:31:44 +00:00
27 lines
609 B
Makefile
27 lines
609 B
Makefile
|
# Portable Makefile generated by configure
|
||
|
|
||
|
all: http_ping help
|
||
|
|
||
|
CC = m68k-amigaos-gcc
|
||
|
CFLAGS = -O2 -noixemul $(SSL_DEFS) $(SSL_INC) -Iinclude -Wall
|
||
|
LDFLAGS = -s -lm $(SSL_LIBS)
|
||
|
|
||
|
http_ping.o: http_ping.c port.h
|
||
|
|
||
|
http_ping_amiga.o: http_ping_amiga.c version.h
|
||
|
|
||
|
time_timer.o: time_timer.c
|
||
|
|
||
|
|
||
|
http_ping: http_ping.o http_ping_amiga.o time_timer.o
|
||
|
${CC} ${CFLAGS} -o http_ping http_ping.o http_ping_amiga.o time_timer.o ${LDFLAGS}
|
||
|
|
||
|
help:
|
||
|
nroff -man http_ping.1 > http_ping.help
|
||
|
|
||
|
clean:
|
||
|
rm -f http_ping.o http_ping_amiga.o time_timer.o http_ping http_ping.help
|
||
|
|
||
|
depend:
|
||
|
@echo Dependencies already done
|