Skip to content
Snippets Groups Projects
Commit 39fa4cc0 authored by Sven Robertz's avatar Sven Robertz
Browse files

moved experimental reader/writers into separate dir

parent 6b07a43b
No related branches found
No related tags found
No related merge requests found
CC = gcc CC = gcc
CFLAGS = -g CFLAGS = -g -I .
liblabcomm.a : labcomm.o labcomm_fd_reader_writer.o labcomm_udp_reader_writer.o udp_hack.o labcomm_thr_reader_writer.o ethaddr.o ThrottleDrv/ethernet_drv.o ThrottleDrv/throttle_drv.o liblabcomm.a : labcomm.o labcomm_fd_reader_writer.o experimental/labcomm_udp_reader_writer.o \
experimental/udp_hack.o labcomm_thr_reader_writer.o ethaddr.o \
ThrottleDrv/ethernet_drv.o ThrottleDrv/throttle_drv.o
# ar -r liblabcomm.a labcomm.o labcomm_fd_reader_writer.o ethaddr.o # ar -r liblabcomm.a labcomm.o labcomm_fd_reader_writer.o ethaddr.o
ar -r liblabcomm.a $^ ar -r liblabcomm.a $^
...@@ -14,7 +16,7 @@ ethaddr.o: ethaddr.c ...@@ -14,7 +16,7 @@ ethaddr.o: ethaddr.c
%o: %c %h %o: %c %h
clean: clean:
rm *.o rm *.o experimental/*.o ThrottleDrv/*.o
distclean: clean distclean: clean
rm liblabcomm.a rm liblabcomm.a
...@@ -2,6 +2,6 @@ Throttlenet library ...@@ -2,6 +2,6 @@ Throttlenet library
The library consists of a generic part and readers/writers for the low-level transport. The library consists of a generic part and readers/writers for the low-level transport.
The stable low-level is the _fd_ variety, on top of unix sockets. The stable low-level is the _fd_ variety, on top of unix file descriptors.
Currently, experimental varieties include datagrams on top of UDP and raw ethernet Currently, experimental varieties include datagrams on top of UDP and raw ethernet
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment