source: tools/eLogStatus/Makefile@ 270

Last change on this file since 270 was 270, checked in by ogrimm, 14 years ago
First comit of eLogStatus program
File size: 192 bytes
Line 
1CC=g++
2
3CPPFLAGS += -I$(DIMDIR)/dim/ -I../../Evidence/
4LDLIBS += -lpthread $(DIMDIR)/linux/libdim.a
5
6eLogStatus: eLogStatus.o ../../Evidence/Evidence.o
7
8clean:
9 @rm -f eLogStatus eLogStatus.o
Note: See TracBrowser for help on using the repository browser.