Print this page
first pass


 131 
 132 install: all $(DIRS) $(ROOTLIBPROG) $(ROOTMANIFEST)
 133 
 134 install_h:
 135 
 136 clean:
 137         $(RM) $(OBJS) $(RSRC) gssd.x
 138 
 139 lint_gssd:
 140         $(LINT.c) $(GSSD_LINTS)
 141 
 142 lint_gssc:
 143         $(LINT.c) $(GSSC_LINTS)
 144 
 145 lint:   lint_gssd lint_gssc
 146 
 147 check:  $(CHKMANIFEST)
 148 
 149 include ../../Makefile.targ
 150 
 151 # EXPORT DELETE START
 152 # Special targets to clean up the source tree for export distribution
 153 # The WS target modifies the SCCS files as well, so a working workspace
 154 # can be shipped.
 155 # Warning: These targets change the source tree, the first only at the
 156 #               plain source level, but the second changes the guts!
 157 EXPORT_SRC:
 158         $(RM) Makefile+ gssd_clnt_stubs.c+ gssd_proc.c+ gssdtest.c+
 159         sed -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \
 160                 < Makefile > Makefile+
 161         $(MV) Makefile+ Makefile
 162         sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
 163                 < gssd_clnt_stubs.c > gssd_clnt_stubs.c+
 164         $(MV) gssd_clnt_stubs.c+ gssd_clnt_stubs.c
 165         sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
 166                 < gssd_proc.c > gssd_proc.c+
 167         $(MV) gssd_proc.c+ gssd_proc.c
 168         sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
 169                 < gssdtest.c > gssdtest.c+
 170         $(MV) gssdtest.c+ gssdtest.c
 171         $(CHMOD) 444  Makefile gssd_clnt_stubs.c gssd_proc.c gssdtest.c
 172 
 173 # EXPORT DELETE END
 174 
 175 $(POFILE): $(DERIVED_FILES) .WAIT $(POFILES)
 176         $(RM) $@
 177         $(CAT) $(POFILES) > $@
 178 
 179 generic.po: FRC
 180         $(RM) messages.po
 181         $(XGETTEXT) $(XGETFLAGS) `$(GREP) -l gettext *.[ch]`
 182         $(SED) "/^domain/d" messages.po > $@
 183         $(RM) messages.po
 184 
 185 FRC:
 186 


 131 
 132 install: all $(DIRS) $(ROOTLIBPROG) $(ROOTMANIFEST)
 133 
 134 install_h:
 135 
 136 clean:
 137         $(RM) $(OBJS) $(RSRC) gssd.x
 138 
 139 lint_gssd:
 140         $(LINT.c) $(GSSD_LINTS)
 141 
 142 lint_gssc:
 143         $(LINT.c) $(GSSC_LINTS)
 144 
 145 lint:   lint_gssd lint_gssc
 146 
 147 check:  $(CHKMANIFEST)
 148 
 149 include ../../Makefile.targ
 150 
























 151 $(POFILE): $(DERIVED_FILES) .WAIT $(POFILES)
 152         $(RM) $@
 153         $(CAT) $(POFILES) > $@
 154 
 155 generic.po: FRC
 156         $(RM) messages.po
 157         $(XGETTEXT) $(XGETFLAGS) `$(GREP) -l gettext *.[ch]`
 158         $(SED) "/^domain/d" messages.po > $@
 159         $(RM) messages.po
 160 
 161 FRC:
 162