Initial commit
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>About</title>
|
||||
<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
|
||||
</head>
|
||||
<body lang="EN-US">
|
||||
<h2>About This Content</h2>
|
||||
|
||||
<p>10th July, 2002</p>
|
||||
<h3>License</h3>
|
||||
<p>Eclipse.org makes available all content in this plug-in ("Content"). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the
|
||||
Common Public License Version 1.0 ("CPL"). A copy of the CPL is available at <a href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a>.
|
||||
For purposes of the CPL, "Program" will mean the Content.</p>
|
||||
|
||||
<h3>Contributions</h3>
|
||||
|
||||
<p>If this Content is licensed to you under the terms and conditions of the CPL, any Contributions, as defined in the CPL, uploaded, submitted, or otherwise
|
||||
made available to Eclipse.org, members of Eclipse.org and/or the host of Eclipse.org web site, by you that relate to such
|
||||
Content are provided under the terms and conditions of the CPL and can be made available to others under the terms of the CPL.</p>
|
||||
|
||||
<p>If this Content is licensed to you under license terms and conditions other than the CPL ("Other License"), any modifications, enhancements and/or
|
||||
other code and/or documentation ("Modifications") uploaded, submitted, or otherwise made available to Eclipse.org, members of Eclipse.org and/or the
|
||||
host of Eclipse.org, by you that relate to such Content are provided under terms and conditions of the Other License and can be made available
|
||||
to others under the terms of the Other License. In addition, with regard to Modifications for which you are the copyright holder, you are also
|
||||
providing the Modifications under the terms and conditions of the CPL and such Modifications can be made available to others under the terms of
|
||||
the CPL.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,991 @@
|
||||
# GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
|
||||
# Make data base, printed on Fri Sep 19 21:51:12 2003
|
||||
|
||||
# Variables
|
||||
|
||||
# default
|
||||
F77 = $(FC)
|
||||
# default
|
||||
PREPROCESS.r = $(FC) $(FFLAGS) $(RFLAGS) $(TARGET_ARCH) -F
|
||||
# automatic
|
||||
@F = $(notdir $@)
|
||||
# default
|
||||
MAKE = $(MAKE_COMMAND)
|
||||
# default
|
||||
SUFFIXES := .out .a .ln .o .c .cc .C .cpp .p .f .F .r .y .l .s .S .mod .sym .def .h .info .dvi .tex .texinfo .texi .txinfo .w .ch .web .sh .elc .el
|
||||
# default
|
||||
COMPILE.r = $(FC) $(FFLAGS) $(RFLAGS) $(TARGET_ARCH) -c
|
||||
# default
|
||||
LINK.F = $(FC) $(FFLAGS) $(CPPFLAGS) $(LDFLAGS) $(TARGET_ARCH)
|
||||
# default
|
||||
LINK.s = $(CC) $(ASFLAGS) $(LDFLAGS) $(TARGET_MACH)
|
||||
# default
|
||||
LINK.o = $(CC) $(LDFLAGS) $(TARGET_ARCH)
|
||||
# default
|
||||
COFLAGS =
|
||||
# default
|
||||
TEXI2DVI = texi2dvi
|
||||
# default
|
||||
CURDIR := /home/alain
|
||||
# automatic
|
||||
+F = $(notdir $+)
|
||||
# default
|
||||
COMPILE.f = $(FC) $(FFLAGS) $(TARGET_ARCH) -c
|
||||
# automatic
|
||||
%F = $(notdir $%)
|
||||
# default
|
||||
LINK.c = $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $(TARGET_ARCH)
|
||||
# default
|
||||
CO = co
|
||||
# automatic
|
||||
?D = $(patsubst %/,%,$(dir $?))
|
||||
# default
|
||||
PREPROCESS.F = $(FC) $(FFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -F
|
||||
# automatic
|
||||
<D = $(patsubst %/,%,$(dir $<))
|
||||
# default
|
||||
M2C = m2c
|
||||
# default
|
||||
FC = f77
|
||||
# default
|
||||
CC = cc
|
||||
# default
|
||||
LINK.S = $(CC) $(ASFLAGS) $(CPPFLAGS) $(LDFLAGS) $(TARGET_MACH)
|
||||
# default
|
||||
CXX = g++
|
||||
# default
|
||||
AR = ar
|
||||
# default
|
||||
CWEAVE = cweave
|
||||
# default
|
||||
COMPILE.F = $(FC) $(FFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c
|
||||
# automatic
|
||||
*D = $(patsubst %/,%,$(dir $*))
|
||||
# automatic
|
||||
^D = $(patsubst %/,%,$(dir $^))
|
||||
# default
|
||||
COMPILE.s = $(AS) $(ASFLAGS) $(TARGET_MACH)
|
||||
# makefile
|
||||
SHELL = /bin/sh
|
||||
# default
|
||||
YACC = yacc
|
||||
# default
|
||||
COMPILE.def = $(M2C) $(M2FLAGS) $(DEFFLAGS) $(TARGET_ARCH)
|
||||
# default
|
||||
LINK.C = $(LINK.cc)
|
||||
# makefile
|
||||
MAKEFLAGS = p
|
||||
# default
|
||||
LINK.p = $(PC) $(PFLAGS) $(CPPFLAGS) $(LDFLAGS) $(TARGET_ARCH)
|
||||
# default
|
||||
OUTPUT_OPTION = -o $@
|
||||
# default
|
||||
MAKE_VERSION := 3.79.1
|
||||
# default
|
||||
PREPROCESS.S = $(CC) -E $(CPPFLAGS)
|
||||
# default
|
||||
YACC.y = $(YACC) $(YFLAGS)
|
||||
# default
|
||||
COMPILE.c = $(CC) $(CFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c
|
||||
# default
|
||||
TANGLE = tangle
|
||||
# default
|
||||
CHECKOUT,v = +$(if $(wildcard $@),,$(CO) $(COFLAGS) $< $@)
|
||||
# default
|
||||
LD = ld
|
||||
# default
|
||||
GET = get
|
||||
# default
|
||||
COMPILE.S = $(CC) $(ASFLAGS) $(CPPFLAGS) $(TARGET_MACH) -c
|
||||
# default
|
||||
PC = pc
|
||||
# default
|
||||
AS = as
|
||||
# automatic
|
||||
@D = $(patsubst %/,%,$(dir $@))
|
||||
# default
|
||||
TEX = tex
|
||||
# default
|
||||
COMPILE.cpp = $(COMPILE.cc)
|
||||
# default
|
||||
COMPILE.C = $(COMPILE.cc)
|
||||
# default
|
||||
LINT = lint
|
||||
# default
|
||||
F77FLAGS = $(FFLAGS)
|
||||
# default
|
||||
COMPILE.p = $(PC) $(PFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c
|
||||
# default
|
||||
RM = rm -f
|
||||
# default
|
||||
.LIBPATTERNS = lib%.so lib%.a
|
||||
# automatic
|
||||
+D = $(patsubst %/,%,$(dir $+))
|
||||
# default
|
||||
WEAVE = weave
|
||||
# automatic
|
||||
?F = $(notdir $?)
|
||||
# automatic
|
||||
%D = $(patsubst %/,%,$(dir $%))
|
||||
# default
|
||||
CPP = $(CC) -E
|
||||
# automatic
|
||||
<F = $(notdir $<)
|
||||
# default
|
||||
LEX = lex
|
||||
# default
|
||||
LINK.cc = $(CXX) $(CXXFLAGS) $(CPPFLAGS) $(LDFLAGS) $(TARGET_ARCH)
|
||||
# default
|
||||
LEX.l = $(LEX) $(LFLAGS) -t
|
||||
# default
|
||||
COMPILE.mod = $(M2C) $(M2FLAGS) $(MODFLAGS) $(TARGET_ARCH)
|
||||
# default
|
||||
ARFLAGS = rv
|
||||
# automatic
|
||||
*F = $(notdir $*)
|
||||
# automatic
|
||||
^F = $(notdir $^)
|
||||
# default
|
||||
LINT.c = $(LINT) $(LINTFLAGS) $(CPPFLAGS) $(TARGET_ARCH)
|
||||
# default
|
||||
LINK.r = $(FC) $(FFLAGS) $(RFLAGS) $(LDFLAGS) $(TARGET_ARCH)
|
||||
# default
|
||||
LINK.cpp = $(LINK.cc)
|
||||
# default
|
||||
COMPILE.cc = $(CXX) $(CXXFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c
|
||||
# default
|
||||
MAKEFILES :=
|
||||
# default
|
||||
CTANGLE = ctangle
|
||||
# default
|
||||
MAKE_COMMAND := make
|
||||
# default
|
||||
LINK.f = $(FC) $(FFLAGS) $(LDFLAGS) $(TARGET_ARCH)
|
||||
# default
|
||||
MAKEINFO = makeinfo
|
||||
# 116 variables in 523 hash buckets.
|
||||
# average of 0.2 variables per bucket, max 3 in one bucket.
|
||||
|
||||
# Directories
|
||||
|
||||
# SCCS: could not be stat'd.
|
||||
# /dev/RCS: could not be stat'd.
|
||||
# /dev (device 773, inode 61953): 7521 files, 17 impossibilities.
|
||||
# RCS: could not be stat'd.
|
||||
# /dev/SCCS: could not be stat'd.
|
||||
|
||||
# 7521 files, 17 impossibilities in 5 directories.
|
||||
|
||||
# Implicit Rules
|
||||
|
||||
%.out:
|
||||
|
||||
%.a:
|
||||
|
||||
%.ln:
|
||||
|
||||
%.o:
|
||||
|
||||
%: %.o
|
||||
# commands to execute (built-in):
|
||||
$(LINK.o) $^ $(LOADLIBES) $(LDLIBS) -o $@
|
||||
|
||||
%.c:
|
||||
|
||||
%: %.c
|
||||
# commands to execute (built-in):
|
||||
$(LINK.c) $^ $(LOADLIBES) $(LDLIBS) -o $@
|
||||
|
||||
%.ln: %.c
|
||||
# commands to execute (built-in):
|
||||
$(LINT.c) -C$* $<
|
||||
|
||||
%.o: %.c
|
||||
# commands to execute (built-in):
|
||||
$(COMPILE.c) $(OUTPUT_OPTION) $<
|
||||
|
||||
%.cc:
|
||||
|
||||
%: %.cc
|
||||
# commands to execute (built-in):
|
||||
$(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@
|
||||
|
||||
%.o: %.cc
|
||||
# commands to execute (built-in):
|
||||
$(COMPILE.cc) $(OUTPUT_OPTION) $<
|
||||
|
||||
%.C:
|
||||
|
||||
%: %.C
|
||||
# commands to execute (built-in):
|
||||
$(LINK.C) $^ $(LOADLIBES) $(LDLIBS) -o $@
|
||||
|
||||
%.o: %.C
|
||||
# commands to execute (built-in):
|
||||
$(COMPILE.C) $(OUTPUT_OPTION) $<
|
||||
|
||||
%.cpp:
|
||||
|
||||
%: %.cpp
|
||||
# commands to execute (built-in):
|
||||
$(LINK.cpp) $^ $(LOADLIBES) $(LDLIBS) -o $@
|
||||
|
||||
%.o: %.cpp
|
||||
# commands to execute (built-in):
|
||||
$(COMPILE.cpp) $(OUTPUT_OPTION) $<
|
||||
|
||||
%.p:
|
||||
|
||||
%: %.p
|
||||
# commands to execute (built-in):
|
||||
$(LINK.p) $^ $(LOADLIBES) $(LDLIBS) -o $@
|
||||
|
||||
%.o: %.p
|
||||
# commands to execute (built-in):
|
||||
$(COMPILE.p) $(OUTPUT_OPTION) $<
|
||||
|
||||
%.f:
|
||||
|
||||
%: %.f
|
||||
# commands to execute (built-in):
|
||||
$(LINK.f) $^ $(LOADLIBES) $(LDLIBS) -o $@
|
||||
|
||||
%.o: %.f
|
||||
# commands to execute (built-in):
|
||||
$(COMPILE.f) $(OUTPUT_OPTION) $<
|
||||
|
||||
%.F:
|
||||
|
||||
%: %.F
|
||||
# commands to execute (built-in):
|
||||
$(LINK.F) $^ $(LOADLIBES) $(LDLIBS) -o $@
|
||||
|
||||
%.o: %.F
|
||||
# commands to execute (built-in):
|
||||
$(COMPILE.F) $(OUTPUT_OPTION) $<
|
||||
|
||||
%.f: %.F
|
||||
# commands to execute (built-in):
|
||||
$(PREPROCESS.F) $(OUTPUT_OPTION) $<
|
||||
|
||||
%.r:
|
||||
|
||||
%: %.r
|
||||
# commands to execute (built-in):
|
||||
$(LINK.r) $^ $(LOADLIBES) $(LDLIBS) -o $@
|
||||
|
||||
%.o: %.r
|
||||
# commands to execute (built-in):
|
||||
$(COMPILE.r) $(OUTPUT_OPTION) $<
|
||||
|
||||
%.f: %.r
|
||||
# commands to execute (built-in):
|
||||
$(PREPROCESS.r) $(OUTPUT_OPTION) $<
|
||||
|
||||
%.y:
|
||||
|
||||
%.ln: %.y
|
||||
# commands to execute (built-in):
|
||||
$(YACC.y) $<
|
||||
$(LINT.c) -C$* y.tab.c
|
||||
$(RM) y.tab.c
|
||||
|
||||
%.c: %.y
|
||||
# commands to execute (built-in):
|
||||
$(YACC.y) $<
|
||||
mv -f y.tab.c $@
|
||||
|
||||
%.l:
|
||||
|
||||
%.ln: %.l
|
||||
# commands to execute (built-in):
|
||||
@$(RM) $*.c
|
||||
$(LEX.l) $< > $*.c
|
||||
$(LINT.c) -i $*.c -o $@
|
||||
$(RM) $*.c
|
||||
|
||||
%.c: %.l
|
||||
# commands to execute (built-in):
|
||||
@$(RM) $@
|
||||
$(LEX.l) $< > $@
|
||||
|
||||
%.r: %.l
|
||||
# commands to execute (built-in):
|
||||
$(LEX.l) $< > $@
|
||||
mv -f lex.yy.r $@
|
||||
|
||||
%.s:
|
||||
|
||||
%: %.s
|
||||
# commands to execute (built-in):
|
||||
$(LINK.s) $^ $(LOADLIBES) $(LDLIBS) -o $@
|
||||
|
||||
%.o: %.s
|
||||
# commands to execute (built-in):
|
||||
$(COMPILE.s) -o $@ $<
|
||||
|
||||
%.S:
|
||||
|
||||
%: %.S
|
||||
# commands to execute (built-in):
|
||||
$(LINK.S) $^ $(LOADLIBES) $(LDLIBS) -o $@
|
||||
|
||||
%.o: %.S
|
||||
# commands to execute (built-in):
|
||||
$(COMPILE.S) -o $@ $<
|
||||
|
||||
%.s: %.S
|
||||
# commands to execute (built-in):
|
||||
$(PREPROCESS.S) $< > $@
|
||||
|
||||
%.mod:
|
||||
|
||||
%: %.mod
|
||||
# commands to execute (built-in):
|
||||
$(COMPILE.mod) -o $@ -e $@ $^
|
||||
|
||||
%.o: %.mod
|
||||
# commands to execute (built-in):
|
||||
$(COMPILE.mod) -o $@ $<
|
||||
|
||||
%.sym:
|
||||
|
||||
%.def:
|
||||
|
||||
%.sym: %.def
|
||||
# commands to execute (built-in):
|
||||
$(COMPILE.def) -o $@ $<
|
||||
|
||||
%.h:
|
||||
|
||||
%.info:
|
||||
|
||||
%.dvi:
|
||||
|
||||
%.tex:
|
||||
|
||||
%.dvi: %.tex
|
||||
# commands to execute (built-in):
|
||||
$(TEX) $<
|
||||
|
||||
%.texinfo:
|
||||
|
||||
%.info: %.texinfo
|
||||
# commands to execute (built-in):
|
||||
$(MAKEINFO) $(MAKEINFO_FLAGS) $< -o $@
|
||||
|
||||
%.dvi: %.texinfo
|
||||
# commands to execute (built-in):
|
||||
$(TEXI2DVI) $(TEXI2DVI_FLAGS) $<
|
||||
|
||||
%.texi:
|
||||
|
||||
%.info: %.texi
|
||||
# commands to execute (built-in):
|
||||
$(MAKEINFO) $(MAKEINFO_FLAGS) $< -o $@
|
||||
|
||||
%.dvi: %.texi
|
||||
# commands to execute (built-in):
|
||||
$(TEXI2DVI) $(TEXI2DVI_FLAGS) $<
|
||||
|
||||
%.txinfo:
|
||||
|
||||
%.info: %.txinfo
|
||||
# commands to execute (built-in):
|
||||
$(MAKEINFO) $(MAKEINFO_FLAGS) $< -o $@
|
||||
|
||||
%.dvi: %.txinfo
|
||||
# commands to execute (built-in):
|
||||
$(TEXI2DVI) $(TEXI2DVI_FLAGS) $<
|
||||
|
||||
%.w:
|
||||
|
||||
%.c: %.w
|
||||
# commands to execute (built-in):
|
||||
$(CTANGLE) $< - $@
|
||||
|
||||
%.tex: %.w
|
||||
# commands to execute (built-in):
|
||||
$(CWEAVE) $< - $@
|
||||
|
||||
%.ch:
|
||||
|
||||
%.web:
|
||||
|
||||
%.p: %.web
|
||||
# commands to execute (built-in):
|
||||
$(TANGLE) $<
|
||||
|
||||
%.tex: %.web
|
||||
# commands to execute (built-in):
|
||||
$(WEAVE) $<
|
||||
|
||||
%.sh:
|
||||
|
||||
%: %.sh
|
||||
# commands to execute (built-in):
|
||||
cat $< >$@
|
||||
chmod a+x $@
|
||||
|
||||
%.elc:
|
||||
|
||||
%.el:
|
||||
|
||||
(%): %
|
||||
# commands to execute (built-in):
|
||||
$(AR) $(ARFLAGS) $@ $<
|
||||
|
||||
%.out: %
|
||||
# commands to execute (built-in):
|
||||
@rm -f $@
|
||||
cp $< $@
|
||||
|
||||
%.c: %.w %.ch
|
||||
# commands to execute (built-in):
|
||||
$(CTANGLE) $^ $@
|
||||
|
||||
%.tex: %.w %.ch
|
||||
# commands to execute (built-in):
|
||||
$(CWEAVE) $^ $@
|
||||
|
||||
%:: %,v
|
||||
# commands to execute (built-in):
|
||||
$(CHECKOUT,v)
|
||||
|
||||
%:: RCS/%,v
|
||||
# commands to execute (built-in):
|
||||
$(CHECKOUT,v)
|
||||
|
||||
%:: RCS/%
|
||||
# commands to execute (built-in):
|
||||
$(CHECKOUT,v)
|
||||
|
||||
%:: s.%
|
||||
# commands to execute (built-in):
|
||||
$(GET) $(GFLAGS) $(SCCS_OUTPUT_OPTION) $<
|
||||
|
||||
%:: SCCS/s.%
|
||||
# commands to execute (built-in):
|
||||
$(GET) $(GFLAGS) $(SCCS_OUTPUT_OPTION) $<
|
||||
|
||||
# 86 implicit rules, 5 (5.8%) terminal.
|
||||
|
||||
# Pattern-specific variable values
|
||||
|
||||
# No pattern-specific variable values.
|
||||
|
||||
# Files
|
||||
|
||||
# Not a target:
|
||||
.c:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# commands to execute (built-in):
|
||||
$(LINK.c) $^ $(LOADLIBES) $(LDLIBS) -o $@
|
||||
|
||||
# Not a target:
|
||||
.texinfo.info:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# commands to execute (built-in):
|
||||
$(MAKEINFO) $(MAKEINFO_FLAGS) $< -o $@
|
||||
|
||||
# Not a target:
|
||||
.mod.o:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# commands to execute (built-in):
|
||||
$(COMPILE.mod) -o $@ $<
|
||||
|
||||
# Not a target:
|
||||
.c.o:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# commands to execute (built-in):
|
||||
$(COMPILE.c) $(OUTPUT_OPTION) $<
|
||||
|
||||
# Not a target:
|
||||
.s:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# commands to execute (built-in):
|
||||
$(LINK.s) $^ $(LOADLIBES) $(LDLIBS) -o $@
|
||||
|
||||
# Not a target:
|
||||
.txinfo.dvi:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# commands to execute (built-in):
|
||||
$(TEXI2DVI) $(TEXI2DVI_FLAGS) $<
|
||||
|
||||
# Not a target:
|
||||
.DEFAULT:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
|
||||
# Not a target:
|
||||
.y.c:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# commands to execute (built-in):
|
||||
$(YACC.y) $<
|
||||
mv -f y.tab.c $@
|
||||
|
||||
# Not a target:
|
||||
.l:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
|
||||
# Not a target:
|
||||
.web.tex:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# commands to execute (built-in):
|
||||
$(WEAVE) $<
|
||||
|
||||
# Not a target:
|
||||
.s.o:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# commands to execute (built-in):
|
||||
$(COMPILE.s) -o $@ $<
|
||||
|
||||
# Not a target:
|
||||
.sym:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
|
||||
# Not a target:
|
||||
.texi:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
|
||||
# Not a target:
|
||||
.F.f:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# commands to execute (built-in):
|
||||
$(PREPROCESS.F) $(OUTPUT_OPTION) $<
|
||||
|
||||
# Not a target:
|
||||
.dvi:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
|
||||
# Not a target:
|
||||
.web.p:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# commands to execute (built-in):
|
||||
$(TANGLE) $<
|
||||
|
||||
# Not a target:
|
||||
.def:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
|
||||
# Not a target:
|
||||
.F:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# commands to execute (built-in):
|
||||
$(LINK.F) $^ $(LOADLIBES) $(LDLIBS) -o $@
|
||||
|
||||
# Not a target:
|
||||
.cc.o:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# commands to execute (built-in):
|
||||
$(COMPILE.cc) $(OUTPUT_OPTION) $<
|
||||
|
||||
# Not a target:
|
||||
.S.s:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# commands to execute (built-in):
|
||||
$(PREPROCESS.S) $< > $@
|
||||
|
||||
# Not a target:
|
||||
.ch:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
|
||||
# Not a target:
|
||||
.def.sym:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# commands to execute (built-in):
|
||||
$(COMPILE.def) -o $@ $<
|
||||
|
||||
# Not a target:
|
||||
.F.o:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# commands to execute (built-in):
|
||||
$(COMPILE.F) $(OUTPUT_OPTION) $<
|
||||
|
||||
# Not a target:
|
||||
.f:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# commands to execute (built-in):
|
||||
$(LINK.f) $^ $(LOADLIBES) $(LDLIBS) -o $@
|
||||
|
||||
# Not a target:
|
||||
.elc:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
|
||||
# Not a target:
|
||||
.y.ln:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# commands to execute (built-in):
|
||||
$(YACC.y) $<
|
||||
$(LINT.c) -C$* y.tab.c
|
||||
$(RM) y.tab.c
|
||||
|
||||
# Not a target:
|
||||
.texi.dvi:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# commands to execute (built-in):
|
||||
$(TEXI2DVI) $(TEXI2DVI_FLAGS) $<
|
||||
|
||||
# Not a target:
|
||||
.el:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
|
||||
# Not a target:
|
||||
.texinfo.dvi:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# commands to execute (built-in):
|
||||
$(TEXI2DVI) $(TEXI2DVI_FLAGS) $<
|
||||
|
||||
# Not a target:
|
||||
/dev/null:
|
||||
# Implicit rule search has been done.
|
||||
# Last modified 2003-01-30 05:24:37
|
||||
# File has been updated.
|
||||
# Successfully updated.
|
||||
|
||||
# Not a target:
|
||||
.SUFFIXES: .out .a .ln .o .c .cc .C .cpp .p .f .F .r .y .l .s .S .mod .sym .def .h .info .dvi .tex .texinfo .texi .txinfo .w .ch .web .sh .elc .el
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
|
||||
# Not a target:
|
||||
.txinfo:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
|
||||
# Not a target:
|
||||
.p.o:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# commands to execute (built-in):
|
||||
$(COMPILE.p) $(OUTPUT_OPTION) $<
|
||||
|
||||
# Not a target:
|
||||
.r.f:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# commands to execute (built-in):
|
||||
$(PREPROCESS.r) $(OUTPUT_OPTION) $<
|
||||
|
||||
# Not a target:
|
||||
.w.tex:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# commands to execute (built-in):
|
||||
$(CWEAVE) $< - $@
|
||||
|
||||
# Not a target:
|
||||
.txinfo.info:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# commands to execute (built-in):
|
||||
$(MAKEINFO) $(MAKEINFO_FLAGS) $< -o $@
|
||||
|
||||
# Not a target:
|
||||
.o:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# commands to execute (built-in):
|
||||
$(LINK.o) $^ $(LOADLIBES) $(LDLIBS) -o $@
|
||||
|
||||
# Not a target:
|
||||
.c.ln:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# commands to execute (built-in):
|
||||
$(LINT.c) -C$* $<
|
||||
|
||||
# Not a target:
|
||||
.w:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
|
||||
# Not a target:
|
||||
.ln:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
|
||||
# Not a target:
|
||||
.l.r:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# commands to execute (built-in):
|
||||
$(LEX.l) $< > $@
|
||||
mv -f lex.yy.r $@
|
||||
|
||||
# Not a target:
|
||||
.info:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
|
||||
# Not a target:
|
||||
.r.o:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# commands to execute (built-in):
|
||||
$(COMPILE.r) $(OUTPUT_OPTION) $<
|
||||
|
||||
# Not a target:
|
||||
.h:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
|
||||
# Not a target:
|
||||
.C.o:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# commands to execute (built-in):
|
||||
$(COMPILE.C) $(OUTPUT_OPTION) $<
|
||||
|
||||
# Not a target:
|
||||
.p:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# commands to execute (built-in):
|
||||
$(LINK.p) $^ $(LOADLIBES) $(LDLIBS) -o $@
|
||||
|
||||
# Not a target:
|
||||
.l.c:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# commands to execute (built-in):
|
||||
@$(RM) $@
|
||||
$(LEX.l) $< > $@
|
||||
|
||||
# Not a target:
|
||||
.sh:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# commands to execute (built-in):
|
||||
cat $< >$@
|
||||
chmod a+x $@
|
||||
|
||||
# Not a target:
|
||||
.web:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
|
||||
# Not a target:
|
||||
.out:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
|
||||
# Not a target:
|
||||
.cc:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# commands to execute (built-in):
|
||||
$(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@
|
||||
|
||||
# Not a target:
|
||||
.f.o:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# commands to execute (built-in):
|
||||
$(COMPILE.f) $(OUTPUT_OPTION) $<
|
||||
|
||||
# Not a target:
|
||||
.texi.info:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# commands to execute (built-in):
|
||||
$(MAKEINFO) $(MAKEINFO_FLAGS) $< -o $@
|
||||
|
||||
# Not a target:
|
||||
.a:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
|
||||
# Not a target:
|
||||
.tex:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
|
||||
# Not a target:
|
||||
.cpp.o:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# commands to execute (built-in):
|
||||
$(COMPILE.cpp) $(OUTPUT_OPTION) $<
|
||||
|
||||
# Not a target:
|
||||
.l.ln:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# commands to execute (built-in):
|
||||
@$(RM) $*.c
|
||||
$(LEX.l) $< > $*.c
|
||||
$(LINT.c) -i $*.c -o $@
|
||||
$(RM) $*.c
|
||||
|
||||
# Not a target:
|
||||
.y:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
|
||||
# Not a target:
|
||||
.S.o:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# commands to execute (built-in):
|
||||
$(COMPILE.S) -o $@ $<
|
||||
|
||||
# Not a target:
|
||||
.tex.dvi:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# commands to execute (built-in):
|
||||
$(TEX) $<
|
||||
|
||||
# Not a target:
|
||||
.r:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# commands to execute (built-in):
|
||||
$(LINK.r) $^ $(LOADLIBES) $(LDLIBS) -o $@
|
||||
|
||||
# Not a target:
|
||||
.mod:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# commands to execute (built-in):
|
||||
$(COMPILE.mod) -o $@ -e $@ $^
|
||||
|
||||
# Not a target:
|
||||
.C:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# commands to execute (built-in):
|
||||
$(LINK.C) $^ $(LOADLIBES) $(LDLIBS) -o $@
|
||||
|
||||
# Not a target:
|
||||
.S:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# commands to execute (built-in):
|
||||
$(LINK.S) $^ $(LOADLIBES) $(LDLIBS) -o $@
|
||||
|
||||
# Not a target:
|
||||
.texinfo:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
|
||||
# Not a target:
|
||||
.w.c:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# commands to execute (built-in):
|
||||
$(CTANGLE) $< - $@
|
||||
|
||||
# Not a target:
|
||||
.cpp:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# commands to execute (built-in):
|
||||
$(LINK.cpp) $^ $(LOADLIBES) $(LDLIBS) -o $@
|
||||
|
||||
# 67 files in 1007 hash buckets.
|
||||
# average 0.067 files per bucket, max 2 files in one bucket.
|
||||
|
||||
# VPATH Search Paths
|
||||
|
||||
# No `vpath' search paths.
|
||||
|
||||
# No general (`VPATH' variable) search path.
|
||||
|
||||
# Finished Make data base on Fri Sep 19 21:51:12 2003
|
||||
|
||||
@@ -0,0 +1,92 @@
|
||||
MAKE = make
|
||||
AR = ar
|
||||
ARFLAGS = -rv
|
||||
YACC = yacc
|
||||
YFLAGS =
|
||||
LEX = lex
|
||||
LFLAGS =
|
||||
LDFLAGS =
|
||||
CC = c89
|
||||
CFLAGS = -O
|
||||
FC = fort77
|
||||
FFLAGS = -O 1
|
||||
GET = get
|
||||
GFLAGS =
|
||||
SCCSFLAGS =
|
||||
SCCSGETFLAGS = -s
|
||||
|
||||
.SUFFIXES: .o .c .y .l .a .sh .f .c~ .y~ .l~ .sh~ .f~
|
||||
|
||||
.SCCS_GET:
|
||||
sccs $(SCCSFLAGS) get $(SCCSGETFLAGS) $@
|
||||
.c:
|
||||
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $<
|
||||
.f:
|
||||
$(FC) $(FFLAGS) $(LDFLAGS) -o $@ $<
|
||||
.sh:
|
||||
cp $< $@
|
||||
chmod a+x $@
|
||||
.c~:
|
||||
$(GET) $(GFLAGS) -p $< > $*.c
|
||||
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $*.c
|
||||
.f~:
|
||||
$(GET) $(GFLAGS) -p $< > $*.f
|
||||
$(FC) $(FFLAGS) $(LDFLAGS) -o $@ $*.f
|
||||
.sh~:
|
||||
$(GET) $(GFLAGS) -p $< > $*.sh
|
||||
cp $*.sh $@
|
||||
chmod a+x $@
|
||||
.c.o:
|
||||
$(CC) $(CFLAGS) -c $<
|
||||
.f.o:
|
||||
$(FC) $(FFLAGS) -c $<
|
||||
.y.o:
|
||||
$(YACC) $(YFLAGS) $<
|
||||
$(CC) $(CFLAGS) -c y.tab.c
|
||||
rm -f y.tab.c
|
||||
mv y.tab.o $@
|
||||
.l.o:
|
||||
$(LEX) $(LFLAGS) $<
|
||||
$(CC) $(CFLAGS) -c lex.yy.c
|
||||
rm -f lex.yy.c
|
||||
mv lex.yy.o $@
|
||||
.y.c:
|
||||
$(YACC) $(YFLAGS) $<
|
||||
mv y.tab.c $@
|
||||
.l.c:
|
||||
$(LEX) $(LFLAGS) $<
|
||||
mv lex.yy.c $@
|
||||
.c~.o:
|
||||
$(GET) $(GFLAGS) -p $< > $*.c
|
||||
$(CC) $(CFLAGS) -c $*.c
|
||||
.f~.o:
|
||||
$(GET) $(GFLAGS) -p $< > $*.f
|
||||
$(FC) $(FFLAGS) -c $*.f
|
||||
.y~.o:
|
||||
$(GET) $(GFLAGS) -p $< > $*.y
|
||||
$(YACC) $(YFLAGS) $*.y
|
||||
$(CC) $(CFLAGS) -c y.tab.c
|
||||
rm -f y.tab.c
|
||||
mv y.tab.o $@
|
||||
.l~.o:
|
||||
$(GET) $(GFLAGS) -p $< > $*.l
|
||||
$(LEX) $(LFLAGS) $*.l
|
||||
$(CC) $(CFLAGS) -c lex.yy.c
|
||||
rm -f lex.yy.c
|
||||
mv lex.yy.o $@
|
||||
.y~.c:
|
||||
$(GET) $(GFLAGS) -p $< > $*.y
|
||||
$(YACC) $(YFLAGS) $*.y
|
||||
mv y.tab.c $@
|
||||
.l~.c:
|
||||
$(GET) $(GFLAGS) -p $< > $*.l
|
||||
$(LEX) $(LFLAGS) $*.l
|
||||
mv lex.yy.c $@
|
||||
.c.a:
|
||||
$(CC) -c $(CFLAGS) $<
|
||||
$(AR) $(ARFLAGS) $@ $*.o
|
||||
rm -f $*.o
|
||||
.f.a:
|
||||
$(FC) -c $(FFLAGS) $<
|
||||
$(AR) $(ARFLAGS) $@ $*.o
|
||||
rm -f $*.o
|
||||
Binary file not shown.
@@ -0,0 +1,26 @@
|
||||
###############################################################################
|
||||
# Copyright (c) 2003, 2004 QNX Software Systems and others.
|
||||
# All rights reserved. This program and the accompanying materials
|
||||
# are made available under the terms of the Common Public License v1.0
|
||||
# which accompanies this distribution, and is available at
|
||||
# http://www.eclipse.org/legal/cpl-v10.html
|
||||
#
|
||||
# Contributors:
|
||||
# QNX Software Systems - initial API and implementation
|
||||
###############################################################################
|
||||
|
||||
pluginName=C/C++ Standard make Build Core
|
||||
providerName=Eclipse.org
|
||||
|
||||
extensionTargetBuilder.name=Target Builder Extension
|
||||
natureMake.name=CDT Make Nature
|
||||
builderMake.name=CDT Makefile Builder
|
||||
|
||||
epScannerConfigNature.name=Scanner Configuration Nature
|
||||
epScannerConfigBuilder.name=Scanner Configuration Builder
|
||||
extensionExternalScannerInfoProvider.name=C/C++ External Scanner Info Provider Extension
|
||||
epDefaultExternalScannerInfoProvider.name=Default External Scanner Info Provider
|
||||
|
||||
extensionScannerInfoConsoleParser.name=C/C++ Scanner Info Console Parser Extension
|
||||
epGCCCommandLineParser.name=GNU C/C++ Scanner Info Parser
|
||||
epGCCSpecsParser.name=GNU C/C++ Compiler Specs Parser
|
||||
166
TBE/Eclipse/plugins/org.eclipse.cdt.make.core_2.1.0/plugin.xml
Normal file
166
TBE/Eclipse/plugins/org.eclipse.cdt.make.core_2.1.0/plugin.xml
Normal file
@@ -0,0 +1,166 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?eclipse version="3.0"?>
|
||||
<plugin
|
||||
id="org.eclipse.cdt.make.core"
|
||||
name="%pluginName"
|
||||
version="2.1.0"
|
||||
provider-name="%providerName"
|
||||
class="org.eclipse.cdt.make.core.MakeCorePlugin">
|
||||
|
||||
<runtime>
|
||||
<library name="cdtmakecore.jar">
|
||||
<export name="*"/>
|
||||
</library>
|
||||
</runtime>
|
||||
<requires>
|
||||
<import plugin="org.eclipse.core.resources"/>
|
||||
<import plugin="org.eclipse.cdt.core"/>
|
||||
<import plugin="org.eclipse.core.runtime"/>
|
||||
</requires>
|
||||
|
||||
|
||||
<extension-point id="MakeTargetBuilder" name="%extensionTargetBuilder.name" schema="schema/MakeTargetBuilder.exsd"/>
|
||||
<extension-point id="ExternalScannerInfoProvider" name="%extensionExternalScannerInfoProvider.name" schema="schema/ExternalScannerInfoProvider.exsd"/>
|
||||
<extension-point id="ScannerInfoConsoleParser" name="%extensionScannerInfoConsoleParser.name" schema="schema/ScannerInfoConsoleParser.exsd"/>
|
||||
|
||||
<extension
|
||||
id="MakeScannerProvider"
|
||||
point="org.eclipse.cdt.core.ScannerInfoProvider">
|
||||
<cextension>
|
||||
<run
|
||||
class="org.eclipse.cdt.make.core.MakeScannerProvider">
|
||||
</run>
|
||||
</cextension>
|
||||
</extension>
|
||||
<extension
|
||||
id="makeNature"
|
||||
name="%natureMake.name"
|
||||
point="org.eclipse.core.resources.natures">
|
||||
<requires-nature
|
||||
id="org.eclipse.cdt.core.cnature">
|
||||
</requires-nature>
|
||||
<runtime>
|
||||
<run
|
||||
class="org.eclipse.cdt.make.core.MakeProjectNature">
|
||||
</run>
|
||||
</runtime>
|
||||
<builder
|
||||
id="org.eclipse.cdt.make.core.makeBuilder">
|
||||
</builder>
|
||||
</extension>
|
||||
<extension
|
||||
id="makeBuilder"
|
||||
name="%builderMake.name"
|
||||
point="org.eclipse.core.resources.builders">
|
||||
<builder
|
||||
hasNature="true">
|
||||
<run
|
||||
class="org.eclipse.cdt.make.core.MakeBuilder">
|
||||
<parameter
|
||||
name="defaultCommand"
|
||||
value="make">
|
||||
</parameter>
|
||||
</run>
|
||||
</builder>
|
||||
</extension>
|
||||
<extension
|
||||
id="make"
|
||||
name="%makeproject.name"
|
||||
point="org.eclipse.cdt.core.CProject">
|
||||
<cproject
|
||||
class="org.eclipse.cdt.make.internal.core.MakeProject"
|
||||
natureID="org.eclipse.cdt.make.core.makeNature">
|
||||
</cproject>
|
||||
</extension>
|
||||
<extension
|
||||
point="org.eclipse.cdt.make.core.MakeTargetBuilder">
|
||||
<builder
|
||||
builderID="org.eclipse.cdt.make.core.makeBuilder"
|
||||
id="org.eclipse.cdt.make.MakeTargetBuilder">
|
||||
</builder>
|
||||
</extension>
|
||||
<extension
|
||||
id="ScannerConfigNature"
|
||||
name="%epScannerConfigNature.name"
|
||||
point="org.eclipse.core.resources.natures">
|
||||
<requires-nature
|
||||
id="org.eclipse.cdt.make.core.makeNature">
|
||||
</requires-nature>
|
||||
<runtime>
|
||||
<run
|
||||
class="org.eclipse.cdt.make.core.scannerconfig.ScannerConfigNature">
|
||||
</run>
|
||||
</runtime>
|
||||
<builder
|
||||
id="org.eclipse.cdt.make.core.ScannerConfigBuilder">
|
||||
</builder>
|
||||
</extension>
|
||||
<extension
|
||||
id="ScannerConfigBuilder"
|
||||
name="%epScannerConfigBuilder.name"
|
||||
point="org.eclipse.core.resources.builders">
|
||||
<builder
|
||||
hasNature="true">
|
||||
<run
|
||||
class="org.eclipse.cdt.make.core.scannerconfig.ScannerConfigBuilder">
|
||||
</run>
|
||||
</builder>
|
||||
</extension>
|
||||
<extension
|
||||
id="DefaultExternalScannerInfoProvider"
|
||||
name="%epDefaultExternalScannerInfoProvider.name"
|
||||
point="org.eclipse.cdt.make.core.ExternalScannerInfoProvider">
|
||||
<externalScannerInfoProvider>
|
||||
<run
|
||||
class="org.eclipse.cdt.make.internal.core.scannerconfig.DefaultExternalScannerInfoProvider">
|
||||
<parameter
|
||||
name="defaultCommand"
|
||||
value="gcc">
|
||||
</parameter>
|
||||
<parameter
|
||||
name="defaultAttributes"
|
||||
value="-E -P -v ${plugin_state_location}/${specs_file}">
|
||||
</parameter>
|
||||
</run>
|
||||
</externalScannerInfoProvider>
|
||||
</extension>
|
||||
<extension
|
||||
id="GCCScannerInfoConsoleParser"
|
||||
name="%epGCCCommandLineParser.name"
|
||||
point="org.eclipse.cdt.make.core.ScannerInfoConsoleParser">
|
||||
<scannerInfoConsoleParser
|
||||
commandId="makeBuilder"
|
||||
class="org.eclipse.cdt.make.internal.core.scannerconfig.gnu.GCCScannerInfoConsoleParser">
|
||||
</scannerInfoConsoleParser>
|
||||
</extension>
|
||||
<extension
|
||||
id="GCCSpecsConsoleParser"
|
||||
name="%epGCCSpecsParser.name"
|
||||
point="org.eclipse.cdt.make.core.ScannerInfoConsoleParser">
|
||||
<scannerInfoConsoleParser
|
||||
commandId="externalScannerInfoProvider"
|
||||
class="org.eclipse.cdt.make.internal.core.scannerconfig.gnu.GCCSpecsConsoleParser">
|
||||
</scannerInfoConsoleParser>
|
||||
</extension>
|
||||
<extension
|
||||
id="DiscoveredScannerInfoProvider"
|
||||
point="org.eclipse.cdt.core.ScannerInfoProvider">
|
||||
<cextension>
|
||||
<run
|
||||
class="org.eclipse.cdt.make.core.scannerconfig.DiscoveredScannerInfoProvider">
|
||||
</run>
|
||||
</cextension>
|
||||
</extension>
|
||||
<extension
|
||||
point="org.eclipse.cdt.core.PathEntryContainerInitializer">
|
||||
<pathEntryContainerInitializer
|
||||
class="org.eclipse.cdt.make.internal.core.scannerconfig.DiscoveredPathInitializer"
|
||||
id="org.eclipse.cdt.make.core.DISCOVERED_SCANNER_INFO">
|
||||
</pathEntryContainerInitializer>
|
||||
</extension>
|
||||
<extension
|
||||
point="org.eclipse.core.runtime.preferences">
|
||||
<initializer class="org.eclipse.cdt.make.internal.core.PreferenceInitializer"/>
|
||||
</extension>
|
||||
|
||||
</plugin>
|
||||
Reference in New Issue
Block a user