From 889df5f20b0cd0c52141a078b8bfa1aabb7662f4 Mon Sep 17 00:00:00 2001 From: hadaq Date: Mon, 10 Oct 2011 20:08:57 +0000 Subject: [PATCH] update libtrbnet.a handling --- trbnetd/Makefile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/trbnetd/Makefile b/trbnetd/Makefile index ddbabc2..9ed6753 100644 --- a/trbnetd/Makefile +++ b/trbnetd/Makefile @@ -19,8 +19,8 @@ LD = $(CC) #LD = $(CXX) LDFLAGS = -LIBDIR = -L. -LOADLIBES = -ltrbnet +LIBDIR = +LOADLIBES = # ------------ TARGETS ------------------------------------------------- @@ -97,22 +97,22 @@ depend: # ------------ Dependencies -------------------------------------------- -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 -trbflash: trbflash.o -trbflash.o: trbflash.c trbnet.h trberror.h +trbflash: trbflash.o libtrbnet.a +trbflash.o: trbflash.c trbnet.h trberror.h -trbrichcmd: trbrichcmd.o +trbrichcmd: trbrichcmd.o libtrbnet.a trbrichcmd.o: trbrichcmd.c trbnet.h trberror.h -trb_i2c: trb_i2c.o +trb_i2c: trb_i2c.o libtrbnet.a trb_i2c.o: trb_i2c.c trbnet.h trberror.h -pulser: pulser.o +pulser: pulser.o libtrbnet.a pulser.o: pulser.c trbnet.h trberror.h # ---------------------------------------------------------------------- -- 2.43.0