Makefile revision 06e1a7147edd272b7296f208141627a5b1191731
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# CDDL HEADER START
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# The contents of this file are subject to the terms of the
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# Common Development and Distribution License (the "License").
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# You may not use this file except in compliance with the License.
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# See the License for the specific language governing permissions
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# and limitations under the License.
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# If applicable, add the following below this CDDL HEADER, with the
12178c86525332bb0ab66155feb61fbf32eca6acEvan Hunt# fields enclosed by brackets "[]" replaced with your own identifying
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrence# information: Portions Copyright [yyyy] [name of copyright owner]
99e207809793732e3e47da3a1cab6925b6eee8e9William King# CDDL HEADER END
c2bc56dc65b4b103a5600565680eb5f33fa4c90bMark Andrews# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
51917258dbb23cfe6069ae1cf2b7fc5aefc1e0c2Bob Halley# Use is subject to license terms.
99e207809793732e3e47da3a1cab6925b6eee8e9William King# ident "%Z%%M% %I% %E% SMI"
c1d7e0562f6a72ecc07ab5140cf2b88183adbd08Francis Dupont# The filesystem independent utilities clri, fsdb, dcopy, labelit, and mkfs
08a768e82ad64ede97f640c88e02984b59122753Michael Graff# are all built from the source file switchout.c. They are all then links
f3b5ca5aaec65060b4c0095aaa996f22424534a1Andreas Gustafsson# to the same object. This is accomplished by:
08a768e82ad64ede97f640c88e02984b59122753Michael Graff# 1) building clri from switchout.c (had to choose one)
08a768e82ad64ede97f640c88e02984b59122753Michael Graff# 2) installing it in the target directory
f3b5ca5aaec65060b4c0095aaa996f22424534a1Andreas Gustafsson# 3) linking the others to clri.
dbb012765c735ee0d82dedb116cdc7cf18957814Evan Hunt# In a similar manner, ncheck is linked to ff.
f4cbe536b11da614fe05aeaeff41e324854cda7bMark AndrewsSUBDIR2= dev fd pcfs nfs hsfs proc ctfs udfs ufs tmpfs cachefs autofs mntfs objfs
99e207809793732e3e47da3a1cab6925b6eee8e9William KingSUBDIRS= $(SUBDIR1) $(SUBDIR2) $($(MACH)_SUBDIRS)
f4cbe536b11da614fe05aeaeff41e324854cda7bMark AndrewsALL_SUBDIRS= $(SUBDIR1) $(SUBDIR2) $(i386_SUBDIRS)
$(COMPILE.cpp) $< > $<.i
$(BUILD.po)
%.xpg4.o: %.c
$(COMPILE.c) -o $@ $<
$(DEFAULTFILES)
$(POST_PROCESS)
$(POST_PROCESS)
$(POST_PROCESS)
$(POST_PROCESS)
$(POST_PROCESS)
$(POST_PROCESS)
$(SYMETC2SBIN):
$(SYMETC2USRSBIN):
$(ROOTUSRSBINLINKS):
$(SYMDEVNM):
$(MNTTAB):
$(CLOBBERFILES)
lint:
FRC: