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