Cross Reference: Makefile
xref: /osnet-11/usr/src/lib/krb5/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Download
  • only in ./
2N/A#
2N/A# Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved.
2N/A#
2N/A# lib/krb5/Makefile
2N/A#
2N/A# include global definitions
2N/Ainclude ../../Makefile.master
2N/A
2N/A#
2N/A# Build everything in parallel; use .WAIT for dependencies
2N/A.PARALLEL:
2N/A
2N/ASUBDIRS= \
2N/A dyn \
2N/A .WAIT \
2N/A kdb \
2N/A .WAIT \
2N/A kadm5 \
2N/A .WAIT \
2N/A ss \
2N/A plugins
2N/A
2N/AC99MODE= -xc99=%all
2N/AC99LMODE= -Xc99=%all
2N/A
2N/Aall := TARGET= all
2N/Ainstall := TARGET= install
2N/Aclean := TARGET= clean
2N/Aclobber := TARGET= clobber
2N/Alint := TARGET= lint
2N/A_msg := TARGET= _msg
2N/Astub := TARGET = stub
2N/Astubinstall := TARGET = stubinstall
2N/A
2N/A.KEEP_STATE:
2N/A
2N/Aall install clean clobber lint _msg stub stubinstall: $(SUBDIRS)
2N/A
2N/A$(SUBDIRS): FRC
2N/A @cd $@; pwd; $(MAKE) $(TARGET)
2N/A
2N/AFRC:

Indexes created Tue Jul 24 14:28:13 CEST 2018