4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
22 # Copyright 2007 Sun Microsystems, Inc. All rights reserved.
23 # Use is subject to license terms.
26 SRCS = account.c anlwrk.c bnuconvert.c callers.c \
27 chremdir.c cntrl.c conn.c cpmv.c ct.c \
28 cu.c dial.c dio.c dkbreak.c \
29 dkdial.c dkerr.c dkminor.c dtnamer.c eio.c \
30 expfile.c fio.c gename.c getargs.c getopt.c getprm.c \
31 getpwinfo.c gio.c gnamef.c gnxseq.c grades.c \
32 gtcfile.c gwd.c imsg.c in.uucpd.c interface.c limits.c \
33 line.c logent.c mailst.c perfstat.c \
34 permission.c pk0.c pk1.c pkdefs.c security.c \
35 setmode.c shio.c statlog.c stoa.c strpbrk.c \
36 strsave.c sysfiles.c systat.c ulockf.c unknown.c \
37 utility.c uucheck.c uucico.c uucleanup.c uucp.c \
38 uucpdefs.c uucpname.c uudecode.c uuencode.c \
39 uuglist.c uuname.c uusched.c uustat.c uux.c \
40 uuxqt.c versys.c xio.c xqt.c
42 CERRWARN += -_gcc=-Wno-parentheses
43 CERRWARN += -_gcc=-Wno-char-subscripts
44 CERRWARN += -_gcc=-Wno-unused-variable
45 CERRWARN += -_gcc=-Wno-uninitialized
46 CERRWARN += -_gcc=-Wno-extra
47 CERRWARN += -_gcc=-Wno-implicit-function-declaration
49 TLILIB = -lnsl -lsocket
52 # use this if you don't have strpbrk/getopt in libc
56 PROTOCOLOBJS = dio.o eio.o gio.o xio.o fio.o
58 OTHEROBJS = utility.o cpmv.o expfile.o gename.o getpwinfo.o \
59 ulockf.o xqt.o logent.o gnamef.o systat.o \
60 sysfiles.o strsave.o $(GETOPT)
63 uucp.cat := POBJS = uucpdefs.o uucp.o gwd.o permission.o getargs.o \
64 getprm.o uucpname.o versys.o gtcfile.o grades.o \
65 $(STRPBRK) chremdir.o mailst.o $(OTHEROBJS)
68 uux.cat := POBJS = uucpdefs.o uux.o mailst.o gwd.o permission.o \
69 getargs.o getprm.o uucpname.o versys.o gtcfile.o \
70 grades.o chremdir.o $(STRPBRK) $(OTHEROBJS)
73 uuxqt.cat := POBJS = uucpdefs.o uuxqt.o mailst.o getprm.o uucpname.o \
74 permission.o getargs.o gtcfile.o grades.o \
75 $(STRPBRK) shio.o chremdir.o account.o \
76 perfstat.o statlog.o security.o limits.o \
80 uucico.cat := POBJS = uucpdefs.o uucico.o conn.o callers.o cntrl.o \
81 pk0.o pk1.o anlwrk.o permission.o getargs.o \
82 gnxseq.o pkdefs.o imsg.o gtcfile.o grades.o \
83 mailst.o uucpname.o line.o chremdir.o \
84 interface.o statlog.o stoa.o \
85 perfstat.o account.o security.o limits.o \
86 $(STRPBRK) $(PROTOCOLOBJS) $(OTHEROBJS) \
88 uucico:= PLIBS = $(TLILIB) -lgen
91 uuname.cat := POBJS = uuname.o uucpname.o uucpdefs.o getpwinfo.o \
92 sysfiles.o strsave.o getargs.o
95 uustat.cat := POBJS = uustat.o gnamef.o expfile.o uucpdefs.o \
96 getpwinfo.o ulockf.o getargs.o utility.o \
97 uucpname.o versys.o strsave.o sysfiles.o \
98 cpmv.o mailst.o permission.o $(STRPBRK) \
102 uusched.cat := POBJS = uusched.o gnamef.o expfile.o uucpdefs.o \
103 getpwinfo.o ulockf.o systat.o getargs.o \
104 utility.o limits.o permission.o uucpname.o \
108 uucleanup.cat := POBJS = uucleanup.o gnamef.o expfile.o uucpdefs.o \
109 getpwinfo.o uucpname.o ulockf.o getargs.o \
110 cpmv.o utility.o $(GETOPT)
113 uuglist.cat := POBJS = grades.o cpmv.o getargs.o getpwinfo.o strsave.o \
114 uuglist.o uucpdefs.o expfile.o uucpname.o $(GETOPT)
117 bnuconvert.cat := POBJS = bnuconvert.o uucpdefs.o grades.o strsave.o \
118 getpwinfo.o getargs.o cpmv.o chremdir.o \
119 expfile.o gename.o gnamef.o gtcfile.o logent.o \
120 systat.o ulockf.o utility.o uucpname.o $(GETOPT)
123 remote.unknown.cat := POBJS = unknown.o
126 cu.cat := POBJS = cu.o callers.o getargs.o line.o uucpdefs.o \
127 ulockf.o conn.o interface.o strsave.o \
128 sysfiles.o stoa.o setmode.o
129 cu:= PLIBS = $(TLILIB) -lgen
132 ct.cat := POBJS = ct.o callers.o getargs.o line.o uucpdefs.o \
133 ulockf.o conn.o interface.o sysfiles.o \
134 strsave.o stoa.o setmode.o
135 ct:= PLIBS = $(TLILIB) -lgen
138 uudecode.cat := POBJS = uudecode.o common.o
141 uuencode.cat := POBJS = uuencode.o
144 uucheck.cat := POBJS = uucheck.o uucpname.o getargs.o $(GETOPT)
147 in.uucpd.cat := POBJS = in.uucpd.o
148 in.uucpd:= PLIBS = $(TLILIB) $(PAMLIB)