From: hadaq Date: Sun, 5 Jul 2009 23:21:09 +0000 (+0000) Subject: removes pulser X-Git-Tag: v6.0~421 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=fb2cd787133368dc489c3cd3c89d5a2dd241f4b7;p=trbnettools.git removes pulser . --- diff --git a/libtrbnet/Makefile b/libtrbnet/Makefile index cae868f..30545c4 100644 --- a/libtrbnet/Makefile +++ b/libtrbnet/Makefile @@ -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