22 # Copyright 2010 Sun Microsystems, Inc. All rights reserved.
23 # Use is subject to license terms.
24 #
25
26 LIBRARY= libpam.a
27 VERS= .1
28 OBJECTS= pam_framework.o
29
30 include ../../Makefile.lib
31 include ../../Makefile.rootfs
32
33 TEXT_DOMAIN= SUNW_OST_SYSOSPAM
34
35 LIBS= $(DYNLIB) $(LINTLIB)
36 $(LINTLIB) := SRCS= $(SRCDIR)/$(LINTSRC)
37 LDLIBS += -lc
38
39 CFLAGS += $(CCVERBOSE)
40 CPPFLAGS += -I $(SRCDIR)
41
42 CERRWARN += -_gcc=-Wno-uninitialized
43
44 .KEEP_STATE:
45
46 all: $(LIBS)
47
48 lint: lintcheck
49
50 include ../../Makefile.targ
|
22 # Copyright 2010 Sun Microsystems, Inc. All rights reserved.
23 # Use is subject to license terms.
24 #
25
26 LIBRARY= libpam.a
27 VERS= .1
28 OBJECTS= pam_framework.o
29
30 include ../../Makefile.lib
31 include ../../Makefile.rootfs
32
33 TEXT_DOMAIN= SUNW_OST_SYSOSPAM
34
35 LIBS= $(DYNLIB) $(LINTLIB)
36 $(LINTLIB) := SRCS= $(SRCDIR)/$(LINTSRC)
37 LDLIBS += -lc
38
39 CFLAGS += $(CCVERBOSE)
40 CPPFLAGS += -I $(SRCDIR)
41
42 CERRWARN += $(CNOWARN_UNINIT)
43
44 .KEEP_STATE:
45
46 all: $(LIBS)
47
48 lint: lintcheck
49
50 include ../../Makefile.targ
|