head	1.2;
access;
symbols
	rel-4-5:1.1
	ctj-4-5-post:1.1
	ctj-4-5-pre:1.1
	rel-4-4:1.1
	rel-4-0:1.1;
locks; strict;
comment	@# @;


1.2
date	99.03.29.17.17.58;	author pjt;	state dead;
branches;
next	1.1;

1.1
date	91.02.11.09.56.09;	author pjt;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Replaced separate calls of rt_gettree() for each object
with a single call of rt_gettrees() for all objects.
This runs faster and allows elimination of struct nirt_obj
@
text
@# For goulds...
#	use /bin/cc and /usr/include/brlcad
# For sgis...
#	use /usr/bin/cc, /usr/brlcad/include, and the -lmpc option
# CC = /bin/cc
CC = /usr/bin/cc
# CFLAGS = -I/usr/include/brlcad -DDFLT_SHELL=\"/bin/tbsh\"
CFLAGS = -I/usr/brlcad/include -DDFLT_SHELL=\"/bin/tbsh\"
OBJS = nirt.o command.o conversion.o if.o interact.o dist_def.o str_manip.o parse_fmt.o
LIBS = /usr/brlcad/lib/librt.a

nirt:nirt.o command.o conversion.o if.o interact.o dist_def.o str_manip.o parse_fmt.o
#	$(CC) $(OBJS) $(LIBS) -o $@@ -lm		# This is for vim.brl.mil
	$(CC) $(OBJS) $(LIBS) -o $@@ -lmpc -lm	# This is for war.brl.mil

lint: ; /usr/bin/lint *c
@


1.1
log
@Initial revision
@
text
@@
