]> jspc29.x-matter.uni-frankfurt.de Git - trbnettools.git/commitdiff
update libtrbnet.a handling
authorhadaq <hadaq>
Mon, 10 Oct 2011 20:08:57 +0000 (20:08 +0000)
committerhadaq <hadaq>
Mon, 10 Oct 2011 20:08:57 +0000 (20:08 +0000)
trbnetd/Makefile

index ddbabc2f0ffcbd96d19200ef271fd01c8ea05d49..9ed6753558aa8572ab48b9b43c97049a34882259 100644 (file)
@@ -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
 
 # ----------------------------------------------------------------------