21 #
22 # Copyright 2009 Sun Microsystems, Inc. All rights reserved.
23 # Use is subject to license terms.
24 #
25
26 LIBRARY= libstmfproxy.a
27 VERS= .1
28
29 OBJECTS= stmftransport.o
30
31 include ../../Makefile.lib
32
33 LIBS= $(DYNLIB) $(LINTLIB)
34
35 SRCDIR = ../common
36
37 INCS += -I$(SRCDIR)
38
39 CSTD= $(CSTD_GNU99)
40 C99LMODE= -Xc99=%all
41 LDLIBS += -lc -lsocket -lnsl
42 CPPFLAGS += $(INCS) -D_REENTRANT
43
44 $(LINTLIB) := SRCS= $(SRCDIR)/$(LINTSRC)
45
46 .KEEP_STATE:
47
48 all: $(LIBS)
49
50 #lint: lintcheck
51
52 include ../../Makefile.targ
|
21 #
22 # Copyright 2009 Sun Microsystems, Inc. All rights reserved.
23 # Use is subject to license terms.
24 #
25
26 LIBRARY= libstmfproxy.a
27 VERS= .1
28
29 OBJECTS= stmftransport.o
30
31 include ../../Makefile.lib
32
33 LIBS= $(DYNLIB) $(LINTLIB)
34
35 SRCDIR = ../common
36
37 INCS += -I$(SRCDIR)
38
39 CSTD= $(CSTD_GNU99)
40 C99LMODE= -Xc99=%all
41 LDLIBS += -lc -lnsl
42 CPPFLAGS += $(INCS) -D_REENTRANT
43
44 $(LINTLIB) := SRCS= $(SRCDIR)/$(LINTSRC)
45
46 .KEEP_STATE:
47
48 all: $(LIBS)
49
50 #lint: lintcheck
51
52 include ../../Makefile.targ
|