16 |
# |
# |
17 |
# |
# |
18 |
|
|
19 |
VERSION = 010 |
VERSION = 011 |
20 |
|
|
21 |
PROGRAM = bti |
PROGRAM = bti |
22 |
|
|
55 |
|
|
56 |
# We need -lcurl for the curl stuff |
# We need -lcurl for the curl stuff |
57 |
# We need -lsocket and -lnsl when on Solaris |
# We need -lsocket and -lnsl when on Solaris |
58 |
|
# We need -lreadline for readline support |
59 |
# We need -lssl and -lcrypto when using libcurl with SSL support |
# We need -lssl and -lcrypto when using libcurl with SSL support |
60 |
# We need -lpthread for the pthread example |
# We need -lpthread for the pthread example |
61 |
#LIB_OBJS = -lcurl -lnsl -lssl -lcrypto |
#LIB_OBJS = -lcurl -lnsl -lssl -lcrypto |
62 |
LIB_OBJS = -lcurl -lnsl |
LIB_OBJS = -lcurl -lnsl -lreadline |
63 |
|
|
64 |
all: $(PROGRAM) $(MAN_PAGES) |
all: $(PROGRAM) $(MAN_PAGES) |
65 |
|
|