File: Makefile

package info (click to toggle)
wily 0.13.41-7
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,564 kB
  • ctags: 3,426
  • sloc: ansic: 25,364; perl: 580; makefile: 445; sh: 415; python: 30; exp: 17
file content (14 lines) | stat: -rw-r--r-- 495 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 9term
CC=gcc
PYTHONINC=/n/staff/srce/usr/local/bin/python/Python-1.4/Include/
CFLAGS=-g -Wall -I. -I/usr/pgrad/gary/src/wily/include -I/usr/pgrad/gary/src/wily/sam/include -I$(PYTHONINC) -DNDEBUG

XLIBS=-L/usr/pgrad/gary/obj/sun4d/wily/libmsg -l msg -lsocket -lnsl -lintl

target: wilymodule.so
OBJS=wilymodule.o

wilymodule.so:	$(OBJS) Makefile /usr/pgrad/gary/obj/sun4d/wily/libmsg/libmsg.a
	ld -G -o wilymodule.so wilymodule.o $(XLIBS)

wilymodule.o:	/usr/pgrad/gary/src/wily/include/msg.h