Makefile (7014882c) Makefile (bd0ce624)
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 (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

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

32OBJS= $(LIBPROG).o
33SRCS= $(LIBPROG).c $(FSLIBSRC)
34
35LDLIBS += -lsmbfs -lsec
36
37CFLAGS += $(CCVERBOSE)
38CERRWARN += -_gcc=-Wno-unused-variable
39CERRWARN += -_gcc=-Wno-unused-label
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 (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

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

32OBJS= $(LIBPROG).o
33SRCS= $(LIBPROG).c $(FSLIBSRC)
34
35LDLIBS += -lsmbfs -lsec
36
37CFLAGS += $(CCVERBOSE)
38CERRWARN += -_gcc=-Wno-unused-variable
39CERRWARN += -_gcc=-Wno-unused-label
40C99MODE= $(C99_ENABLE)
40CSTD= $(CSTD_GNU99)
41
42CLOBBERFILES += $(LIBPROG)
43
44all: $(ROOTFS_PROG)
45
46install: $(ROOTLIBFSTYPEPROG)
47
48lint: lint_SRCS
49
50clean:
51 $(RM) $(OBJS)
52
53.KEEP_STATE:
41
42CLOBBERFILES += $(LIBPROG)
43
44all: $(ROOTFS_PROG)
45
46install: $(ROOTLIBFSTYPEPROG)
47
48lint: lint_SRCS
49
50clean:
51 $(RM) $(OBJS)
52
53.KEEP_STATE: