4 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
6 # This program is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License version 2 only,
8 # as published by the Free Software Foundation.
10 # This program is distributed in the hope that it will be useful, but
11 # WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 # General Public License version 2 for more details (a copy is included
14 # in the LICENSE file that accompanied this code).
16 # You should have received a copy of the GNU General Public License
17 # version 2 along with this program; If not, see [sun.com URL with a
20 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
21 # CA 95054 USA or visit www.sun.com if you need additional information or
28 # Copyright 2008 Sun Microsystems, Inc. All rights reserved
29 # Use is subject to license terms.
33 # This file is part of Lustre, http://www.lustre.org/
34 # Lustre is a trademark of Sun Microsystems, Inc.
37 ## $(srcdir)/../ for <portals/*.h>, ../../ for generated <config.h>
38 #COMPILE = $(CC) -Wall -g -I$(srcdir)/../include -I../../include
41 LIBCFSUTIL= $(top_builddir)/libcfs/libcfs/libcfsutil.a
44 noinst_LIBRARIES = libuptlctl.a
47 libuptlctl_a_SOURCES = portals.c debug.c
48 libuptlctl_a_CPPFLAGS = $(LLCPPFLAGS)
49 libuptlctl_a_CFLAGS = $(LLCFLAGS) -DLUSTRE_UTILS=1
51 sbin_PROGRAMS = debugctl
53 lib_LIBRARIES = libptlctl.a
56 noinst_LIBRARIES += liblst.a
60 libptlctl_a_SOURCES = portals.c debug.c
63 sbin_PROGRAMS += ptlctl routerstat wirecheck lst
65 sbin_PROGRAMS += lstclient
69 sbin_PROGRAMS += gmlndnid
73 wirecheck_SOURCES = wirecheck.c
75 gmlndnid_SOURCES = gmlndnid.c
76 gmlndnid_CFLAGS = $(GMCPPFLAGS)
77 gmlndnid_LDFLAGS = -static
78 gmlndnid_LDADD = $(GMLIBS) -lgm
80 ptlctl_SOURCES = ptlctl.c
81 ptlctl_LDADD = -L. -lptlctl $(LIBCFSUTIL) $(LIBREADLINE) $(LIBEFENCE)
82 ptlctl_DEPENDENCIES = libptlctl.a
84 routerstat_SOURCES = routerstat.c
86 debugctl_SOURCES = debugctl.c
87 debugctl_LDADD = -L. -lptlctl $(LIBCFSUTIL) $(LIBREADLINE) $(LIBEFENCE)
88 debugctl_DEPENDENCIES = libptlctl.a
91 lst_LDADD = -L. -lptlctl $(LIBCFSUTIL) $(LIBREADLINE) $(LIBEFENCE)
92 lst_DEPENDENCIES = libptlctl.a
96 LND_LIBS += $(top_builddir)/lnet/ulnds/socklnd/libsocklnd.a
99 LND_LIBS += $(top_builddir)/lnet/ulnds/ptllnd/libptllnd.a
103 LIB_SELFTEST = $(top_builddir)/libcfs/libcfs/libcfs.a $(top_builddir)/lnet/lnet/liblnet.a $(top_builddir)/lnet/selftest/libselftest.a
104 liblst.a : $(LIB_SELFTEST) $(LND_LIBS)
105 sh $(srcdir)/genlib.sh "$(LIBS)" "$(LND_LIBS)" "$(PTHREAD_LIBS)"
107 lstclient_SOURCES = lstclient.c
108 lstclient_LDADD = -L. -lptlctl -llst $(LIBREADLINE) $(LIBEFENCE) $(PTHREAD_LIBS)
109 lstclient_DEPENDENCIES = libptlctl.a liblst.a
112 EXTRA_DIST = genlib.sh