Software /
code /
prosody
Comparison
util-src/Makefile @ 765:148365c1b53c
Remove redundant linking in util-src modules' Makefile
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Mon, 02 Feb 2009 18:02:20 +0000 |
parent | 663:69fe30ffc8c3 |
child | 798:2a92b58144a9 |
comparison
equal
deleted
inserted
replaced
764:b8a62ae5601a | 765:148365c1b53c |
---|---|
21 rm -f ../util/*.so | 21 rm -f ../util/*.so |
22 | 22 |
23 encodings.o: encodings.c | 23 encodings.o: encodings.c |
24 gcc $(CFLAGS) -I$(LUA_INCDIR) -c -o encodings.o encodings.c | 24 gcc $(CFLAGS) -I$(LUA_INCDIR) -c -o encodings.o encodings.c |
25 encodings.so: encodings.o | 25 encodings.so: encodings.o |
26 export MACOSX_DEPLOYMENT_TARGET="10.3"; gcc $(LFLAGS) -o encodings.so encodings.o -L/usr/local/lib -llua$(LUA_SUFFIX) -lcrypto -lidn | 26 export MACOSX_DEPLOYMENT_TARGET="10.3"; gcc $(LFLAGS) -o encodings.so encodings.o -L/usr/local/lib -llua$(LUA_SUFFIX) -lidn |
27 | 27 |
28 | 28 |
29 hashes.o: hashes.c | 29 hashes.o: hashes.c |
30 gcc $(CFLAGS) -I$(LUA_INCDIR) -c -o hashes.o hashes.c | 30 gcc $(CFLAGS) -I$(LUA_INCDIR) -c -o hashes.o hashes.c |
31 hashes.so: hashes.o | 31 hashes.so: hashes.o |
32 export MACOSX_DEPLOYMENT_TARGET="10.3"; gcc $(LFLAGS) -o hashes.so hashes.o -L/usr/local/lib -llua$(LUA_SUFFIX) -lcrypto -lssl | 32 export MACOSX_DEPLOYMENT_TARGET="10.3"; gcc $(LFLAGS) -o hashes.so hashes.o -L/usr/local/lib -llua$(LUA_SUFFIX) -lcrypto |
33 | 33 |
34 pposix.o: pposix.c | 34 pposix.o: pposix.c |
35 gcc $(CFLAGS) -I$(LUA_INCDIR) -c -o pposix.o pposix.c | 35 gcc $(CFLAGS) -I$(LUA_INCDIR) -c -o pposix.o pposix.c |
36 pposix.so: pposix.o | 36 pposix.so: pposix.o |
37 export MACOSX_DEPLOYMENT_TARGET="10.3"; gcc $(LFLAGS) -o pposix.so pposix.o -L/usr/local/lib -llua$(LUA_SUFFIX) | 37 export MACOSX_DEPLOYMENT_TARGET="10.3"; gcc $(LFLAGS) -o pposix.so pposix.o -L/usr/local/lib -llua$(LUA_SUFFIX) |