1 #Copyright (c) Brian B.
3 # This library is free software; you can redistribute it and/or
4 # modify it under the terms of the GNU Lesser General Public
5 # License as published by the Free Software Foundation; either
6 # version 3 of the License, or (at your option) any later version.
7 # See the file LICENSE included with this distribution for more
11 LIBPGCLIENT_SOURCES = [ Glob $(TOP)/src : "*.c" : names-only ] ;
13 Library libpgcli : $(LIBPGCLIENT_SOURCES) ;
16 InstallLib lib$(ARCH_LIB) : libpgcli.a ;
18 InstallLib lib : libpgcli.a ;