]> jspc29.x-matter.uni-frankfurt.de Git - trbnettools.git/commitdiff
no more port.c
authorhadaq <hadaq>
Thu, 12 Nov 2009 22:54:42 +0000 (22:54 +0000)
committerhadaq <hadaq>
Thu, 12 Nov 2009 22:54:42 +0000 (22:54 +0000)
libtrbnet/Makefile

index 53e94e4f9fa479c9e954bbfe4c0a460cac5f64b0..88475bc25f3180711a0ff825b5009cbac27b9190 100644 (file)
@@ -38,7 +38,7 @@ trbdhcp.OBJS = trbdhcp.o
 
 LIB_TARGETS = libtrbnet.a
 
-libtrbnet.OBJS = port.o trberror.o trbnet.o
+libtrbnet.OBJS = trberror.o trbnet.o
 
 # ------------ Suffix Rules -------------------------------------------
 
@@ -48,10 +48,6 @@ libtrbnet.OBJS = port.o trberror.o trbnet.o
 %.o: %.c
        $(CC) $< -c $(CPPFLAGS) $(CFLAGS) $(INCDIR) -o $@
 
-%.lss: %.c
-       $(CC) $< -c $(CPPFLAGS) $(CFLAGS) -S $(INCDIR) -o $@
-
-
 .SUFFIXES: .o .c
 
 # ------------ Targets -------------------------------------------------
@@ -88,11 +84,9 @@ depend:
 
 # ------------ Dependencies --------------------------------------------
 
-port.o: port.h port.c
-
 trberror.o: trberror.h trberror.c
 
-trbnet.o: trbnet.h trbnet.c trberror.h port.h
+trbnet.o: trbnet.h trbnet.c trberror.h
 
 trbcmd.o: trbcmd.c trbnet.h trberror.h