From 68ef254ec0d874d2284a33f990be51baddb92488 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 18 Dec 2000 13:08:29 +0000 Subject: add verif --- lst/.cvsignore | 1 + lst/Makefile | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 lst/.cvsignore create mode 100644 lst/Makefile (limited to 'lst') diff --git a/lst/.cvsignore b/lst/.cvsignore new file mode 100644 index 00000000..745c8546 --- /dev/null +++ b/lst/.cvsignore @@ -0,0 +1 @@ +CardsNames diff --git a/lst/Makefile b/lst/Makefile new file mode 100644 index 00000000..3287f310 --- /dev/null +++ b/lst/Makefile @@ -0,0 +1,28 @@ +include ../Makefile.config + + +build: CardsNames + +clean: + rm -f *~ CardsNames + +CardsNames: Cards+ ../convert/Cards2CardsNames.pl + rm -f $@ + ../convert/Cards2CardsNames.pl $< > $@ + chmod a-w $@ + + +install: + for i in pcitable usbtable; do \ + (echo "# !! The original version is available in CVS at" ; \ + echo "# export CVSROOT=:pserver:anoncvs@cvs.mandrakesoft.com:/home/cvs/cooker" ; \ + echo "# cvs login (password \`\`cvs'')" ; \ + echo "# cvs checkout soft/$(project)" ; \ + echo "# or" ; \ + echo "# export CVSROOT=:ext:LOGIN@cvs.mandrakesoft.com:/home/cvs/cooker" ; \ + echo "# export CVS_RSH=ssh" ; \ + echo "# cvs checkout soft/$(project)" ; \ + cat $$i \ + ) > $(dir)/$$i; done + + install -m 644 Cards+ CardsNames MonitorsDB isdn.db $(dir) -- cgit v1.2.1