OpenCores
URL https://opencores.org/ocsvn/logicprobe/logicprobe/trunk

Subversion Repositories logicprobe

[/] [logicprobe/] [trunk/] [Makefile] - Blame information for rev 14

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 8 hellwig
#
2
# Makefile for LogicProbe project
3
#
4
 
5 14 hellwig
VERSION = 1.1
6
 
7 8 hellwig
DIRS = src tst
8
 
9
all:
10
                for i in $(DIRS) ; do \
11
                  $(MAKE) -C $$i all ; \
12
                done
13
 
14
clean:
15
                for i in $(DIRS) ; do \
16
                  $(MAKE) -C $$i clean ; \
17
                done
18
                rm -f *~
19
 
20
dist:           clean
21 14 hellwig
                (cd .. ; \
22
                 tar --exclude-vcs -cvf \
23
                   LogicProbe-$(VERSION).tar \
24
                   LogicProbe-$(VERSION)/* ; \
25
                 gzip -f LogicProbe-$(VERS).tar)

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.