|
|
| File: [Development] / inventor / apps / demos / textomatic / 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 = textomatic DEMO = $(PROGRAM) CXXFILES = textomatic.c++ TextGraph.c++ TextWrapper.c++ LLDOPTS += -L../../samples/common LLDLIBS = -lcommon -lInventor -lInventorXt all: all_ivbin install: install_ivdemo mkdir -p $(IVAPPLOADDIR) $(INSTALL) -m 644 Textomatic $(IVAPPLOADDIR) include $(IVCOMMONRULES)