Flatten and alphabetize object file lists.
This will make maintenance and changes easier. "no objection" tim@
This commit is contained in:
parent
de1920d743
commit
e8a17feba9
|
@ -14,11 +14,83 @@ RANLIB=@RANLIB@
|
||||||
INSTALL=@INSTALL@
|
INSTALL=@INSTALL@
|
||||||
LDFLAGS=-L. @LDFLAGS@
|
LDFLAGS=-L. @LDFLAGS@
|
||||||
|
|
||||||
OPENBSD=base64.o basename.o bcrypt_pbkdf.o bindresvport.o blowfish.o daemon.o dirname.o fmt_scaled.o getcwd.o getgrouplist.o getopt_long.o getrrsetbyname.o glob.o inet_aton.o inet_ntoa.o inet_ntop.o mktemp.o pwcache.o readpassphrase.o reallocarray.o realpath.o recallocarray.o rresvport.o setenv.o setproctitle.o sha1.o sha2.o rmd160.o md5.o sigact.o strcasestr.o strlcat.o strlcpy.o strmode.o strnlen.o strptime.o strsep.o strtonum.o strtoll.o strtoul.o strtoull.o timingsafe_bcmp.o vis.o blowfish.o bcrypt_pbkdf.o explicit_bzero.o freezero.o
|
OPENBSD=base64.o \
|
||||||
|
basename.o \
|
||||||
|
bcrypt_pbkdf.o \
|
||||||
|
bcrypt_pbkdf.o \
|
||||||
|
bindresvport.o \
|
||||||
|
blowfish.o \
|
||||||
|
daemon.o \
|
||||||
|
dirname.o \
|
||||||
|
explicit_bzero.o \
|
||||||
|
fmt_scaled.o \
|
||||||
|
freezero.o \
|
||||||
|
getcwd.o \
|
||||||
|
getgrouplist.o \
|
||||||
|
getopt_long.o \
|
||||||
|
getrrsetbyname.o \
|
||||||
|
glob.o \
|
||||||
|
inet_aton.o \
|
||||||
|
inet_ntoa.o \
|
||||||
|
inet_ntop.o \
|
||||||
|
md5.o \
|
||||||
|
mktemp.o \
|
||||||
|
pwcache.o \
|
||||||
|
readpassphrase.o \
|
||||||
|
reallocarray.o \
|
||||||
|
realpath.o \
|
||||||
|
recallocarray.o \
|
||||||
|
rmd160.o \
|
||||||
|
rresvport.o \
|
||||||
|
setenv.o \
|
||||||
|
setproctitle.o \
|
||||||
|
sha1.o \
|
||||||
|
sha2.o \
|
||||||
|
sigact.o \
|
||||||
|
strcasestr.o \
|
||||||
|
strlcat.o \
|
||||||
|
strlcpy.o \
|
||||||
|
strmode.o \
|
||||||
|
strnlen.o \
|
||||||
|
strptime.o \
|
||||||
|
strsep.o \
|
||||||
|
strtoll.o \
|
||||||
|
strtonum.o \
|
||||||
|
strtoull.o \
|
||||||
|
strtoul.o \
|
||||||
|
timingsafe_bcmp.o \
|
||||||
|
vis.o
|
||||||
|
|
||||||
COMPAT=arc4random.o bsd-asprintf.o bsd-closefrom.o bsd-cygwin_util.o bsd-getpeereid.o getrrsetbyname-ldns.o bsd-err.o bsd-flock.o bsd-getpagesize.o bsd-misc.o bsd-nextstep.o bsd-openpty.o bsd-poll.o bsd-malloc.o bsd-setres_id.o bsd-signal.o bsd-snprintf.o bsd-statvfs.o bsd-waitpid.o fake-rfc2553.o openssl-compat.o xcrypt.o kludge-fd_set.o
|
COMPAT= arc4random.o \
|
||||||
|
bsd-asprintf.o \
|
||||||
|
bsd-closefrom.o \
|
||||||
|
bsd-cygwin_util.o \
|
||||||
|
bsd-err.o \
|
||||||
|
bsd-flock.o \
|
||||||
|
bsd-getpagesize.o \
|
||||||
|
bsd-getpeereid.o \
|
||||||
|
bsd-malloc.o \
|
||||||
|
bsd-misc.o \
|
||||||
|
bsd-nextstep.o \
|
||||||
|
bsd-openpty.o \
|
||||||
|
bsd-poll.o \
|
||||||
|
bsd-setres_id.o \
|
||||||
|
bsd-signal.o \
|
||||||
|
bsd-snprintf.o \
|
||||||
|
bsd-statvfs.o \
|
||||||
|
bsd-waitpid.o \
|
||||||
|
fake-rfc2553.o \
|
||||||
|
getrrsetbyname-ldns.o \
|
||||||
|
kludge-fd_set.o \
|
||||||
|
openssl-compat.o \
|
||||||
|
xcrypt.o
|
||||||
|
|
||||||
PORTS=port-aix.o port-irix.o port-linux.o port-solaris.o port-net.o port-uw.o
|
PORTS= port-aix.o \
|
||||||
|
port-irix.o \
|
||||||
|
port-linux.o \
|
||||||
|
port-solaris.o \
|
||||||
|
port-net.o \
|
||||||
|
port-uw.o
|
||||||
|
|
||||||
.c.o:
|
.c.o:
|
||||||
$(CC) $(CFLAGS) $(CPPFLAGS) -c $<
|
$(CC) $(CFLAGS) $(CPPFLAGS) -c $<
|
||||||
|
|
Loading…
Reference in New Issue