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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [tix/] [Makefile.in] - Blame information for rev 1776

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

Line No. Rev Author Line
1 578 markom
# This entire file is CYGNUS LOCAL.
2
# Minimal top-level Makefile.  Just pass everything to the $(CONFIGDIR)
3
# subdir.
4
# From tcl/Makefile.in, by Tom Tromey 
5
 
6
CONFIGDIR=@CONFIGDIR@
7
 
8
VPATH = @srcdir@
9
SHELL = @SHELL@
10
SRC_DIR = @srcdir@
11
 
12
CFLAGS = @CFLAGS@
13
 
14
@SET_MAKE@
15
 
16
all install test install-binaries install-libraries install-minimal:
17
        @cd $(CONFIGDIR) && $(MAKE) $@
18
 
19
mostlyclean-recursive clean-recursive distclean-recursive \
20
maintainer-clean-recursive:
21
        @cd $(CONFIGDIR) && $(MAKE) `echo $@ | sed 's/-recursive//'`
22
 
23
configure:
24
        cd $(SRC_DIR) && autoconf
25
 
26
mostlyclean: mostlyclean-recursive
27
 
28
clean: clean-recursive
29
 
30
distclean-local:
31
        rm -f Makefile config.status config.cache config.log
32
 
33
distclean: distclean-recursive distclean-local
34
 
35
maintainer-clean: distclean-local maintainer-clean-recursive
36
 
37
check:
38
        cd $(CONFIGDIR) && $(MAKE) tests
39
 
40
install-info info installcheck:
41
 
42
Makefile: Makefile.in config.status
43
        CONFIG_FILES=Makefile CONFIG_HEADERS= $(SHELL) ./config.status
44
 
45
config.status: configure
46
        $(SHELL) config.status --recheck

powered by: WebSVN 2.1.0

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