Print this page
first pass


  56 
  57 install: $(GSSMECH_DIR) all .WAIT $(SUBDIRS)
  58 
  59 check install_h:
  60 
  61 _msg:   $(MSGDOMAINPOFILE)
  62 
  63 $(POFILE):      pofile_MSGFILES
  64 
  65 $(GSSMECH_DIR):
  66         $(INS.dir)
  67 
  68 $(SUBDIRS):   FRC
  69         @cd $@; pwd; $(MAKE) $(TARGET)
  70 
  71 FRC:
  72 
  73 # include library targets
  74 include ../Makefile.targ
  75 
  76 # EXPORT DELETE START
  77 # Special target to clean up the source tree for export distribution
  78 # Warning: This target changes the source tree
  79 
  80 EXPORT_SRC:
  81         $(RM) Makefile+ g_seal.c+ g_unseal.c+
  82         sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
  83                 < g_seal.c > g_seal.c+
  84         $(MV) g_seal.c+ g_seal.c
  85         sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
  86                 < g_unseal.c > g_unseal.c+
  87         $(MV) g_unseal.c+ g_unseal.c
  88         sed -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \
  89                 < Makefile > Makefile+
  90         $(MV) Makefile+ Makefile
  91         $(CHMOD) 444 Makefile g_seal.c g_unseal.c
  92 
  93 # EXPORT DELETE END
  94 
  95 
  96 include $(SRC)/Makefile.msg.targ


  56 
  57 install: $(GSSMECH_DIR) all .WAIT $(SUBDIRS)
  58 
  59 check install_h:
  60 
  61 _msg:   $(MSGDOMAINPOFILE)
  62 
  63 $(POFILE):      pofile_MSGFILES
  64 
  65 $(GSSMECH_DIR):
  66         $(INS.dir)
  67 
  68 $(SUBDIRS):   FRC
  69         @cd $@; pwd; $(MAKE) $(TARGET)
  70 
  71 FRC:
  72 
  73 # include library targets
  74 include ../Makefile.targ
  75 




















  76 include $(SRC)/Makefile.msg.targ