[llvm-commits] CVS: llvm/test/Programs/External/Povray/Makefile

John Criswell criswell at cs.uiuc.edu
Fri Feb 20 12:42:01 PST 2004


Changes in directory llvm/test/Programs/External/Povray:

Makefile added (r1.1)

---
Log message:

Initial committ of Povray as an External test.  It's not quite ready yet,
but is getting close.



---
Diffs of the changes:  (+13 -0)

Index: llvm/test/Programs/External/Povray/Makefile
diff -c /dev/null llvm/test/Programs/External/Povray/Makefile:1.1
*** /dev/null	Fri Feb 20 12:36:40 2004
--- llvm/test/Programs/External/Povray/Makefile	Fri Feb 20 12:36:30 2004
***************
*** 0 ****
--- 1,13 ----
+ LEVEL = ../../../..
+ 
+ include $(LEVEL)/Makefile.config
+ 
+ PROG = povray
+ CPPFLAGS += -I$(BUILD_SRC_ROOT)/runtime/libpng -DPREFIX=\"$(BUILD_OBJ_DIR)\" -DSYSCONFDIR=\"$(POVRAY_ROOT)\" -DPOV_LIB_DIR=\"$(BUILD_OBJ_DIR)/lib\" -IOutput/src -UHAVE_LIBVGA
+ LIBS += -lz -lpng -ltiff -ljpeg -lX11 -lstdc++
+ LDFLAGS += -L/usr/X11R6/lib -lz -lpng -ltiff -ljpeg -lX11 -lstdc++
+ 
+ SourceDir = $(POVRAY_ROOT)/src
+ 
+ RUN_OPTIONS = -I$(POVRAY_ROOT)/scenes/advanced/chess2.pov -L$(POVRAY_ROOT)/include
+ include ../../MultiSource/Makefile.multisrc





More information about the llvm-commits mailing list