File: Makefile.alpha

package info (click to toggle)
sdr 3.0-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,776 kB
  • ctags: 1,252
  • sloc: tcl: 14,549; ansic: 11,853; makefile: 37; sh: 22
file content (16 lines) | stat: -rw-r--r-- 389 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
CC=gcc -ggdb
INCLUDES=-I/homes/mjh/include
LIB_DIR=/homes/mjh/lib
LIBS=	$(LIB_DIR)/libtk4.1.a $(LIB_DIR)/libtcl7.5.a \
	-L/usr/openwin/lib -lX11 \
	-lm

LIBRARY_TCL = $(LIB_DIR)/tcl7.5
LIBRARY_TK = $(LIB_DIR)/tk4.1
CFLAGS=$(INCLUDES) -DCANT_MCAST_BIND -Wall -D__alpha -DALPHA -DNORANDPROTO \
	-DNEED_REUSEPORT
all::	sdr
install:
	cp ./sdr /homes/mjh/bin/sdr
	chmod 755 /homes/mjh/bin/sdr