|
|
| File: [Development] / inventor / apps / tools / ivview / GNUmakefile (download)
Revision 1.4, Fri Jan 7 12:49:28 2005 UTC (12 years, 9 months ago) by jlim
Added application defaults. |
IVDEPTH = ../../.. include $(IVDEPTH)/make/ivcommondefs PROGRAM = ivview CXXFILES = ivview.c++ LLDOPTS += -L../../samples/widgets LLDLIBS = -lInventorWidget -lInventorXt -lInventor all: all_ivbin install: install_ivbin mkdir -p $(IVHELPDIR)/$(PROGRAM) $(INSTALL) -m 644 $(PROGRAM).about $(IVHELPDIR)/$(PROGRAM) mkdir -p $(IVAPPLOADDIR) $(INSTALL) -m 644 Ivview $(IVAPPLOADDIR) include $(IVCOMMONRULES)