mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
obsd-create-file-so-configure-shuts-up-20030403
so configure won't whine
This commit is contained in:
parent
e1e6e7e95f
commit
4f92bc4d34
44
src/libuafs/MakefileProto.OBSD.in
Normal file
44
src/libuafs/MakefileProto.OBSD.in
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
# Copyright 2000, International Business Machines Corporation and others.
|
||||||
|
# All Rights Reserved.
|
||||||
|
#
|
||||||
|
# This software has been released under the terms of the IBM Public
|
||||||
|
# License. For details, see the LICENSE file in the top-level source
|
||||||
|
# directory or online at http://www.openafs.org/dl/license10.html
|
||||||
|
#
|
||||||
|
srcdir=@srcdir@
|
||||||
|
include @TOP_OBJDIR@/src/config/Makefile.config
|
||||||
|
|
||||||
|
|
||||||
|
# System specific build commands and flags
|
||||||
|
CC = gcc
|
||||||
|
DEFINES= -DKERNEL -DUKERNEL
|
||||||
|
KOPTS=
|
||||||
|
CFLAGS=-I. -I.. -I${TOP_OBJDIR}/src/config ${FSINCLUDES} $(DEFINES) $(KOPTS) ${DBUG}
|
||||||
|
OPTF=-O
|
||||||
|
|
||||||
|
TEST_CFLAGS= -DAFS_OBSD_ENV
|
||||||
|
TEST_LDFLAGS=
|
||||||
|
TEST_LIBS=
|
||||||
|
|
||||||
|
LIBUAFS = libuafs.a
|
||||||
|
LIBJUAFS = libjuafs.a
|
||||||
|
LIBAFSWEB = nsafs.so
|
||||||
|
LIBAFSWEBKRB = nsafs.krb.so
|
||||||
|
|
||||||
|
include Makefile.common
|
||||||
|
|
||||||
|
$(LIBUAFS): $(UAFSOBJ)
|
||||||
|
-$(RM) -f $(LIBUAFS)
|
||||||
|
$(AR) $(ARFLAGS) $(LIBUAFS) $(UAFSOBJ)
|
||||||
|
|
||||||
|
$(LIBJUAFS): $(JUAFSOBJ)
|
||||||
|
-$(RM) -f $(LIBJUAFS)
|
||||||
|
$(AR) $(ARFLAGS) $(LIBJUAFS) $(JUAFSOBJ)
|
||||||
|
|
||||||
|
$(LIBAFSWEB): $(AFSWEBOBJ) ${DES}/libdes.a
|
||||||
|
-$(RM) -f $(LIBAFSWEB)
|
||||||
|
ld -b $(LIBAFSWEB) $(AFSWEBOBJ) ${DES}/libdes.a $(WEBLIBS)
|
||||||
|
|
||||||
|
$(LIBAFSWEBKRB): $(AFSWEBOBJKRB) ${DES}/libdes.a
|
||||||
|
-$(RM) -f $(LIBAFSWEBKRB)
|
||||||
|
ld -b $(LIBAFSWEBKRB) $(AFSWEBOBJKRB) ${DES}/libdes.a $(WEBLIBS)
|
Loading…
Reference in New Issue
Block a user