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

Subversion Repositories zet86

[/] [zet86/] [trunk/] [src/] [bochs-diff-2.3.7/] [instrument/] [zet/] [Makefile.in] - Blame information for rev 49

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 39 zeus
# Copyright (C) 2001  MandrakeSoft S.A.
2
#
3
#   MandrakeSoft S.A.
4
#   43, rue d'Aboukir
5
#   75002 Paris - France
6
#   http://www.linux-mandrake.com/
7
#   http://www.mandrakesoft.com/
8
#
9
# This library is free software; you can redistribute it and/or
10
# modify it under the terms of the GNU Lesser General Public
11
# License as published by the Free Software Foundation; either
12
# version 2 of the License, or (at your option) any later version.
13
#
14
# This library is distributed in the hope that it will be useful,
15
# but WITHOUT ANY WARRANTY; without even the implied warranty of
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17
# Lesser General Public License for more details.
18
#
19
# You should have received a copy of the GNU Lesser General Public
20
# License along with this library; if not, write to the Free Software
21
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
22
 
23
 
24
@SUFFIX_LINE@
25
 
26
srcdir = @srcdir@
27
VPATH = @srcdir@
28
 
29
SHELL = /bin/sh
30
 
31
@SET_MAKE@
32
 
33
CC = @CC@
34
CFLAGS = @CFLAGS@
35
CXX = @CXX@
36
CXXFLAGS = @CXXFLAGS@
37
 
38
LDFLAGS = @LDFLAGS@
39
LIBS = @LIBS@
40
RANLIB = @RANLIB@
41
 
42
 
43
# ===========================================================
44
# end of configurable options
45
# ===========================================================
46
 
47
 
48
BX_OBJS = \
49
  instrument.o
50
 
51
BX_INCLUDES =
52
 
53
BX_INCDIRS = -I../.. -I$(srcdir)/../.. -I. -I$(srcdir)/.
54
 
55
.@CPP_SUFFIX@.o:
56
        $(CXX) -c $(CXXFLAGS) $(BX_INCDIRS) @CXXFP@$< @OFP@$@
57
 
58
 
59
.c.o:
60
        $(CC) -c $(CFLAGS) $(BX_INCDIRS) @CFP@$< @OFP@$@
61
 
62
 
63
 
64
libinstrument.a: $(BX_OBJS)
65
        @RMCOMMAND@ libinstrument.a
66
        @MAKELIB@ $(BX_OBJS)
67
        $(RANLIB) libinstrument.a
68
 
69
$(BX_OBJS): $(BX_INCLUDES)
70
 
71
 
72
clean:
73
        @RMCOMMAND@ *.o
74
        @RMCOMMAND@ *.a
75
 
76
dist-clean: clean
77
        @RMCOMMAND@ Makefile

powered by: WebSVN 2.1.0

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