Rename libpc to lib for hobu

This commit is contained in:
Paul Ramsey 2013-02-04 15:36:13 -08:00
parent d5fec6a94c
commit efd85bc528
27 changed files with 8 additions and 8 deletions

View File

@ -1,10 +1,10 @@
all install uninstall noop clean distclean:
$(MAKE) -C libpc $@
$(MAKE) -C lib $@
$(MAKE) -C pgsql $@
check:
$(MAKE) -C libpc $@
$(MAKE) -C lib $@
astyle:
find . \

View File

@ -253,8 +253,8 @@ dnl Output the relevant files
dnl ===========================================================================
AC_OUTPUT([
libpc/Makefile
libpc/cunit/Makefile
lib/Makefile
lib/cunit/Makefile
])
dnl ===========================================================================

View File

@ -27,7 +27,7 @@ clean:
$(MAKE) -C cunit $@
install:
@echo "No install target in libpc"
@echo "No install target in lib"
check:
$(MAKE) -C cunit $@

View File

@ -13,9 +13,9 @@ DATA = pointcloud--1.0.sql
REGRESS = pointcloud
# Add in build/link flags for libpc
PG_CPPFLAGS += -I../libpc
SHLIB_LINK += $(filter -lm, $(LIBS)) $(XML2_LDFLAGS) ../libpc/$(LIBPC_A)
# Add in build/link flags for lib
PG_CPPFLAGS += -I../lib
SHLIB_LINK += $(filter -lm, $(LIBS)) $(XML2_LDFLAGS) ../lib/$(LIBPC_A)
# We are going to use PGXS for sure
PG_CONFIG = pg_config