summaryrefslogtreecommitdiffstats
path: root/lst/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lst/Makefile')
-rw-r--r--lst/Makefile28
1 files changed, 28 insertions, 0 deletions
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)