]> jspc29.x-matter.uni-frankfurt.de Git - trbnettools.git/commitdiff
removes pulser
authorhadaq <hadaq>
Sun, 5 Jul 2009 23:21:09 +0000 (23:21 +0000)
committerhadaq <hadaq>
Sun, 5 Jul 2009 23:21:09 +0000 (23:21 +0000)
.

libtrbnet/Makefile

index cae868f4c6ec9703963562149551452414b6f4a1..30545c4a90b2b20d802e201c276ebff41d037b70 100644 (file)
@@ -1,7 +1,6 @@
 AXIS_USABLE_LIBS = UCLIBC GLIBC
 include $(AXIS_TOP_DIR)/tools/build/Rules.axis
 
-#CFLAGS =  -pipe -g -ansi -pedantic -Wall 
 CFLAGS =  -pipe -g -Wall -Winline  -O3 -finline-functions -finline-limit=600000 #-DHEXMODE
 
 CPPFLAGS =
@@ -29,12 +28,10 @@ INC_DIR =
 
 # ------------ Objects -------------------------------------------------
 
-TARGETS = trbcmd pulser
+TARGETS = trbcmd
 
 trbcmd.OBJS = trbcmd.o 
 
-pulser.OBJS = pulser.o
-
 # ------------ Library-Objects ----------------------------------------
 
 LIB_TARGETS = libtrbnet.a
@@ -60,11 +57,6 @@ trbcmd: $(trbcmd.OBJS) libtrbnet.a
        $(CC) $(trbcmd.OBJS) $(LDFLAGS) $(LIBDIR) $(LOADLIBES) -o $@
        @echo DONE!
 
-pulser: $(pulser.OBJS) libtrbnet.a
-       @echo LINKING $@
-       $(CC) $(pulser.OBJS) $(LDFLAGS) $(LIBDIR) $(LOADLIBES) -o $@
-       @echo DONE!
-
 libtrbnet.a: $(libtrbnet.OBJS)
        @echo CREATING library $@
        $(AR) $(ARFLAGS) $@ $^
@@ -91,5 +83,3 @@ trberror.o: trberror.h trberror.c
 trbnet.o: trbnet.h trbnet.c trberror.h fs_fpga_int_mem.h port.h
 
 trbcmd.o: trbcmd.c trbnet.h port.h trberror.h fs_fpga_int_mem.h
-
-pulser.o: pulser.c trbnet.h port.h trberror.h