Print this page
11246 krb5 makefiles should use INS or INS.file


  43 
  44 KRB5HDRS =      $(INSTALLED_HDRS:%=$(KRB5INCDIR)/%)
  45 
  46 all :=          TARGET= all
  47 clean :=        TARGET= clean
  48 clobber :=      TARGET= clobber
  49 install :=      TARGET= install
  50 
  51 .KEEP_STATE:
  52 
  53 all clean clobber install: $(SUBDIRS)
  54 
  55 lint check:
  56 
  57 $(SUBDIRS):     FRC
  58         @cd $@; pwd; $(MAKE) $(TARGET)
  59 
  60 install_h:      $(KRB5INCDIR) $(KRB5HDRS)
  61 
  62 $(COMERRHINST): $(COMERRH)
  63         install -s -m 644 -f $(KRB5INCDIR) $(COMERRH)
  64 $(KRB5HINST):   $(KRB5H)
  65         install -s -m 644 -f $(KRB5INCDIR) $(KRB5H)
  66 $(LOCPLUGHINST): $(LOCPLUGH)
  67         install -s -m 644 -f $(KRB5INCDIR) $(LOCPLUGH)
  68 
  69 FRC:


  43 
  44 KRB5HDRS =      $(INSTALLED_HDRS:%=$(KRB5INCDIR)/%)
  45 
  46 all :=          TARGET= all
  47 clean :=        TARGET= clean
  48 clobber :=      TARGET= clobber
  49 install :=      TARGET= install
  50 
  51 .KEEP_STATE:
  52 
  53 all clean clobber install: $(SUBDIRS)
  54 
  55 lint check:
  56 
  57 $(SUBDIRS):     FRC
  58         @cd $@; pwd; $(MAKE) $(TARGET)
  59 
  60 install_h:      $(KRB5INCDIR) $(KRB5HDRS)
  61 
  62 $(COMERRHINST): $(COMERRH)
  63         $(INS) -s -m $(FILEMODE) -f $(KRB5INCDIR) $(COMERRH)
  64 $(KRB5HINST):   $(KRB5H)
  65         $(INS) -s -m $(FILEMODE) -f $(KRB5INCDIR) $(KRB5H)
  66 $(LOCPLUGHINST): $(LOCPLUGH)
  67         $(INS) -s -m $(FILEMODE) -f $(KRB5INCDIR) $(LOCPLUGH)
  68 
  69 FRC: