[BACK]Return to GNUmakefile CVS log [TXT][DIR] Up to [Development] / inventor / apps / nodes / Decal

File: [Development] / inventor / apps / nodes / Decal / GNUmakefile (download)

Revision 1.1.1.1 (vendor branch), Tue Aug 15 12:55:59 2000 UTC (17 years, 2 months ago) by naaman
Branch: sgi
CVS Tags: start
Changes since 1.1: +0 -0 lines

Initial check-in based on 2.1.5 (SGI IRIX) source tree.

IVDEPTH = ../../..
include $(IVDEPTH)/make/commonivdefs

DEPTH = ../../..

DSO = 	libDecal.so

C++FILES = \
	Decal.c++

LCXXFLAGS = -I$(DEPTH)/include \
	    -I../../samples/common/ \
	    -I../../../lib/database/include/ \
  	    -I../../../lib/interaction/include \
	    -I../../../lib/nodekits/include -O3 \
	    -I../../../libSoXt/include 

LLDOPTS = \
	-L../../../libimage \
	-L../../../lib \
	-L/usr/X11R6/lib \
	-L../../../libSoXt \
	-L../../../libFL/src \
	-L../../samples/common \
	-L/usr/X11R6/lib \

LLDLIBS = \
	-limage \
	-lcommon \
	-lInventorXt \
	-lInventor \
	-lXm  -lXt -lXi -lX11 \
	-lFL -lGLU -lGL \
	-lXext \
	-lX11 -ldl -lm 

$(DSO) install all: $(OBJECTS)
	$(LD) -shared $(LDOPTS) $(OBJECTS) $(LIBS) -o $(DSO)

include $(COMMONRULES)