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

File: [Development] / inventor / libSoXt / src / mixedMode / 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
CXXFLAGS += -I$(DEPTH)/include \
	   -DLIBRARYBUILD \
	   -I$(DEPTH)/../lib/database/include \
	   -I$(DEPTH)/../lib/interaction/include \
	   -I$(DEPTH)/../lib/nodekits/include -DDEBUG

CXXFILES = \
	SoFloatCBList.c++ \
	SoXtColEd.c++ \
	SoXtColPatch.c++ \
	SoXtColSlider.c++ \
	SoXtColWheel.c++ \
	SoXtSlider.c++ \
	SoXtUIRegion.c++

all:: $(OBJECTS) 

include $(COMMONRULES)