|
|
| File: [Development] / inventor / libSoXt / src / viewers / GNUmakefile (download)
Revision 1.2, Mon Sep 18 10:22:55 2000 UTC (17 years, 1 month ago) by jlim
Updated makefiles and miscellaneous other fixes. |
IVDEPTH = ../../.. include $(IVDEPTH)/make/ivcommondefs CXXFILES = \ SoXtCursors.c++ \ SoXtIcons.c++ \ SoXtBitmapButton.c++ \ SoXtViewer.c++ \ SoXtFullVwr.c++ \ SoXtExamVwr.c++ \ SoXtPlaneVwr.c++ \ SoXtConstVwr.c++ \ SoXtWalkVwr.c++ \ SoXtFlyVwr.c++ SUBDIRS = Sgm all install: $(OBJECTS) $(SUBDIRS_MAKERULE) COMMONPREF = xxx $(COMMONTARGS): %: $(COMMONPREF)% $(SUBDIRS_MAKERULE) include $(IVCOMMONRULES)