Cross Reference: Makefile
xref: /osnet-11/usr/src/lib/libwrap/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Download
  • only in ./
2N/A#
2N/A# Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved.
2N/A#
2N/A
2N/Ainclude ../Makefile.lib
2N/A
2N/AHDRS = tcpd.h
2N/ACHECKHDRS =
2N/AHDRDIR = .
2N/ASUBDIRS = $(MACH)
2N/A
2N/Aall := TARGET = all
2N/Aclean := TARGET = clean
2N/Aclobber := TARGET = clobber
2N/Ainstall := TARGET = install
2N/Alint := TARGET = lint
2N/Astub := TARGET = stub
2N/Astubinstall := TARGET = stubinstall
2N/A
2N/A.KEEP_STATE:
2N/A
2N/Aall clean clobber install lint stub stubinstall: $(SUBDIRS)
2N/A
2N/Aall install: THIRDPARTYLICENSE
2N/A
2N/Ainstall_h: $(ROOTHDRS)
2N/A
2N/Acheck: $(CHECKHDRS)
2N/A
2N/A$(SUBDIRS): FRC
2N/A @cd $@; pwd; $(MAKE) $(TARGET)
2N/A
2N/AFRC:
2N/A
2N/ATHIRDPARTYLICENSE: DISCLAIMER
2N/A $(GREP) -v '\*\*\*\*' DISCLAIMER > $@
2N/A
2N/ACLOBBERFILES += THIRDPARTYLICENSE
2N/A
2N/Ainclude ../Makefile.targ

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