C:\winavr\sample\hellow>make -p # GNU Make 3.80 # Copyright (C) 2002 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. # There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. -------- begin -------- avr-gcc (WinAVR 20080610) 4.3.0 Copyright (C) 2008 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. make: *** No rule to make target `main.elf', needed by `elf'. Stop. # Make data base, printed on Tue Nov 11 13:02:16 2008 # Variables # makefile (from `Makefile', line 199) ASFLAGS = -Wa,-adhlns=$(<:%.S=$(OBJDIR)/%.lst),-gstabs # automatic $*.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: main.elf: # Implicit rule search has been done. # File does not exist. # File has not been updated. # Not a target: libmain.a: # 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) $< program: main.hex main.eep # Phony target (prerequisite of .PHONY). # Implicit rule search has not been done. # File does not exist. # File has not been updated. # commands to execute (from `Makefile', line 438): $(AVRDUDE) $(AVRDUDE_FLAGS) $(AVRDUDE_WRITE_FLASH) $(AVRDUDE_WRITE_EEPROM) # 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: .dvi: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # 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) $< all: begin gccversion sizebefore build sizeafter end # Phony target (prerequisite of .PHONY). # Implicit rule search has not been done. # File does not exist. # File has not been updated. # variable set hash-table stats: # Load=0/32=0%, Rehash=0, Collisions=0/18=0% # 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: .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: .y: # 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 $@ $< .PHONY: all begin finish end sizebefore sizeafter gccversion build elf hex eep l ss sym coff extcoff clean clean_list program debug gdb-config # 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: .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: .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) $< sizebefore: # Phony target (prerequisite of .PHONY). # Implicit rule search has not been done. # Implicit/static pattern stem: `' # File does not exist. # File has been updated. # Successfully updated. # automatic # @ := sizebefore # automatic # % := # automatic # * := # automatic # + := # automatic # | := # automatic # < := # automatic # ^ := # automatic # ? := # variable set hash-table stats: # Load=8/32=25%, Rehash=0, Collisions=4/18=22% # commands to execute (from `Makefile', line 421): @if test -f $(TARGET).elf; then echo; echo $(MSG_SIZE_BEFORE); $(ELFSIZE ); \ $(AVRMEM) 2>/dev/null; echo; fi # Not a target: .a: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # 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: .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: .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: .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: .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: .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: .def: # 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 .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: .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: Makefile: # Implicit rule search has been done. # Last modified 2008-11-11 12:28:18 # File has been updated. # Successfully 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: .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 $@ begin: # Phony target (prerequisite of .PHONY). # Implicit rule search has not been done. # Implicit/static pattern stem: `' # File does not exist. # File has been updated. # Successfully updated. # automatic # @ := begin # automatic # % := # automatic # * := # automatic # + := # automatic # | := # automatic # < := # automatic # ^ := # automatic # ? := # variable set hash-table stats: # Load=8/32=25%, Rehash=0, Collisions=1/13=8% # commands to execute (from `Makefile', line 407): @echo @echo $(MSG_BEGIN) sizeafter: # Phony target (prerequisite of .PHONY). # Implicit rule search has not been done. # File does not exist. # File has not been updated. # commands to execute (from `Makefile', line 425): @if test -f $(TARGET).elf; then echo; echo $(MSG_SIZE_AFTER); $(ELFSIZE) ; \ $(AVRMEM) 2>/dev/null; echo; fi clean_list: # Phony target (prerequisite of .PHONY). # Implicit rule search has not been done. # File does not exist. # File has not been updated. # commands to execute (from `Makefile', line 579): @echo @echo $(MSG_CLEANING) $(REMOVE) $(TARGET).hex $(REMOVE) $(TARGET).eep $(REMOVE) $(TARGET).cof $(REMOVE) $(TARGET).elf $(REMOVE) $(TARGET).map $(REMOVE) $(TARGET).sym $(REMOVE) $(TARGET).lss $(REMOVEDIR) $(OBJDIR) $(REMOVE) $(SRC:.c=.s) $(REMOVE) $(SRC:.c=.d) $(REMOVEDIR) .dep $(shell mkdir $(OBJDIR) 2>/dev/null) -include $(shell mkdir .dep 2>/dev/null) $(wildcard .dep/*) debug: gdb-config main.elf # Phony target (prerequisite of .PHONY). # Implicit rule search has not been done. # File does not exist. # File has not been updated. # commands to execute (from `Makefile', line 458): ifeq ($(DEBUG_BACKEND), avarice) @echo Starting AVaRICE - Press enter when "waiting to connect" message d isplays. @$(WINSHELL) /c start avarice --jtag $(JTAG_DEV) --erase --program --fil e \ $(TARGET).elf $(DEBUG_HOST):$(DEBUG_PORT) @$(WINSHELL) /c pause else @$(WINSHELL) /c start simulavr --gdbserver --device $(MCU) --clock-freq \ $(DEBUG_MFREQ) --port $(DEBUG_PORT) endif @$(WINSHELL) /c start avr-$(DEBUG_UI) --command=$(GDBINIT_FILE) COFFCONVERT = $(OBJCOPY) --debugging COFFCONVERT += --change-section-address .data-0x800000 COFFCONVERT += --change-section-address .bss-0x800000 COFFCONVERT += --change-section-address .noinit-0x800000 COFFCONVERT += --change-section-address .eeprom-0x810000 gccversion: # Phony target (prerequisite of .PHONY). # Implicit rule search has not been done. # Implicit/static pattern stem: `' # File does not exist. # File has been updated. # Successfully updated. # automatic # @ := gccversion # automatic # % := # automatic # * := # automatic # + := # automatic # | := # automatic # < := # automatic # ^ := # automatic # ? := # variable set hash-table stats: # Load=8/32=25%, Rehash=0, Collisions=1/11=9% # commands to execute (from `Makefile', line 432): @$(CC) --version build: elf hex eep lss sym # Phony target (prerequisite of .PHONY). # Implicit rule search has not been done. # File does not exist. # File has not been updated. eep: main.eep # Phony target (prerequisite of .PHONY). # Implicit rule search has not been done. # File does not exist. # File has not been updated. # Not a target: .info: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: .elc: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # 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: .out: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. coff: main.elf # Phony target (prerequisite of .PHONY). # Implicit rule search has not been done. # File does not exist. # File has not been updated. # commands to execute (from `Makefile', line 483): @echo @echo $(MSG_COFF) $(TARGET).cof $(COFFCONVERT) -O coff-avr $< $(TARGET).cof # 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: .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: .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 $@ extcoff: main.elf # Phony target (prerequisite of .PHONY). # Implicit rule search has not been done. # File does not exist. # File has not been updated. # commands to execute (from `Makefile', line 489): @echo @echo $(MSG_EXTENDED_COFF) $(TARGET).cof $(COFFCONVERT) -O coff-ext-avr $< $(TARGET).cof %.hex: %.elf @echo @echo $(MSG_FLASH) $@ $(OBJCOPY) -O $(FORMAT) -R .eeprom $< $@ %.eep: %.elf @echo @echo $(MSG_EEPROM) $@ -$(OBJCOPY) -j .eeprom --set-section-flags=.eeprom="alloc,load" \ --change-section-lma .eeprom=0 -O $(FORMAT) $< $@ %.lss: %.elf @echo @echo $(MSG_EXTENDED_LISTING) $@ $(OBJDUMP) -h -S $< > $@ %.sym: %.elf @echo @echo $(MSG_SYMBOL_TABLE) $@ $(NM) -n $< > $@ .SECONDARY : $(TARGET).a .PRECIOUS : $(OBJ) %.a: $(OBJ) @echo @echo $(MSG_CREATING_LIBRARY) $@ $(AR) $@ $(OBJ) .SECONDARY : $(TARGET).elf .PRECIOUS : $(OBJ) %.elf: $(OBJ) @echo @echo $(MSG_LINKING) $@ $(CC) $(ALL_CFLAGS) $^ --output $@ $(LDFLAGS) $(OBJDIR)/%.o : %.c @echo @echo $(MSG_COMPILING) $< $(CC) -c $(ALL_CFLAGS) $< -o $@ $(OBJDIR)/%.o : %.cpp @echo @echo $(MSG_COMPILING_CPP) $< $(CC) -c $(ALL_CPPFLAGS) $< -o $@ %.s : %.c $(CC) -S $(ALL_CFLAGS) $< -o $@ %.s : %.cpp $(CC) -S $(ALL_CPPFLAGS) $< -o $@ $(OBJDIR)/%.o : %.S @echo @echo $(MSG_ASSEMBLING) $< $(CC) -c $(ALL_ASFLAGS) $< -o $@ %.i : %.c $(CC) -E -mmcu=$(MCU) -I. $(CFLAGS) $< -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: .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: .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: .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: .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: .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 $@ gdb-config: # Phony target (prerequisite of .PHONY). # Implicit rule search has not been done. # File does not exist. # File has not been updated. # commands to execute (from `Makefile', line 446): @$(REMOVE) $(GDBINIT_FILE) @echo define reset >> $(GDBINIT_FILE) @echo SIGNAL SIGHUP >> $(GDBINIT_FILE) @echo end >> $(GDBINIT_FILE) @echo file $(TARGET).elf >> $(GDBINIT_FILE) @echo target remote $(DEBUG_HOST):$(DEBUG_PORT) >> $(GDBINIT_FILE) ifeq ($(DEBUG_BACKEND),simulavr) @echo load >> $(GDBINIT_FILE) endif @echo break main >> $(GDBINIT_FILE) lib: libmain.a # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: main.eep: # 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: .el: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: .texinfo: # 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: main.lss: # 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: .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: .DEFAULT: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: .h: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. sym: main.sym # Phony target (prerequisite of .PHONY). # Implicit rule search has not been done. # File does not exist. # File has not been updated. hex: main.hex # Phony target (prerequisite of .PHONY). # Implicit rule search has not been done. # File does not exist. # File has not been updated. # 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: finish: # Phony target (prerequisite of .PHONY). # Implicit rule search has not been done. # File does not exist. # 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: .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 $@ # Not a target: main.sym: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. clean: begin clean_list end # Phony target (prerequisite of .PHONY). # Implicit rule search has not been done. # File does not exist. # 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: .ln: # 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: .txinfo: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. elf: main.elf # Phony target (prerequisite of .PHONY). # Implicit rule search has not been done. # File does not exist. # 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: .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: .ch: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. end: # Phony target (prerequisite of .PHONY). # Implicit rule search has not been done. # File does not exist. # File has not been updated. # commands to execute (from `Makefile', line 411): @echo $(MSG_END) @echo # Not a target: main.hex: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # 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: .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: .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: .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) $< lss: main.lss # Phony target (prerequisite of .PHONY). # Implicit rule search has not been done. # File does not exist. # File has not been updated. # Not a target: .w: # 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: .l: # 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: .web: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # Not a target: .sym: # 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: .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) $< # files hash-table stats: # Load=95/1024=9%, Rehash=0, Collisions=295/1457=20% # VPATH Search Paths # No `vpath' search paths. # No general (`VPATH' variable) search path. # Finished Make data base on Tue Nov 11 13:02:16 2008 C:\winavr\sample\hellow>