[BACK]Return to GNUmakefile CVS log [TXT][DIR] Up to [Development] / inventor / apps / demos / textomatic

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
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +2 -0 lines

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)