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

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