[BACK]Return to GNUmakefile CVS log [TXT][DIR] Up to [Development] / inventor / apps / tools / ivview

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

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)