?? helloworld.mak
字號:
@echo OBJECT $(@F)
$(GCC) $(CFLAGS) $(OBJ_FILE) $(SRC_FILE)
@echo ---------------------------------------------------------------
.c.mix:
@echo ---------------------------------------------------------------
@echo OBJECT $(@F)
$(GCC) -S -fs $(CFLAGS) $(INC) $(OBJ_FILE) $<
@echo ---------------------------------------------------------------
{$(AEESRCPATH)}.c.o:
@echo ---------------------------------------------------------------
@echo OBJECT $(@F)
$(GCC) $(CFLAGS) $(INC) $(OBJ_FILE) $(AEESRCPATH)\$(SRC_FILE)
@echo ---------------------------------------------------------------
.c.o:
@echo ---------------------------------------------------------------
@echo OBJECT $(@F)
$(GCC) $(CFLAGS) $(INC) $(OBJ_FILE) $(SRC_FILE)
@echo ---------------------------------------------------------------
#===============================================================================
# MODULE SPECIFIC RULES
#===============================================================================
APP_OBJS = $(OBJS)
#-----------------------------------------------------------------------
# Targets for making the actual binary
#-----------------------------------------------------------------------
$(TARGET).$(MODULE) : $(TARGET).$(EXETYPE)
$(ELF2MODTOOL) $(TARGET).$(EXETYPE) $(TARGET).$(MODULE)
$(TARGET).$(EXETYPE) : $(APP_OBJS)
$(LD) $(LINK_CMD) $(TARGET).$(EXETYPE) $(LDFLAGS) \
$(LINK_OBJS) $(LIBS) $(LINK_ORDER)
#-----------------------------------------------------------------------
# Cleanup
#-----------------------------------------------------------------------
clean:
rm -f $(APP_OBJS) $(TARGET).$(EXETYPE) $(TARGET).$(MODULE)
#-----------------------------------------------------------------------
# Object File Dependencies
# You may well want to add more dependencies here.
#-----------------------------------------------------------------------
#----------------------------------------------------------------------------
# Applet Specific Rules
#----------------------------------------------------------------------------
RULE1 = c:\PROGRA~1\BREWSD~1.3\src
{$(RULE1)}.c.o:
@echo ---------------------------------------------------------------
@echo OBJECT $(@F)
$(GCC) $(CFLAGS) $(INC) $(OBJ_FILE) $(RULE1)\$(SRC_FILE)
@echo ---------------------------------------------------------------
RULE2 = c:\PROGRA~1\BREWSD~1.3\Examples\HelloWorld
{$(RULE2)}.cpp.o:
@echo ---------------------------------------------------------------
@echo OBJECT $(@F)
$(GCCPP) $(CFLAGS) $(INC) $(OBJ_FILE) $(RULE2)\$(SRC_FILE_CPP)
@echo ---------------------------------------------------------------
# --------------------------------------------
# DEPENDENCY LIST, DO NOT EDIT BELOW THIS LINE
# --------------------------------------------
aeeapp~1.o: $(BREWDIR)\src\aeeapp~1.c \
$(BREWDIR)\inc/aee.h \
$(BREWDIR)\inc/aeeclassids.h \
$(BREWDIR)\inc/aeeerror.h \
$(BREWDIR)\inc/aeecomdef.h \
$(BREWDIR)\inc/aeeshell.h $(BREWDIR)\inc/aee.h \
$(BREWDIR)\inc/aeevcodes.h \
$(BREWDIR)\inc/aeedisp.h \
$(BREWDIR)\inc/aeebitmap.h \
$(BREWDIR)\inc/aeefont.h \
$(BREWDIR)\inc/aeeimage.h \
$(BREWDIR)\inc/aeesoundplayer.h \
$(BREWDIR)\inc/aeesound.h \
$(BREWDIR)\inc/aeecontrols_res.h \
$(BREWDIR)\inc/aeelngcode.h \
$(BREWDIR)\inc/aeecredentials.bid \
$(BREWDIR)\inc/aeeclsid_mdn.bid \
$(BREWDIR)\inc/aeestdlib.h \
c:/winarm/lib/gcc/arm-elf/4.1.1/include/stddef.h \
c:/winarm/lib/gcc/arm-elf/4.1.1/include/stdarg.h \
$(BREWDIR)\inc/aeeshell.h \
$(BREWDIR)\inc/aeeappgen.h \
$(BREWDIR)\inc/aeemodgen.h \
$(BREWDIR)\inc/aeemodgen.h
aeemod~1.o: $(BREWDIR)\src\aeemod~1.c \
$(BREWDIR)\inc/aeeheap.h $(BREWDIR)\inc/aee.h \
$(BREWDIR)\inc/aeeclassids.h \
$(BREWDIR)\inc/aeeerror.h \
$(BREWDIR)\inc/aeecomdef.h \
$(BREWDIR)\inc/aeestdlib.h \
c:/winarm/lib/gcc/arm-elf/4.1.1/include/stddef.h \
c:/winarm/lib/gcc/arm-elf/4.1.1/include/stdarg.h \
$(BREWDIR)\inc/aeeshell.h \
$(BREWDIR)\inc/aeevcodes.h \
$(BREWDIR)\inc/aeedisp.h \
$(BREWDIR)\inc/aeebitmap.h \
$(BREWDIR)\inc/aeefont.h \
$(BREWDIR)\inc/aeeimage.h \
$(BREWDIR)\inc/aeesoundplayer.h \
$(BREWDIR)\inc/aeesound.h \
$(BREWDIR)\inc/aeecontrols_res.h \
$(BREWDIR)\inc/aeelngcode.h \
$(BREWDIR)\inc/aeecredentials.bid \
$(BREWDIR)\inc/aeeclsid_mdn.bid \
$(BREWDIR)\inc/aeestdlib.h \
$(BREWDIR)\inc/aeemodgen.h \
$(BREWDIR)\inc/aeeappgen.h \
$(BREWDIR)\inc/aeemodgen.h
wb_rgb~1.o: $(BREWDIR)\examples\whiteb~1\wb_rgb~1.c \
$(BREWDIR)\examples\whiteb~1\/wb_rgbctl.h \
$(BREWDIR)\inc/aee.h \
$(BREWDIR)\inc/aeeclassids.h \
$(BREWDIR)\inc/aeeerror.h \
$(BREWDIR)\inc/aeecomdef.h \
$(BREWDIR)\inc/aeestdlib.h \
c:/winarm/lib/gcc/arm-elf/4.1.1/include/stddef.h \
c:/winarm/lib/gcc/arm-elf/4.1.1/include/stdarg.h \
$(BREWDIR)\inc/aee.h $(BREWDIR)\inc/aeeshell.h \
$(BREWDIR)\inc/aeevcodes.h \
$(BREWDIR)\inc/aeedisp.h \
$(BREWDIR)\inc/aeebitmap.h \
$(BREWDIR)\inc/aeefont.h \
$(BREWDIR)\inc/aeeimage.h \
$(BREWDIR)\inc/aeesoundplayer.h \
$(BREWDIR)\inc/aeesound.h \
$(BREWDIR)\inc/aeecontrols_res.h \
$(BREWDIR)\inc/aeelngcode.h \
$(BREWDIR)\inc/aeecredentials.bid \
$(BREWDIR)\inc/aeeclsid_mdn.bid \
$(BREWDIR)\inc/aeeappgen.h \
$(BREWDIR)\inc/aeemodgen.h
whiteb~1.o: $(BREWDIR)\examples\whiteb~1\whiteb~1.c \
$(BREWDIR)\examples\whiteb~1\/whiteboard.h \
$(BREWDIR)\inc/aeeappgen.h $(BREWDIR)\inc/aee.h \
$(BREWDIR)\inc/aeeclassids.h \
$(BREWDIR)\inc/aeeerror.h \
$(BREWDIR)\inc/aeecomdef.h \
$(BREWDIR)\inc/aeeshell.h \
$(BREWDIR)\inc/aeevcodes.h \
$(BREWDIR)\inc/aeedisp.h \
$(BREWDIR)\inc/aeebitmap.h \
$(BREWDIR)\inc/aeefont.h \
$(BREWDIR)\inc/aeeimage.h \
$(BREWDIR)\inc/aeesoundplayer.h \
$(BREWDIR)\inc/aeesound.h \
$(BREWDIR)\inc/aeecontrols_res.h \
$(BREWDIR)\inc/aeelngcode.h \
$(BREWDIR)\inc/aeecredentials.bid \
$(BREWDIR)\inc/aeeclsid_mdn.bid \
$(BREWDIR)\inc/aeemodgen.h \
$(BREWDIR)\inc/aeefile.h \
$(BREWDIR)\inc/aeegraphics.h \
$(BREWDIR)\inc/aeemenu.h \
$(BREWDIR)\inc/aeestdlib.h \
c:/winarm/lib/gcc/arm-elf/4.1.1/include/stddef.h \
c:/winarm/lib/gcc/arm-elf/4.1.1/include/stdarg.h \
$(BREWDIR)\examples\whiteb~1\/whiteboard.bid \
$(BREWDIR)\examples\whiteb~1\/whiteboard_res.h \
$(BREWDIR)\examples\whiteb~1\/wb_rgbctl.h \
$(BREWDIR)\inc/aee.h $(BREWDIR)\inc/aeeshell.h
wb_rgb~1.o: $(BREWDIR)\examples\whiteb~1\wb_rgb~1.h \
$(BREWDIR)\inc/aee.h \
$(BREWDIR)\inc/aeeclassids.h \
$(BREWDIR)\inc/aeeerror.h \
$(BREWDIR)\inc/aeecomdef.h
whiteb~2.o: $(BREWDIR)\examples\whiteb~1\whiteb~2.h \
$(BREWDIR)\inc/aeeappgen.h $(BREWDIR)\inc/aee.h \
$(BREWDIR)\inc/aeeclassids.h \
$(BREWDIR)\inc/aeeerror.h \
$(BREWDIR)\inc/aeecomdef.h \
$(BREWDIR)\inc/aeeshell.h \
$(BREWDIR)\inc/aeevcodes.h \
$(BREWDIR)\inc/aeedisp.h \
$(BREWDIR)\inc/aeebitmap.h \
$(BREWDIR)\inc/aeefont.h \
$(BREWDIR)\inc/aeeimage.h \
$(BREWDIR)\inc/aeesoundplayer.h \
$(BREWDIR)\inc/aeesound.h \
$(BREWDIR)\inc/aeecontrols_res.h \
$(BREWDIR)\inc/aeelngcode.h \
$(BREWDIR)\inc/aeecredentials.bid \
$(BREWDIR)\inc/aeeclsid_mdn.bid \
$(BREWDIR)\inc/aeemodgen.h \
$(BREWDIR)\inc/aeefile.h \
$(BREWDIR)\inc/aeegraphics.h \
$(BREWDIR)\inc/aeemenu.h \
$(BREWDIR)\inc/aeestdlib.h \
c:/winarm/lib/gcc/arm-elf/4.1.1/include/stddef.h \
c:/winarm/lib/gcc/arm-elf/4.1.1/include/stdarg.h \
$(BREWDIR)\examples\whiteb~1\/whiteboard.bid \
$(BREWDIR)\examples\whiteb~1\/whiteboard_res.h \
$(BREWDIR)\examples\whiteb~1\/wb_rgbctl.h \
$(BREWDIR)\inc/aee.h
GCCResolver.o: GCCResolver.c
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -