File: Makefile.sunOS4

package info (click to toggle)
sdr 2.4a7-2
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 1,100 kB
  • ctags: 769
  • sloc: tcl: 9,205; ansic: 5,842; makefile: 67; sh: 7
file content (15 lines) | stat: -rw-r--r-- 483 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
CC=gcc -g
INCLUDES=-I/usr/openwin/include -I/cs/research/mice/speedy/common/sun4/include
LIB_DIR=/cs/research/mice/speedy/common/sun4/lib
LIBS=	$(LIB_DIR)/libtk41.a $(LIB_DIR)/libtcl75.a \
	-L/usr/openwin/lib -lX11 \
	-lm

LIBRARY_TCL = $(LIB_DIR)/tcl7.5
LIBRARY_TK = $(LIB_DIR)/tk4.1
CFLAGS=$(INCLUDES) -DSUNOS4 -Wall -DNEEDSTRERROR -DCANT_MCAST_BIND
all::	sdr
install:
	cp ./sdr /cs/research/mice/speedy/common/sun4/bin/sdr
	chmod 755 /cs/research/mice/speedy/common/sun4/bin/sdr