From: hadaq Date: Thu, 12 Nov 2009 22:54:42 +0000 (+0000) Subject: no more port.c X-Git-Tag: v6.0~300 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=88254bfff9bc4eee0900567da8db1dccbecd08ba;p=trbnettools.git no more port.c --- diff --git a/libtrbnet/Makefile b/libtrbnet/Makefile index 53e94e4..88475bc 100644 --- a/libtrbnet/Makefile +++ b/libtrbnet/Makefile @@ -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