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