From 68ef254ec0d874d2284a33f990be51baddb92488 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 18 Dec 2000 13:08:29 +0000 Subject: add verif --- Makefile | 28 ++++++---------------------- 1 file changed, 6 insertions(+), 22 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 67a37338..8a736045 100644 --- a/Makefile +++ b/Makefile @@ -1,31 +1,15 @@ -project = ldetect-lst -prefix = /usr -datadir = $(prefix)/share -dir = $(datadir)/$(project) +include Makefile.config -build: CardsNames +build: + make -C lst build clean: - rm -f *~ CardsNames - -CardsNames: Cards+ Cards2CardsNames.pl - ./Cards2CardsNames.pl $< > $@ + rm -f *~ + make -C lst clean install: build install -d $(dir) - 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) + make -C lst install rpm: clean $(RPM) (echo "# !! DON'T MODIFY HERE, MODIFY IN THE CVS !!" ; \ -- cgit v1.2.1