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

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