Makefile (7014882c) Makefile (494f7e12)
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

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

46XML_DIR = xml_def
47ISNS_SVC = $(XML_DIR)/isns_server.xml
48
49MANIFEST = isns_server.xml
50ROOTMANIFESTDIR = $(ROOTSVCNETWORK)
51$(ROOTSVCNETWORK)/isns_server.xml := FILEMODE = 0444
52
53CFLAGS += $(CCVERBOSE)
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

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

46XML_DIR = xml_def
47ISNS_SVC = $(XML_DIR)/isns_server.xml
48
49MANIFEST = isns_server.xml
50ROOTMANIFESTDIR = $(ROOTSVCNETWORK)
51$(ROOTSVCNETWORK)/isns_server.xml := FILEMODE = 0444
52
53CFLAGS += $(CCVERBOSE)
54CPPFLAGS += -I./ -I/usr/include/libxml2
54CPPFLAGS += -I./ -I$(ADJUNCT_PROTO)/usr/include/libxml2
55CPPFLAGS += -DTARGET_DATA_STORE=$(DATA_STORE)
56CPPFLAGS += -D_POSIX_PTHREAD_SEMANTICS
57LINTFLAGS += -xerroff=E_BAD_PTR_CAST_ALIGN
58LINTFLAGS += -xerroff=E_NAME_USED_NOT_DEF2
59LINTFLAGS += -xerroff=E_CASE_FALLTHRU
60
61CERRWARN += -_gcc=-Wno-char-subscripts
62CERRWARN += -_gcc=-Wno-ignored-qualifiers

--- 41 unchanged lines hidden ---
55CPPFLAGS += -DTARGET_DATA_STORE=$(DATA_STORE)
56CPPFLAGS += -D_POSIX_PTHREAD_SEMANTICS
57LINTFLAGS += -xerroff=E_BAD_PTR_CAST_ALIGN
58LINTFLAGS += -xerroff=E_NAME_USED_NOT_DEF2
59LINTFLAGS += -xerroff=E_CASE_FALLTHRU
60
61CERRWARN += -_gcc=-Wno-char-subscripts
62CERRWARN += -_gcc=-Wno-ignored-qualifiers

--- 41 unchanged lines hidden ---