File: GNUmakefile.componentTest

package info (click to toggle)
inventor 2.1.5-10-18
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 34,368 kB
  • ctags: 23,785
  • sloc: ansic: 33,867; lisp: 7,361; cpp: 3,874; yacc: 369; sh: 359; perl: 234; awk: 141; makefile: 79; csh: 35; sed: 11
file content (17 lines) | stat: -rw-r--r-- 324 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
IVDEPTH = ../../..
include $(IVDEPTH)/make/ivcommondefs

PROGRAM = componentTest

CXXFILES = componentTest.c++

LLDLIBS = libInventorWidget.a -lInventor -lInventorXt $(LLDLIBSCOMMON)

all install: all_ivbin

LTARGETS = libInventorWidget.a

libInventorWidget.a:
	cd `dirname $@`; make `basename $@`

include $(IVCOMMONRULES)