File:  [CSRG BSD Unix] / 43BSD / contrib / X / hacks / bee / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:54 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43
BSD 4.3

#
#  7/5/85 hack  @(#)Makefile	1.2
#
#	main.c	initialization
#	head.c	mail header parsing
#

DESTDIR=/usr/new
HDRS =
INCLUDES = -I../../include
LIBS= ../../Xlib/libX.a
SRCS = main.c
OBJS = main.o

CFLAGS =  $(DFLAGS) $(INCLUDES)

hack:	$(OBJS)
	$(CC) $(CFLAGS) $(OBJS) -o hack $(LIBS)

$(OBJS): $(HDRS)

install: hack
	install -c -s error $(DESTROOT)$(DESTDIR)

clean:
	rm -f hack $(OBJS)

sccsinfo:
	sccs info

sccsget:
	sccs get SCCS

print:
	print $(HDRS) $(SRCS)

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.