source: trunk/FACT++/dim_v19r17/makefile_benchmark@ 10470

Last change on this file since 10470 was 10358, checked in by tbretz, 13 years ago
New DIM version.
File size: 539 bytes
Line 
1#
2# benchmark makefile
3#
4
5include makefile_common
6
7SDIR = ./src/benchmark
8
9LIBS = $(EXTRALIBS)
10
11all: $(ODIR)/benchServer $(ODIR)/benchClient
12$(ODIR)/benchServer: $(SDIR)/benchServer.cxx $(DIMDIR)/$(ODIR)/libdim.a
13 $(CXX) $(CFLAGS) $(LDFLAGS) $(SDIR)/benchServer.cxx -L$(DIMDIR)/$(ODIR) -ldim -o $(ODIR)/benchServer $(LIBS)
14
15$(ODIR)/benchClient: $(SDIR)/benchClient.cxx $(DIMDIR)/$(ODIR)/libdim.a
16 $(CXX) $(CFLAGS) $(LDFLAGS) $(SDIR)/benchClient.cxx -L$(DIMDIR)/$(ODIR) -ldim -o $(ODIR)/benchClient $(LIBS)
17
18
19
20
21
22
23
24
Note: See TracBrowser for help on using the repository browser.