|
|
1.1 root 1: # This is the Makefile for the Taylor UUCP uuconf library
2: #
3: # The file Makefile.in should be processed by configure to generate
4: # Makefile. If you want to generate Makefile by hand, you must find
5: # all variables surrounded by @ and replace them with the correct
6: # value (e.g. @CC@ must be replaced by something like cc or gcc).
7:
8: SHELL = /bin/sh
9:
10: # These values are overriden by the top level Makefile
11: prefix = /usr/local
12: newconfigdir = $(prefix)/conf/uucp
13: oldconfigdir = /usr/lib/uucp
14:
15: # These values are overridden by the top level Makefile
16: CC = @CC@
17: CFLAGS = @CFLAGS@
18: RANLIB = @RANLIB@
19: LN_S = @LN_S@
20:
21: # Source directory and, if necessary, VPATH
22: srcdir = @srcdir@
23: VPATH = @srcdir@
24:
25: MORECFLAGS = -I$(srcdir) -I. -I$(srcdir)/.. -I.. -DNEWCONFIGLIB=\"$(newconfigdir)\" -DOLDCONFIGLIB=\"$(oldconfigdir)\"
26:
27: OBJS = addblk.o addstr.o allblk.o alloc.o base.o bool.o callin.o \
28: calout.o chatc.o cmdarg.o cmdfil.o cmdlin.o debfil.o deblev.o \
29: diacod.o dial.o diasub.o dnams.o errno.o errstr.o filnam.o \
30: freblk.o fredia.o free.o freprt.o fresys.o grdcmp.o hdial.o \
31: hdnams.o hinit.o hlocnm.o hport.o hrmunk.o hsinfo.o hsnams.o \
32: hsys.o hunk.o iniglb.o init.o int.o lckdir.o lineno.o llocnm.o \
33: local.o locnm.o logfil.o maxuxq.o mrgblk.o paramc.o port.o \
34: prtsub.o pubdir.o rdlocs.o rdperm.o reliab.o remunk.o sinfo.o \
35: snams.o split.o spool.o stafil.o syssub.o tcalou.o tdial.o \
36: tdialc.o tdnams.o tgcmp.o thread.o time.o tinit.o tlocnm.o \
37: tport.o tportc.o tsinfo.o tsnams.o tsys.o tval.o ugtlin.o \
38: unk.o val.o vinit.o vport.o vsinfo.o vsnams.o vsys.o
39:
40: all: libuuconf.a
41:
42: libuuconf.a: $(OBJS)
43: rm -f libuuconf.a
44: ar qc libuuconf.a $(OBJS)
45: -$(RANLIB) libuuconf.a
46:
47: .c.o:
48: $(CC) -c $(CFLAGS) $(MORECFLAGS) $<
49:
50: syshdr.h: syshdr.unx
51: rm -f syshdr.h
52: $(LN_S) $(srcdir)/syshdr.unx syshdr.h
53:
54: clean:
55: rm -f $(OBJS) libuuconf.a syshdr.h
56:
57: distclean: clean
58: rm -f Makefile
59:
60: mostlyclean: clean
61: realclean: distclean
62:
63: dist:
64: mkdir ../uucp-$(VERSION)/uuconf
65: ln `cat MANIFEST` ../uucp-$(VERSION)/uuconf
66:
67: Makefile: Makefile.in
68: (cd ..; sh config.status)
69:
70: # Header file dependencies
71:
72: $(OBJS): uucnfi.h syshdr.h $(srcdir)/../uucp.h ../conf.h $(srcdir)/../policy.h $(srcdir)/../uuconf.h
73:
74: addblk.o: alloc.h
75: allblk.o: alloc.h
76: alloc.o: alloc.h
77: freblk.o: alloc.h
78: free.o: alloc.h
79: mrgblk.o: alloc.h
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.