From: hadaq Date: Thu, 4 Feb 2010 21:26:34 +0000 (+0000) Subject: update X-Git-Tag: v6.0~290 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=36033759455f6e4edd3a81a419c3bd9eed1cda9f;p=trbnettools.git update --- diff --git a/libtrbnet/Makefile b/libtrbnet/Makefile index c3303b8..21685eb 100644 --- a/libtrbnet/Makefile +++ b/libtrbnet/Makefile @@ -10,8 +10,8 @@ CFLAGS = -pipe -g -Wall -Winline -O3 -finline-functions -finline-limit=600000 LD = $(CC) LDFLAGS = -LIBDIR = -L. -LOADLIBES = -ltrbnet +LIBDIR = +LOADLIBES = # ------------ TARGETS ------------------------------------------------- @@ -54,7 +54,7 @@ ARFLAGS = -srv %.so: $% @echo CREATING shared library $@ - $(LD) -shared -O $^ -o $@ + $(LD) -shared -O $^ -o $@ @echo DONE! # ------------ Targets ------------------------------------------------- @@ -84,8 +84,8 @@ trbnet.o: trbnet.c trberror.h trbnet.h libtrbnet.a: trberror.o trbnet.o -trbcmd: trbcmd.o +trbcmd: trbcmd.o libtrbnet.a trbcmd.o: trbcmd.c trbnet.h trberror.h -trbdhcp: trbdhcp.o +trbdhcp: trbdhcp.o libtrbnet.a trbdhcp.o: trbdhcp.c trbnet.h trberror.h