|
|
| File: [Development] / inventor / apps / samples / viewers / GNUmakefile (download)
Revision 1.2, Sun Oct 29 15:04:16 2000 UTC (17 years ago) by jlim
Eliminated or reduced compiler errors and warnings, as tested with egcs-2.91.66 (on Red Hat 6.0) and gcc 2.96 (on Red Hat 6.2). |
IVDEPTH = ../../.. include $(IVDEPTH)/make/ivcommondefs PROGRAM = viewerTest LCXXINCS += -I$(IVDEPTH)/libSoXt/src/viewers CXXFILES = \ MyExamVwr.c++ \ MyFullVwr.c++ \ MyViewer.c++ \ MyBitmapButton.c++ \ viewerTest.c++ LLDLIBS = -lInventor -lInventorXt all: all_ivbin HF = MyExaminerViewer.h MyFullViewer.h MyViewer.h CF = MyExamVwr.c++ MyFullVwr.c++ MyViewer.c++ MyBitmapButton.c++ MyBitmapButton.h LTARGETS = $(HF) $(CF) $(HF): My%: $(IVDEPTH)/libSoXt/include/Inventor/Xt/viewers/SoXt% ./nameScript $(IVDEPTH)/libSoXt/include/Inventor/Xt/viewers/$(subst My,SoXt,$@) \ > $@ $(CF): My%: $(IVDEPTH)/libSoXt/src/viewers/SoXt% ./nameScript $(IVDEPTH)/libSoXt/src/viewers/$(subst My,SoXt,$@) \ > $@ LDIRT += $(HF) $(CF) include $(IVCOMMONRULES)