diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 28 |
1 files changed, 6 insertions, 22 deletions
@@ -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 !!" ; \ |