home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / zkuste / macos / Files / hexedit.sit / HexEdit_Release / Project / Makefile < prev    next >
Encoding:
Makefile  |  2002-10-31  |  4.9 KB  |  2 lines  |  [TEXT/CWIE]

  1. MakefileTEXTCWIEàê╣τô)╣τô)üüßg#   File:       Makefile#   Target:     HexEdit-MPW#   Created:    Thursday, May 10, 2001 04:49:38 PMMAKEFILE        = MakefileÑMondoBuildÑ    = {MAKEFILE}  # Make blank to avoid rebuilds when makefile is modifiedTargetName        = HexEditObjDir          = :Obj:Includes        = -i :SymOpt            = -sym offSym-PPC         = {SymOpt}Sym-68K         = {SymOpt}CommonCOptions    = -proto strict -opt speed -d __MPW__ {Includes}PPCCOptions     = {Sym-PPC} {CommonCOptions} -w 21 -d TARGET_API_MAC_CARBON=1COptions        = {Sym-68K} {CommonCOptions} -model far### Source Files ###SrcFiles        =  ╢                  :Source:AboutBox.c ╢                  :Source:EditRoutines.c ╢                  :Source:EditScrollbar.c ╢                  :Source:EditWindow.c ╢                  :Source:HexCompare.c ╢                  :Source:HexSearch.c ╢                  :Source:Main.c ╢                  :Source:Menus.c ╢                  :Source:ObjectWindow.c ╢                  :Source:Prefs.c ╢                  :Source:UtilFuncs.c### Object Files ###ObjFiles-PPC    =  ╢                  "{ObjDir}AboutBox.c.x" ╢                  "{ObjDir}EditRoutines.c.x" ╢                  "{ObjDir}EditScrollbar.c.x" ╢                  "{ObjDir}EditWindow.c.x" ╢                  "{ObjDir}HexCompare.c.x" ╢                  "{ObjDir}HexSearch.c.x" ╢                  "{ObjDir}Main.c.x" ╢                  "{ObjDir}Menus.c.x" ╢                  "{ObjDir}ObjectWindow.c.x" ╢                  "{ObjDir}Prefs.c.x" ╢                  "{ObjDir}UtilFuncs.c.x"ObjFiles-68K    =  ╢                  "{ObjDir}AboutBox.c.o" ╢                  "{ObjDir}EditRoutines.c.o" ╢                  "{ObjDir}EditScrollbar.c.o" ╢                  "{ObjDir}EditWindow.c.o" ╢                  "{ObjDir}HexCompare.c.o" ╢                  "{ObjDir}HexSearch.c.o" ╢                  "{ObjDir}Main.c.o" ╢                  "{ObjDir}Menus.c.o" ╢                  "{ObjDir}ObjectWindow.c.o" ╢                  "{ObjDir}Prefs.c.o" ╢                  "{ObjDir}UtilFuncs.c.o"RsrcFiles        = ╢                    :Resources:HexEdit.rsrc ╢                    :Resources:Version.rsrc ╢                    :Resources:VOODOO.rsrc ╢                     ╢                    :Resources:Icons:Cortes.rsrc ╢                    #### Libraries ###LibFiles-PPC    =  ╢                  "{SharedLibraries}CarbonLib" ╢                  "{SharedLibraries}StdCLib" ╢                  "{PPCLibraries}StdCRuntime.o" ╢                  "{PPCLibraries}PPCCRuntime.o" ╢                  "{PPCLibraries}PPCToolLibs.o"LibFiles-68K    =  ╢                  "{Libraries}MathLib.o" ╢                  "{CLibraries}StdCLib.o" ╢                  "{Libraries}MacRuntime.o" ╢                  "{Libraries}IntEnv.o" ╢                  "{Libraries}ToolLibs.o" ╢                  "{Libraries}Interface.o"### Default Rules ###:Obj:    ─    :Source:.c.x  ─  .c  {ÑMondoBuildÑ}    {PPCC} {depDir}{default}.c -o {targDir}{default}.c.x {PPCCOptions}.c.o  ─  .c  {ÑMondoBuildÑ}    {C} {depDir}{default}.c -o {targDir}{default}.c.o {COptions}### Build Rules ###{TargetName}  ──     {RsrcFiles}    for f in {NewerDeps}        echo "include ╢"{f}╢";"    end | rez -a -o {Targ}{TargetName}  ──  {ObjFiles-PPC} {LibFiles-PPC} {ÑMondoBuildÑ}    PPCLink ╢        -o {Targ} ╢        {ObjFiles-PPC} ╢        {LibFiles-PPC} ╢        {Sym-PPC} ╢        -mf -d ╢        -m __appstart ╢        -t 'APPL' ╢        -c 'hDmp'{TargetName}  ──  {ObjFiles-68K} {LibFiles-68K} {ÑMondoBuildÑ}    ILink ╢        -o {Targ} ╢        {ObjFiles-68K} ╢        {LibFiles-68K} ╢        {Sym-68K} ╢        -mf -d ╢        -t 'APPL' ╢        -c 'hDmp' ╢        -model far ╢        -state rewrite ╢        -compact -pad 0    If "{Sym-68K}" =~ /-sym ┼[nNuU]┼/        ILinkToSYM {Targ}.NJ -mf -sym 3.2 -c 'sade'    End{TargetName}  ──  {ÑMondoBuildÑ}    Echo "Data 'carb' (0) ╢{$╢"00000000╢"╢};" | Rez -o {Targ} -append{TargetName}  ──  {ÑMondoBuildÑ}    Echo ╢        "#include ╢"Processes.r╢"╢n ╢        Resource 'SIZE' (-1) ╢{ ╢        reserved, ╢        acceptSuspendResumeEvents, ╢        reserved, ╢        canBackground, ╢        doesActivateOnFGSwitch, ╢        backgroundAndForeground, ╢        dontGetFrontClicks, ╢        ignoreAppDiedEvents, ╢        is32BitCompatible, ╢        isHighLevelEventAware, ╢        onlyLocalHLEvents, ╢        notStationeryAware, ╢        dontUseTextEditServices, ╢        notDisplayManagerAware, ╢        reserved, ╢        reserved, ╢        1024 * 1024, ╢        1024 * 1024 ╢};" | Rez -o {Targ} -appendClean    ──    $OutOfDate    Delete -i -y ╢        {ObjFiles-PPC} ╢        {ObjFiles-68k} ╢        {TargetName} ╢        {TargetName}.NJ ╢        {TargetName}.SYM ╢        {TargetName}.xcoff ╢        {TargetName}.makeout ╢        #### Optional Dependencies ###### Build this target to generate "include file" dependencies. ###Dependencies  ─  $OutOfDate    MakeDepend ╢        -append {MAKEFILE} ╢        -ignore "{CIncludes}" ╢        -objdir "{ObjDir}" ╢        -objext .x ╢        -objext .o ╢        {Includes} ╢        {SrcFiles}GGACt╞α╡?σ20╣τL┘╣τL┘ravingMakefileGGASORT:Ç2ckid
  2. Ç=fⁿäProjector Data