Makefile (fa9e4066f08beec538e775443c5be79dd423fcab) | Makefile (088e9d477eee66081e407fbc5a33c4da25f66f6a) |
---|---|
1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License, Version 1.0 only 6# (the "License"). You may not use this file except in compliance 7# with the License. 8# --- 37 unchanged lines hidden (view full) --- 46.KEEP_STATE: 47 48all clean clobber install: spec .WAIT $(SUBDIRS) 49 50$(POFILE): pofile_MSGFILES 51 52lint: $(SUBDIRS) 53 | 1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License, Version 1.0 only 6# (the "License"). You may not use this file except in compliance 7# with the License. 8# --- 37 unchanged lines hidden (view full) --- 46.KEEP_STATE: 47 48all clean clobber install: spec .WAIT $(SUBDIRS) 49 50$(POFILE): pofile_MSGFILES 51 52lint: $(SUBDIRS) 53 |
54# install rule for install_h target 55 | |
56install_h: $(ROOTHDRS) 57 58check: $(CHECKHDRS) 59 60_msg: $(MSGDOMAINPOFILE) 61 62$(SUBDIRS) spec: FRC 63 @cd $@; pwd; $(MAKE) $(TARGET) 64 65FRC: 66 67include ../Makefile.targ 68include ../../Makefile.msg.targ | 54install_h: $(ROOTHDRS) 55 56check: $(CHECKHDRS) 57 58_msg: $(MSGDOMAINPOFILE) 59 60$(SUBDIRS) spec: FRC 61 @cd $@; pwd; $(MAKE) $(TARGET) 62 63FRC: 64 65include ../Makefile.targ 66include ../../Makefile.msg.targ |