[BACK]Return to GNUmakefile CVS log [TXT][DIR] Up to [Development] / inventor / libSoXt / src / devices

File: [Development] / inventor / libSoXt / src / devices / GNUmakefile (download)

Revision 1.1.1.1 (vendor branch), Tue Aug 15 12:56:28 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
LCXXFLAGS = -I$(DEPTH)/include \
	    -DLIBRARYBUILD \
	    -I$(DEPTH)/../lib/database/include \
	    -I$(DEPTH)/../lib/interaction/include \
	    -I$(DEPTH)/../lib/nodekits/include -DDEBUG

CXXFILES = \
	SoXtFocus.c++ \
	SoXtKeybd.c++ \
	SoXtMouse.c++ \
	SoXtSpball.c++ 

all:: $(OBJECTS)

include $(COMMONRULES)