[go: up one dir, main page]

File: makefile.cut

package info (click to toggle)
archie 1.4.1-8.1
  • links: PTS
  • area: non-free
  • in suites: hamm
  • size: 500 kB
  • ctags: 1,025
  • sloc: ansic: 5,898; lisp: 454; makefile: 99
file content (40 lines) | stat: -rw-r--r-- 768 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#
# CUTCP/CUTE BC++ version 11/22/91 bkc@omnigate.clarkson.edu
# Last changed: 12/03/91 1.2.1
#
# Makefile for the minimal build for an archie Prospero client.
#.INCLUDE ../../../builtins

OBJS	= aquery.obj	archie.obj	atalloc.obj \ 
	  get_pauth.obj	get_vdir.obj	perrmesg.obj	procquery.obj	\
	  ptalloc.obj	regex.obj	stcopy.obj	support.obj\
	  vlalloc.obj	vl_comp.obj 	dirsend.obj	misc.obj

# dirsend.obj

HDRS	= archie.h	pmachine.h	pcompat.h

DEFINES	= -DDEBUG -DCUTCP

CFLAGS= -k -N -ml -r -v $(DEFINES) -I.
LFLAGS= /P/m/s
CC = bccx

EXE	= archie.exe

all: $(EXE)

$(OBJS): $(HDRS)

.c.obj:
	$(CC)  $(CFLAGS) -c $<

$(EXE): $(OBJS) Makefile 
	tlink $(LFLAGS) @&&!
c0l $(OBJS)
!,archie,archie,@&&!
lib\tcp lib\sess lib\enet lib\vjc lib\over cl
!

clean:
	+-del *.obj