SCM Repository
Diff of /benchmarks/programs/vr-lite-cam/Makefile.in
Parent Directory
|
Revision Log
|
Patch
revision 1570, Fri Oct 28 19:06:54 2011 UTC | revision 1571, Fri Oct 28 21:42:55 2011 UTC | |
---|---|---|
# | Line 4 | Line 4 |
4 | # All rights reserved. | # All rights reserved. |
5 | # | # |
6 | ||
7 | SHELL = @SHELL@ | include @BMARKS_MKDIR@/build-rules.gmk |
@SET_MAKE@ | ||
# | ||
# tools and flags | ||
# | ||
CC = @CC@ | ||
INCLUDES = -I@TEEM_DIR@/include | ||
CPPFLAGS = @CPPFLAGS@ $(INCLUDES) | ||
CFLAGS = @CFLAGS@ @CFLAG_M64@ | ||
LDPATHS = -L@TEEM_DIR@/lib @LDPATHS@ | ||
LIBS = -lteem -lpng -lz @LIBM@ | ||
LDFLAGS = $(LDPATHS) $(LIBS) | ||
ifeq ($(OS),Linux) | ||
LDFLAGS += -Wl,-rpath=@TEEM_DIR@/lib | ||
endif | ||
TARGETS = bmark-diderot bmark-teem | ||
.PHONY: all | ||
all: $(TARGETS) | ||
bmark-diderot: bmark-diderot.diderot | ||
diderotc $(DIDEROTC_FLAGS) bmark-diderot.bmark-diderot | ||
bmark-teem: bmark-teem.c | ||
$(CC) -o $(TARGET) $(CPPFLAGS) $(CFLAGS) bmark-teem.c $(LDFLAGS) | ||
8 | ||
9 | #################### Cleanup #################### | #################### Cleanup #################### |
10 |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |