| | |
| | | include $(ROOT)/Make.defines.$(PLATFORM) |
| | | |
| | | |
| | | PROGS = test_queue |
| | | PROGS = test_queue single_productor single_consumer multiple_queue_productor multiple_queue_consumer test_timeout |
| | | |
| | | |
| | | build: $(PROGS) |
| | |
| | | |
| | | test_queue: test.h $(ROOT)/squeue/include/lock_free_queue.h |
| | | |
| | | single_productor: test.h $(ROOT)/squeue/include/lock_free_queue.h |
| | | |
| | | productor: test.h $(ROOT)/squeue/include/SArrayLockFreeQueue.h $(ROOT)/squeue/include/SLinkedLockFreeQueue.h $(ROOT)/squeue/include/QFactory.h |
| | | |
| | | |
| | | consumer: test.h $(ROOT)/squeue/include/SArrayLockFreeQueue.h $(ROOT)/squeue/include/SLinkedLockFreeQueue.h $(ROOT)/squeue/include/QFactory.h |
| | | |
| | | |
| | | single_productor: test.h $(ROOT)/squeue/include/SArrayLockFreeQueue.h $(ROOT)/squeue/include/SLinkedLockFreeQueue.h $(ROOT)/squeue/include/QFactory.h |
| | | |
| | | single_consumer: test.h $(ROOT)/squeue/include/SArrayLockFreeQueue.h $(ROOT)/squeue/include/SLinkedLockFreeQueue.h $(ROOT)/squeue/include/QFactory.h |
| | | single_consumer: test.h $(ROOT)/squeue/include/lock_free_queue.h |
| | | |
| | | clean: |
| | | rm -f $(TEMPFILES) $(PROGS) |