make: *** No targets specified and no makefile found. Stop. # GNU Make 4.0 # Built for x86_64-pc-cygwin # Copyright (C) 1988-2013 Free Software Foundation, Inc. # License GPLv3+: GNU GPL version 3 or later # This is free software: you are free to change and redistribute it. # There is NO WARRANTY, to the extent permitted by law. # Make data base, printed on Wed Oct 30 09:37:15 2013 # Variables # 'override' directive GNUMAKEFLAGS := # automatic > # default CXX = g++ # environment temp = C:\Users\SKIDMA~1\AppData\Local\Temp # default COFLAGS = # default COMPILE.C = $(COMPILE.cc) # automatic ^F = $(notdir $^) # default COMPILE.S = $(CC) $(ASFLAGS) $(CPPFLAGS) $(TARGET_MACH) -c # default LINK.F = $(FC) $(FFLAGS) $(CPPFLAGS) $(LDFLAGS) $(TARGET_ARCH) # default SUFFIXES := .out .a .ln .o .c .cc .C .cpp .p .f .F .m .r .y .l .ym .yl .s .S .mod .sym .def .h .info .dvi .tex .texinfo .texi .txinfo .w .ch .web .sh .elc .el # environment SYSTEMDRIVE = C: # default COMPILE.c = $(CC) $(CFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c # environment SESSIONNAME = Console # environment PROCESSOR_REVISION = 2a07 # default COMPILE.s = $(AS) $(ASFLAGS) $(TARGET_MACH) # default .INCLUDE_DIRS = /usr/include /usr/include # environment TMP = /tmp # default .RECIPEPREFIX := # default MAKEINFO = makeinfo # environment hprofile = $HOME/.profile # default OBJC = cc # default TEX = tex # environment LANG = en_US.UTF-8 # environment PROCESSOR_LEVEL = 6 # environment TERM = xterm # default F77FLAGS = $(FFLAGS) # default LINK.f = $(FC) $(FFLAGS) $(LDFLAGS) $(TARGET_ARCH) # variable set hash-table stats: # Load=168/1024=16%, Rehash=0, Collisions=25/188=13% # Pattern-specific Variable Values # No pattern-specific variable values. # Directories # SCCS: could not be stat'd. # . (device 3931426250, inode 2533274790741067): 10 files, 57 impossibilities. # RCS: could not be stat'd. # 10 files, 57 impossibilities in 3 directories. # Implicit Rules %.out: %.a: %.ln: %.o: %: %.o # recipe to execute (built-in): $(LINK.o) $^ $(LOADLIBES) $(LDLIBS) -o $@ %.c: %: %.c # recipe to execute (built-in): $(LINK.c) $^ $(LOADLIBES) $(LDLIBS) -o $@ %.ln: %.c # recipe to execute (built-in): $(LINT.c) -C$* $< %.o: %.c # recipe to execute (built-in): $(COMPILE.c) $(OUTPUT_OPTION) $< %.cc: %: %.cc # recipe to execute (built-in): $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@ %.o: %.cc # recipe to execute (built-in): $(COMPILE.cc) $(OUTPUT_OPTION) $< %.C: %: %.C # recipe to execute (built-in): $(LINK.C) $^ $(LOADLIBES) $(LDLIBS) -o $@ %.o: %.C # recipe to execute (built-in): $(COMPILE.C) $(OUTPUT_OPTION) $< %.cpp: %: %.cpp # recipe to execute (built-in): $(LINK.cpp) $^ $(LOADLIBES) $(LDLIBS) -o $@ %.o: %.cpp # recipe to execute (built-in): $(COMPILE.cpp) $(OUTPUT_OPTION) $< %.p: %: %.p # recipe to execute (built-in): $(LINK.p) $^ $(LOADLIBES) $(LDLIBS) -o $@ %.o: %.p # recipe to execute (built-in): $(COMPILE.p) $(OUTPUT_OPTION) $< %.f: %: %.f # recipe to execute (built-in): $(LINK.f) $^ $(LOADLIBES) $(LDLIBS) -o $@ %.o: %.f # recipe to execute (built-in): $(COMPILE.f) $(OUTPUT_OPTION) $< %.F: %: %.F # recipe to execute (built-in): $(LINK.F) $^ $(LOADLIBES) $(LDLIBS) -o $@ %.o: %.F # recipe to execute (built-in): $(COMPILE.F) $(OUTPUT_OPTION) $< %.f: %.F # recipe to execute (built-in): $(PREPROCESS.F) $(OUTPUT_OPTION) $< %.m: %: %.m # recipe to execute (built-in): $(LINK.m) $^ $(LOADLIBES) $(LDLIBS) -o $@ %.o: %.m # recipe to execute (built-in): $(COMPILE.m) $(OUTPUT_OPTION) $< %.r: %: %.r # recipe to execute (built-in): $(LINK.r) $^ $(LOADLIBES) $(LDLIBS) -o $@ %.o: %.r # recipe to execute (built-in): $(COMPILE.r) $(OUTPUT_OPTION) $< %.f: %.r # recipe to execute (built-in): $(PREPROCESS.r) $(OUTPUT_OPTION) $< %.y: %.ln: %.y # recipe to execute (built-in): $(YACC.y) $< $(LINT.c) -C$* y.tab.c $(RM) y.tab.c %.c: %.y # recipe to execute (built-in): $(YACC.y) $< mv -f y.tab.c $@ %.l: %.ln: %.l # recipe to execute (built-in): @$(RM) $*.c $(LEX.l) $< > $*.c $(LINT.c) -i $*.c -o $@ $(RM) $*.c %.c: %.l # recipe to execute (built-in): @$(RM) $@ $(LEX.l) $< > $@ %.r: %.l # recipe to execute (built-in): $(LEX.l) $< > $@ mv -f lex.yy.r $@ %.ym: %.m: %.ym # recipe to execute (built-in): $(YACC.m) $< mv -f y.tab.c $@ %.yl: %.s: %: %.s # recipe to execute (built-in): $(LINK.s) $^ $(LOADLIBES) $(LDLIBS) -o $@ %.o: %.s # recipe to execute (built-in): $(COMPILE.s) -o $@ $< %.S: %: %.S # recipe to execute (built-in): $(LINK.S) $^ $(LOADLIBES) $(LDLIBS) -o $@ %.o: %.S # recipe to execute (built-in): $(COMPILE.S) -o $@ $< %.s: %.S # recipe to execute (built-in): $(PREPROCESS.S) $< > $@ %.mod: %: %.mod # recipe to execute (built-in): $(COMPILE.mod) -o $@ -e $@ $^ %.o: %.mod # recipe to execute (built-in): $(COMPILE.mod) -o $@ $< %.sym: %.def: %.sym: %.def # recipe to execute (built-in): $(COMPILE.def) -o $@ $< %.h: %.info: %.dvi: %.tex: %.dvi: %.tex # recipe to execute (built-in): $(TEX) $< %.texinfo: %.info: %.texinfo # recipe to execute (built-in): $(MAKEINFO) $(MAKEINFO_FLAGS) $< -o $@ %.dvi: %.texinfo # recipe to execute (built-in): $(TEXI2DVI) $(TEXI2DVI_FLAGS) $< %.texi: %.info: %.texi # recipe to execute (built-in): $(MAKEINFO) $(MAKEINFO_FLAGS) $< -o $@ %.dvi: %.texi # recipe to execute (built-in): $(TEXI2DVI) $(TEXI2DVI_FLAGS) $< %.txinfo: %.info: %.txinfo # recipe to execute (built-in): $(MAKEINFO) $(MAKEINFO_FLAGS) $< -o $@ %.dvi: %.txinfo # recipe to execute (built-in): $(TEXI2DVI) $(TEXI2DVI_FLAGS) $< %.w: %.c: %.w # recipe to execute (built-in): $(CTANGLE) $< - $@ %.tex: %.w # recipe to execute (built-in): $(CWEAVE) $< - $@ %.ch: %.web: %.p: %.web # recipe to execute (built-in): $(TANGLE) $< %.tex: %.web # recipe to execute (built-in): $(WEAVE) $< %.sh: %: %.sh # recipe to execute (built-in): cat $< >$@ chmod a+x $@ %.elc: %.el: (%): % # recipe to execute (built-in): $(AR) $(ARFLAGS) $@ $< %.out: % # recipe to execute (built-in): @rm -f $@ cp $< $@ %.c: %.w %.ch # recipe to execute (built-in): $(CTANGLE) $^ $@ %.tex: %.w %.ch # recipe to execute (built-in): $(CWEAVE) $^ $@ %:: %,v # recipe to execute (built-in): $(CHECKOUT,v) %:: RCS/%,v # recipe to execute (built-in): $(CHECKOUT,v) %:: RCS/% # recipe to execute (built-in): $(CHECKOUT,v) %:: s.% # recipe to execute (built-in): $(GET) $(GFLAGS) $(SCCS_OUTPUT_OPTION) $< %:: SCCS/s.% # recipe to execute (built-in): $(GET) $(GFLAGS) $(SCCS_OUTPUT_OPTION) $< # 92 implicit rules, 5 (5.4%) terminal. # Files # Not a target: .web.p: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): $(TANGLE) $< # Not a target: .l.r: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): $(LEX.l) $< > $@ mv -f lex.yy.r $@ # Not a target: .dvi: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: .ym: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: .f.o: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): $(COMPILE.f) $(OUTPUT_OPTION) $< # Not a target: .l: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: .m: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): $(LINK.m) $^ $(LOADLIBES) $(LDLIBS) -o $@ # Not a target: .ln: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: .o: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): $(LINK.o) $^ $(LOADLIBES) $(LDLIBS) -o $@ # Not a target: .y: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: .def.sym: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): $(COMPILE.def) -o $@ $< # Not a target: .p.o: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): $(COMPILE.p) $(OUTPUT_OPTION) $< # Not a target: .p: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): $(LINK.p) $^ $(LOADLIBES) $(LDLIBS) -o $@ # Not a target: .txinfo.dvi: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): $(TEXI2DVI) $(TEXI2DVI_FLAGS) $< # Not a target: .a: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: .yl: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: .l.ln: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): @$(RM) $*.c $(LEX.l) $< > $*.c $(LINT.c) -i $*.c -o $@ $(RM) $*.c # Not a target: .F.o: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): $(COMPILE.F) $(OUTPUT_OPTION) $< # Not a target: .texi.info: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): $(MAKEINFO) $(MAKEINFO_FLAGS) $< -o $@ # Not a target: .w.c: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): $(CTANGLE) $< - $@ # Not a target: .texi.dvi: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): $(TEXI2DVI) $(TEXI2DVI_FLAGS) $< # Not a target: .ch: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: .m.o: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): $(COMPILE.m) $(OUTPUT_OPTION) $< # Not a target: .cc: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@ # Not a target: .cc.o: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): $(COMPILE.cc) $(OUTPUT_OPTION) $< # Not a target: .def: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: .SUFFIXES: .out .a .ln .o .c .cc .C .cpp .p .f .F .m .r .y .l .ym .yl .s .S .mod .sym .def .h .info .dvi .tex .texinfo .texi .txinfo .w .ch .web .sh .elc .el # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: .c.o: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): $(COMPILE.c) $(OUTPUT_OPTION) $< # Not a target: Makefile: # Implicit rule search has been done. # File does not exist. # File has been updated. # Failed to be updated. # Not a target: .r.o: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): $(COMPILE.r) $(OUTPUT_OPTION) $< # Not a target: .r: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): $(LINK.r) $^ $(LOADLIBES) $(LDLIBS) -o $@ # Not a target: .ym.m: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): $(YACC.m) $< mv -f y.tab.c $@ # Not a target: .y.ln: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): $(YACC.y) $< $(LINT.c) -C$* y.tab.c $(RM) y.tab.c # Not a target: makefile: # Implicit rule search has been done. # File does not exist. # File has been updated. # Failed to be updated. # Not a target: .elc: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: .l.c: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): @$(RM) $@ $(LEX.l) $< > $@ # Not a target: .out: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: .C: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): $(LINK.C) $^ $(LOADLIBES) $(LDLIBS) -o $@ # Not a target: .r.f: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): $(PREPROCESS.r) $(OUTPUT_OPTION) $< # Not a target: .S: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): $(LINK.S) $^ $(LOADLIBES) $(LDLIBS) -o $@ # Not a target: .texinfo.info: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): $(MAKEINFO) $(MAKEINFO_FLAGS) $< -o $@ # Not a target: .c: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): $(LINK.c) $^ $(LOADLIBES) $(LDLIBS) -o $@ # Not a target: .w.tex: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): $(CWEAVE) $< - $@ # Not a target: .c.ln: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): $(LINT.c) -C$* $< # Not a target: .s.o: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): $(COMPILE.s) -o $@ $< # Not a target: .s: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): $(LINK.s) $^ $(LOADLIBES) $(LDLIBS) -o $@ # Not a target: .texinfo.dvi: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): $(TEXI2DVI) $(TEXI2DVI_FLAGS) $< # Not a target: .el: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: .lm.m: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): @$(RM) $@ $(LEX.m) $< > $@ # Not a target: .y.c: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): $(YACC.y) $< mv -f y.tab.c $@ # Not a target: .web.tex: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): $(WEAVE) $< # Not a target: .texinfo: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: .DEFAULT: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: .h: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: .tex.dvi: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): $(TEX) $< # Not a target: .cpp.o: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): $(COMPILE.cpp) $(OUTPUT_OPTION) $< # Not a target: .cpp: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): $(LINK.cpp) $^ $(LOADLIBES) $(LDLIBS) -o $@ # Not a target: .C.o: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): $(COMPILE.C) $(OUTPUT_OPTION) $< # Not a target: .texi: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: .txinfo: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: .tex: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: .txinfo.info: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): $(MAKEINFO) $(MAKEINFO_FLAGS) $< -o $@ # Not a target: GNUmakefile: # Implicit rule search has been done. # File does not exist. # File has been updated. # Failed to be updated. # Not a target: .sh: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): cat $< >$@ chmod a+x $@ # Not a target: .S.s: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): $(PREPROCESS.S) $< > $@ # Not a target: .mod: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): $(COMPILE.mod) -o $@ -e $@ $^ # Not a target: .mod.o: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): $(COMPILE.mod) -o $@ $< # Not a target: .F.f: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): $(PREPROCESS.F) $(OUTPUT_OPTION) $< # Not a target: .w: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: .S.o: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): $(COMPILE.S) -o $@ $< # Not a target: .F: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): $(LINK.F) $^ $(LOADLIBES) $(LDLIBS) -o $@ # Not a target: .web: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: .sym: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: .f: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (built-in): $(LINK.f) $^ $(LOADLIBES) $(LDLIBS) -o $@ # Not a target: .info: # Builtin rule # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # files hash-table stats: # Load=75/1024=7%, Rehash=0, Collisions=447/1785=25% # VPATH Search Paths # No 'vpath' search paths. # No general ('VPATH' variable) search path. # strcache buffers: 1 (0) / strings = 486 / storage = 6442 B / avg = 13 B # current buf: size = 8162 B / used = 6442 B / count = 486 / avg = 13 B # strcache performance: lookups = 816 / hit rate = 40% # hash-table stats: # Load=486/8192=6%, Rehash=0, Collisions=238/816=29% # Finished Make data base on Wed Oct 30 09:37:15 2013