File: Makefile.linux

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 (14 lines) | stat: -rw-r--r-- 442 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CC=gcc
INCLUDES=-I/cs/research/mice/speedy/common/linux/include
LIB_DIR=/cs/research/mice/speedy/common/linux/lib
LIBS= -L$(LIB_DIR) -ltk4.1 -ltcl7.5 \
	-L/usr/X11R6/lib -lX11	-lieee -lc -lm 
LIBRARY_TCL = $(LIB_DIR)/tcl7.5
LIBRARY_TK = $(LIB_DIR)/tk4.1
CFLAGS=$(INCLUDES) -Wall -DNEEDSTRERROR -DNORANDPROTO
all::	sdr
install:
	cp ./sdr /cs/research/mice/speedy/common/linux/bin/sdr
	chmod 755 /cs/research/mice/speedy/common/linux/bin/sdr