|
|
| File: [Development] / inventor / make / system (download)
Revision 1.3, Mon Sep 18 07:27:37 2000 UTC (17 years, 1 month ago) by jlim
Simplified makefile definitions and rules. |
usingIrix = 0 usingLinux = 0 UNAME = $(shell uname | tr '[:upper:]' '[:lower:]') ifneq (, $(findstring irix, $(UNAME))) usingIrix = 1 endif ifneq (, $(findstring linux, $(UNAME))) usingLinux = 1 endif