source: tools/SendToDim/Makefile@ 225

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