Print this page
6945 illumos xgettext should be using from Makefile.master


 232 install :=      TARGET= install
 233 clean   :=      TARGET= clean
 234 clobber :=      TARGET= clobber
 235 lint    :=      TARGET= lint
 236 
 237 .PARALLEL:      $(SUBDIRS)
 238 
 239 $(SUBDIRS): FRC
 240         @cd $@; pwd; VERSION='$(VERSION)' $(MAKE) $(TARGET)
 241 
 242 clean: $(SUBDIRS)
 243 clobber: $(SUBDIRS) etc clobber_local
 244 clobber_local:
 245         $(RM) $(CLOBBERFILES)
 246 
 247 lint: $(SUBDIRS)
 248 
 249 _msg:   $(MSGDOMAIN) catalog
 250 
 251 catalog:
 252         sh ./makelibccatalog.sh $(MSGDOMAIN)
 253 
 254 $(MSGDOMAIN):
 255         $(INS.dir)
 256 
 257 cscope.out tags: FRC
 258         $(XREF) -x $@
 259 
 260 FRC:
 261 # include MACH-specific library targets
 262 include ../Makefile.mach


 232 install :=      TARGET= install
 233 clean   :=      TARGET= clean
 234 clobber :=      TARGET= clobber
 235 lint    :=      TARGET= lint
 236 
 237 .PARALLEL:      $(SUBDIRS)
 238 
 239 $(SUBDIRS): FRC
 240         @cd $@; pwd; VERSION='$(VERSION)' $(MAKE) $(TARGET)
 241 
 242 clean: $(SUBDIRS)
 243 clobber: $(SUBDIRS) etc clobber_local
 244 clobber_local:
 245         $(RM) $(CLOBBERFILES)
 246 
 247 lint: $(SUBDIRS)
 248 
 249 _msg:   $(MSGDOMAIN) catalog
 250 
 251 catalog:
 252         XGETTEXT=$(XGETTEXT) $(SHELL) ./makelibccatalog.sh $(MSGDOMAIN)
 253 
 254 $(MSGDOMAIN):
 255         $(INS.dir)
 256 
 257 cscope.out tags: FRC
 258         $(XREF) -x $@
 259 
 260 FRC:
 261 # include MACH-specific library targets
 262 include ../Makefile.mach