X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Frules;h=71b979e04dcd405ac86ba6c7b90765f159f46c67;hb=2cf33a79e15065d4a231658a8912d4f728e11560;hp=42ae71438c3fc691c9896a985bed6c42cff63ba5;hpb=7b296f477e74a6db6e319e6cb6dff16be44e6a60;p=clsql.git diff --git a/debian/rules b/debian/rules index 42ae714..71b979e 100755 --- a/debian/rules +++ b/debian/rules @@ -23,20 +23,20 @@ all-pkgs := $(pkg) $(pkg-base) $(pkg-uffi) $(pkg-mysql) $(pkg-pg) $(pkg-pg-socke UPSTREAM_VER := $(shell sed -n -e "s/${pkg} (\(.*\)-[0-9A-Za-z\.]).*/\1/p" < debian/changelog |head -1) ## Lisp sources -srcs := sql clsql.asd +srcs := $(wildcard sql/*.cl) clsql.asd srcs-base := $(wildcard base/*.cl) -srcs-uffi := $(wildcard clsql-uffi/*.cl) $(wildcard clsql-uffi/*.c) -srcs-uffi-so:= $(wildcard clsql-uffi/*.so) -srcs-mysql := $(wildcard clsql-mysql/*.cl) $(wildcard clsql-mysql/*.c) -srcs-mysql-so := $(wildcard clsql-mysql/*.so) -srcs-pg := $(wildcard clsql-postgresql/*.cl) -srcs-pg-socket := $(wildcard clsql-postgresql-socket/*.cl) -srcs-aodbc := $(wildcard clsql-aodbc/*.cl) +srcs-uffi := $(wildcard uffi/*.cl) $(wildcard uffi/*.c) +srcs-uffi-so := $(wildcard uffi/*.so) +srcs-mysql := $(wildcard db-mysql/*.cl) $(wildcard db-mysql/*.c) +srcs-mysql-so := $(wildcard db-mysql/*.so) +srcs-pg := $(wildcard db-postgresql/*.cl) +srcs-pg-socket := $(wildcard db-postgresql-socket/*.cl) +srcs-aodbc := $(wildcard db-aodbc/*.cl) clc-base := usr/share/common-lisp clc-source := $(clc-base)/source clc-systems := $(clc-base)/systems -doc-dir := usr/share/doc/cl-sql-base +doc-dir := usr/share/doc/cl-sql clc-clsql := $(clc-source)/$(plain-pkg) @@ -45,17 +45,17 @@ lispdir-sql := $(clc-sql)/sql clc-base := $(clc-source)/clsql-base lispdir-base := $(clc-base)/base clc-uffi := $(clc-source)/clsql-uffi -lispdir-uffi := $(clc-uffi)/clsql-uffi -sodir-uffi := usr/lib/clsql +lispdir-uffi := $(clc-uffi)/uffi +sodir-uffi := usr/lib/clsql clc-mysql := $(clc-source)/clsql-mysql -lispdir-mysql := $(clc-mysql)/clsql-mysql +lispdir-mysql := $(clc-mysql)/db-mysql sodir-mysql := usr/lib/clsql clc-pg := $(clc-source)/clsql-postgresql -lispdir-pg := $(clc-pg)/clsql-postgresql -clc-socket := $(clc-source)/clsql-postgresql-socket -lispdir-pg-socket := $(clc-pg-socket)/clsql-postgresql-socket +lispdir-pg := $(clc-pg)/db-postgresql +clc-pg-socket := $(clc-source)/clsql-postgresql-socket +lispdir-pg-socket := $(clc-pg-socket)/db-postgresql-socket clc-aodbc := $(clc-source)/clsql-aodbc -lispdir-aodbc := $(clc-aodbc)/clsql-aodbc +lispdir-aodbc := $(clc-aodbc)/db-aodbc configure: configure-stamp