Makefile (7c478bd9) Makefile (241c90a0)
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#

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

18# information: Portions Copyright [yyyy] [name of copyright owner]
19#
20# CDDL HEADER END
21#
22#
23# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
24# Use is subject to license terms.
25#
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#

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

18# information: Portions Copyright [yyyy] [name of copyright owner]
19#
20# CDDL HEADER END
21#
22#
23# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
24# Use is subject to license terms.
25#
26#
27#ident "%Z%%M% %I% %E% SMI"
28#
29# lib/libadt_jni/com/sun/Makefile
30
31include Makefile.com
32
33SUBDIRS = audit
34
35all:= TARGET = all
36clean:= TARGET = clean
37clobber:= TARGET = clobber
38install:= TARGET = install
39
40.KEEP_STATE:
41
42all clean install clobber: ${SUBDIRS}
43
44${SUBDIRS}: FRC
45 cd $@; pwd; $(MAKE) $(TARGET)
46
26
27include Makefile.com
28
29SUBDIRS = audit
30
31all:= TARGET = all
32clean:= TARGET = clean
33clobber:= TARGET = clobber
34install:= TARGET = install
35
36.KEEP_STATE:
37
38all clean install clobber: ${SUBDIRS}
39
40${SUBDIRS}: FRC
41 cd $@; pwd; $(MAKE) $(TARGET)
42
47lint:
48
49.WAIT:
50
51FRC:
52
43
44.WAIT:
45
46FRC:
47