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

File: [Development] / inventor / apps / demos / revo / GNUmakefile (download)

Revision 1.3, Sat Jun 1 02:22:20 2002 UTC (15 years, 4 months ago) by jlim
Branch: MAIN
CVS Tags: release-2_1_5-9, release-2_1_5-10, HEAD
Changes since 1.2: +0 -1 lines

Changed main() return type to int and added fix for Bug 148: Modify build
procedure to allow installation in /usr/local.

IVDEPTH = ../../..
include $(IVDEPTH)/make/ivcommondefs

PROGRAM = revo
DEMO = $(PROGRAM)

LCXXINCS += -I../../samples/common

CXXFILES = revo.c++ RevClass.c++ profile.c++

LLDOPTS += -L../../samples/common

LLDLIBS = -lcommon -lInventor -lInventorXt

all: all_ivbin

install: install_ivdemo

include $(IVCOMMONRULES)