[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.2, Mon Sep 18 09:41:00 2000 UTC (17 years, 1 month ago) by jlim
Branch: MAIN
CVS Tags: release-2_1_5-8
Changes since 1.1: +15 -52 lines

Updated makefiles and miscellaneous other fixes.

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
	$(INSTALL) -m 644 $(DEMO).about $(IVDEMOBINDIR)

include $(IVCOMMONRULES)