|
|
| File: [Development] / projects / inventor / apps / tools / GNUmakefile (download)
Revision 1.3, Sat Oct 14 10:46:06 2000 UTC (17 years ago) by jlim
Fixed Bug 22, removed dependence on POSIX_SOURCE and _XOPEN_SOURCE, conform to ANSI 'for' scoping rules (Bug 7), added proper type casts, replaced bcopy() with memcpy(), and eliminated warnings about implicit function definitions. |
IVDEPTH = ../.. include $(IVDEPTH)/make/ivcommondefs SUBDIRS = ivcat ivfix ivinfo ivview all install: $(SUBDIRS_MAKERULE) COMMONPREF = xxx $(COMMONTARGS): %: $(COMMONPREF)% $(SUBDIRS_MAKERULE) include $(IVCOMMONRULES)