[BACK]Return to GNUmakefile CVS log [TXT][DIR] Up to [Development] / inventor / apps / samples / common

File: [Development] / inventor / apps / samples / common / 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 = ../../..
LDIRT = *.d libcommon.a
LCXXFLAGS = -I$(DEPTH)/include \
	    -DLIBRARYBUILD \
	    -I$(DEPTH)/lib/database/include/ \
	    -I$(DEPTH)/lib/interaction/include \
	    -I$(DEPTH)/nodekits/include \
	    -I$(DEPTH)/libSoXt/include \
	    -I$(DEPTH)/libimage 

LLDOPTS =\
	-L$(DEPTH)/libimage -L$(DEPTH)/lib/ \
	-L/usr/X11R6/lib -L$(DEPTH)/libSoXt \
	-L$(DEPTH)/libFL/src \
	-L/usr/X11R6/lib 

LLDLIBS = \
	-lInventorXt -lInventor \
	-limage \
	-lGLw -L/usr/X11R6/lib -lXm -lXt -lXi -lX11 \
	-lFL -lGLU -lGL \
	-lXext \
	-lX11 -ldl -lm

all:: libcommon.a

CXXFILES=\
	LineManip.c++ \
	LineManipHilight.c++ \
	Useful.c++


libcommon.a: $(OBJECTS)
	ar clq $@ $(OBJECTS)

install: libcommon.a

include $(COMMONRULES)