Makefile.mount.targ (7c478bd9) Makefile.mount.targ (b6805bf7)
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#

--- 6 unchanged lines hidden (view full) ---

15# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16# If applicable, add the following below this CDDL HEADER, with the
17# fields enclosed by brackets "[]" replaced with your own identifying
18# information: Portions Copyright [yyyy] [name of copyright owner]
19#
20# CDDL HEADER END
21#
22#
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#

--- 6 unchanged lines hidden (view full) ---

15# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16# If applicable, add the following below this CDDL HEADER, with the
17# fields enclosed by brackets "[]" replaced with your own identifying
18# information: Portions Copyright [yyyy] [name of copyright owner]
19#
20# CDDL HEADER END
21#
22#
23#ident "%Z%%M% %I% %E% SMI"
24#
25# Copyright 2003 Sun Microsystems, Inc. All rights reserved.
26# Use is subject to license terms.
27#
28
29$(LIBPROG): $(OBJS)
30 $(LINK.c) $(OBJS) -o $@ $(LDLIBS)
31 $(POST_PROCESS)
32
33%.o: %.c
34 $(COMPILE.c) -o $@ $<
35 $(POST_PROCESS_O)
36
37%.o: $(FSCOMMONDIR)/%.c
38 $(COMPILE.c) -o $@ $<
39 $(POST_PROCESS_O)
40
23# Copyright 2003 Sun Microsystems, Inc. All rights reserved.
24# Use is subject to license terms.
25#
26
27$(LIBPROG): $(OBJS)
28 $(LINK.c) $(OBJS) -o $@ $(LDLIBS)
29 $(POST_PROCESS)
30
31%.o: %.c
32 $(COMPILE.c) -o $@ $<
33 $(POST_PROCESS_O)
34
35%.o: $(FSCOMMONDIR)/%.c
36 $(COMPILE.c) -o $@ $<
37 $(POST_PROCESS_O)
38
39clean:
40 $(RM) $(CLEANFILES)
41
41lint: lint_SRCS
42
43catalog: $(POFILE)
44 cp $(POFILE) $(FSTYPE).po
42lint: lint_SRCS
43
44catalog: $(POFILE)
45 cp $(POFILE) $(FSTYPE).po