home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Assembler / DVD!OMA2.DMS / in.adf / Examples / Library / Graphics / makefile < prev   
Encoding:
Makefile  |  1994-10-13  |  6.2 KB  |  127 lines

  1. # Makefile für Graphics-C-Interface
  2.  
  3. Graphics.lib: Graphics.asm
  4.  OMA Graphics.asm -o OBJ/000 -c s -d BltBitMap
  5.  OMA Graphics.asm -o OBJ/001 -c s -d BltTemplate
  6.  OMA Graphics.asm -o OBJ/002 -c s -d ClearEOL
  7.  OMA Graphics.asm -o OBJ/003 -c s -d ClearScreen
  8.  OMA Graphics.asm -o OBJ/004 -c s -d TextLength
  9.  OMA Graphics.asm -o OBJ/005 -c s -d Text
  10.  OMA Graphics.asm -o OBJ/006 -c s -d SetFont
  11.  OMA Graphics.asm -o OBJ/007 -c s -d OpenFont
  12.  OMA Graphics.asm -o OBJ/008 -c s -d CloseFont
  13.  OMA Graphics.asm -o OBJ/009 -c s -d AskSoftStyle
  14.  OMA Graphics.asm -o OBJ/010 -c s -d SetSoftStyle
  15.  OMA Graphics.asm -o OBJ/011 -c s -d AddBob
  16.  OMA Graphics.asm -o OBJ/012 -c s -d AddVSprite
  17.  OMA Graphics.asm -o OBJ/013 -c s -d DoCollision
  18.  OMA Graphics.asm -o OBJ/014 -c s -d DrawGList
  19.  OMA Graphics.asm -o OBJ/015 -c s -d InitGels
  20.  OMA Graphics.asm -o OBJ/016 -c s -d InitMasks
  21.  OMA Graphics.asm -o OBJ/017 -c s -d RemIBob
  22.  OMA Graphics.asm -o OBJ/018 -c s -d RemVSprite
  23.  OMA Graphics.asm -o OBJ/019 -c s -d SetCollision
  24.  OMA Graphics.asm -o OBJ/020 -c s -d SortGList
  25.  OMA Graphics.asm -o OBJ/021 -c s -d AddAnimOb
  26.  OMA Graphics.asm -o OBJ/022 -c s -d Animate
  27.  OMA Graphics.asm -o OBJ/023 -c s -d GetGBuffers
  28.  OMA Graphics.asm -o OBJ/024 -c s -d InitGMasks
  29.  OMA Graphics.asm -o OBJ/025 -c s -d DrawEllipse
  30.  OMA Graphics.asm -o OBJ/026 -c s -d AreaEllipse
  31.  OMA Graphics.asm -o OBJ/027 -c s -d LoadRGB4
  32.  OMA Graphics.asm -o OBJ/028 -c s -d InitRastPort
  33.  OMA Graphics.asm -o OBJ/029 -c s -d InitVPort
  34.  OMA Graphics.asm -o OBJ/030 -c s -d MrgCop
  35.  OMA Graphics.asm -o OBJ/031 -c s -d MakeVPort
  36.  OMA Graphics.asm -o OBJ/032 -c s -d LoadView
  37.  OMA Graphics.asm -o OBJ/033 -c s -d WaitBlit
  38.  OMA Graphics.asm -o OBJ/034 -c s -d SetRast
  39.  OMA Graphics.asm -o OBJ/035 -c s -d Move
  40.  OMA Graphics.asm -o OBJ/036 -c s -d Draw
  41.  OMA Graphics.asm -o OBJ/037 -c s -d AreaMove
  42.  OMA Graphics.asm -o OBJ/038 -c s -d AreaDraw
  43.  OMA Graphics.asm -o OBJ/039 -c s -d AreaEnd
  44.  OMA Graphics.asm -o OBJ/040 -c s -d WaitTOF
  45.  OMA Graphics.asm -o OBJ/041 -c s -d QBlit
  46.  OMA Graphics.asm -o OBJ/042 -c s -d InitArea
  47.  OMA Graphics.asm -o OBJ/043 -c s -d SetRGB4
  48.  OMA Graphics.asm -o OBJ/044 -c s -d QBSBlit
  49.  OMA Graphics.asm -o OBJ/045 -c s -d BltClear
  50.  OMA Graphics.asm -o OBJ/046 -c s -d RectFill
  51.  OMA Graphics.asm -o OBJ/047 -c s -d BltPattern
  52.  OMA Graphics.asm -o OBJ/048 -c s -d ReadPixel
  53.  OMA Graphics.asm -o OBJ/049 -c s -d WritePixel
  54.  OMA Graphics.asm -o OBJ/050 -c s -d Flood
  55.  OMA Graphics.asm -o OBJ/051 -c s -d PolyDraw
  56.  OMA Graphics.asm -o OBJ/052 -c s -d SetAPen
  57.  OMA Graphics.asm -o OBJ/053 -c s -d SetBPen
  58.  OMA Graphics.asm -o OBJ/054 -c s -d SetDrMd
  59.  OMA Graphics.asm -o OBJ/055 -c s -d InitView
  60.  OMA Graphics.asm -o OBJ/056 -c s -d CBump
  61.  OMA Graphics.asm -o OBJ/057 -c s -d CMove
  62.  OMA Graphics.asm -o OBJ/058 -c s -d CWait
  63.  OMA Graphics.asm -o OBJ/059 -c s -d VBeamPos
  64.  OMA Graphics.asm -o OBJ/060 -c s -d InitBitMap
  65.  OMA Graphics.asm -o OBJ/061 -c s -d ScrollRaster
  66.  OMA Graphics.asm -o OBJ/062 -c s -d WaitBOVP
  67.  OMA Graphics.asm -o OBJ/063 -c s -d GetSprite
  68.  OMA Graphics.asm -o OBJ/064 -c s -d FreeSprite
  69.  OMA Graphics.asm -o OBJ/065 -c s -d ChangeSprite
  70.  OMA Graphics.asm -o OBJ/066 -c s -d MoveSprite
  71.  OMA Graphics.asm -o OBJ/067 -c s -d LockLayerRom
  72.  OMA Graphics.asm -o OBJ/068 -c s -d UnlockLayerRom
  73.  OMA Graphics.asm -o OBJ/069 -c s -d SyncSBitMap
  74.  OMA Graphics.asm -o OBJ/070 -c s -d CopySBitMap
  75.  OMA Graphics.asm -o OBJ/071 -c s -d OwnBlitter
  76.  OMA Graphics.asm -o OBJ/072 -c s -d DisownBlitter
  77.  OMA Graphics.asm -o OBJ/073 -c s -d InitTmpRas
  78.  OMA Graphics.asm -o OBJ/074 -c s -d AskFont
  79.  OMA Graphics.asm -o OBJ/075 -c s -d AddFont
  80.  OMA Graphics.asm -o OBJ/076 -c s -d RemFont
  81.  OMA Graphics.asm -o OBJ/077 -c s -d AllocRaster
  82.  OMA Graphics.asm -o OBJ/078 -c s -d FreeRaster
  83.  OMA Graphics.asm -o OBJ/079 -c s -d AndRectRegion
  84.  OMA Graphics.asm -o OBJ/080 -c s -d OrRectRegion
  85.  OMA Graphics.asm -o OBJ/081 -c s -d NewRegion
  86.  OMA Graphics.asm -o OBJ/082 -c s -d ClearRectRegion
  87.  OMA Graphics.asm -o OBJ/083 -c s -d ClearRegion
  88.  OMA Graphics.asm -o OBJ/084 -c s -d DisposeRegion
  89.  OMA Graphics.asm -o OBJ/085 -c s -d FreeVPortCopLists
  90.  OMA Graphics.asm -o OBJ/086 -c s -d FreeCopList
  91.  OMA Graphics.asm -o OBJ/087 -c s -d ClipBlit
  92.  OMA Graphics.asm -o OBJ/088 -c s -d XorRectRegion
  93.  OMA Graphics.asm -o OBJ/089 -c s -d FreeCprList
  94.  OMA Graphics.asm -o OBJ/090 -c s -d GetColorMap
  95.  OMA Graphics.asm -o OBJ/091 -c s -d FreeColorMap
  96.  OMA Graphics.asm -o OBJ/092 -c s -d GetRGB4
  97.  OMA Graphics.asm -o OBJ/093 -c s -d ScrollVPort
  98.  OMA Graphics.asm -o OBJ/094 -c s -d UCopperListInit
  99.  OMA Graphics.asm -o OBJ/095 -c s -d FreeGBuffers
  100.  OMA Graphics.asm -o OBJ/096 -c s -d BltBitMapRastPort
  101.  OMA Graphics.asm -o OBJ/097 -c s -d OrRegionRegion
  102.  OMA Graphics.asm -o OBJ/098 -c s -d XorRegionRegion
  103.  OMA Graphics.asm -o OBJ/099 -c s -d AndRegionRegion
  104.  OMA Graphics.asm -o OBJ/100 -c s -d SetRGB4CM
  105.  OMA Graphics.asm -o OBJ/101 -c s -d BltMaskBitMapRastPort
  106.  ; OMA Graphics.asm -o OBJ/102 -c s -d GraphicsReserved1
  107.  ; OMA Graphics.asm -o OBJ/103 -c s -d GraphicsReserved2
  108.  OMA Graphics.asm -o OBJ/104 -c s -d AttemptLockLayerRom
  109.  OMA Graphics.asm -o OBJ/OFF -c s -d OFFSETS
  110.  
  111.  join OBJ/000 OBJ/001 OBJ/002 OBJ/003 OBJ/004 OBJ/005 OBJ/006 OBJ/007 OBJ/008 OBJ/009 TO ram:g.0
  112.  join OBJ/010 OBJ/011 OBJ/012 OBJ/013 OBJ/014 OBJ/015 OBJ/016 OBJ/017 OBJ/018 OBJ/019 TO ram:g.1
  113.  join OBJ/020 OBJ/021 OBJ/022 OBJ/023 OBJ/024 OBJ/025 OBJ/026 OBJ/027 OBJ/028 OBJ/029 TO ram:g.2
  114.  join OBJ/030 OBJ/031 OBJ/032 OBJ/033 OBJ/034 OBJ/035 OBJ/036 OBJ/037 OBJ/038 OBJ/039 TO ram:g.3
  115.  join OBJ/040 OBJ/041 OBJ/042 OBJ/043 OBJ/044 OBJ/045 OBJ/046 OBJ/047 OBJ/048 OBJ/049 TO ram:g.4
  116.  join OBJ/050 OBJ/051 OBJ/052 OBJ/053 OBJ/054 OBJ/055 OBJ/056 OBJ/057 OBJ/058 OBJ/059 TO ram:g.5
  117.  join OBJ/060 OBJ/061 OBJ/062 OBJ/063 OBJ/064 OBJ/065 OBJ/066 OBJ/067 OBJ/068 OBJ/069 TO ram:g.6
  118.  join OBJ/070 OBJ/071 OBJ/072 OBJ/073 OBJ/074 OBJ/075 OBJ/076 OBJ/077 OBJ/078 OBJ/079 TO ram:g.7
  119.  join OBJ/080 OBJ/081 OBJ/082 OBJ/083 OBJ/084 OBJ/085 OBJ/086 OBJ/087 OBJ/088 OBJ/089 TO ram:g.8
  120.  join OBJ/090 OBJ/091 OBJ/092 OBJ/093 OBJ/094 OBJ/095 OBJ/096 OBJ/097 OBJ/098 OBJ/099 TO ram:g.9
  121.  join OBJ/100 OBJ/101 OBJ/104 TO ram:g.10
  122.  join OBJ/OFF ram:g.0 ram:g.1 ram:g.2 ram:g.3 ram:g.4 ram:g.5 ram:g.6 ram:g.7 ram:g.8 ram:g.9 ram:g.10 TO Graphics.lib
  123.  delete ram:g.0 ram:g.1 ram:g.2 ram:g.3 ram:g.4 ram:g.5
  124.  delete ram:g.6 ram:g.7 ram:g.8 ram:g.9 ram:g.10
  125.  
  126. # Makefile-Ende
  127.