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

  1. # Makefile für Intuition-C-Interface
  2.  
  3. Intuition.lib: Intuition.asm
  4.  OMA Intuition.asm -o OBJ/00 -c s -d OpenIntuition
  5.  OMA Intuition.asm -o OBJ/01 -c s -d Intuition
  6.  OMA Intuition.asm -o OBJ/02 -c s -d AddGadget
  7.  OMA Intuition.asm -o OBJ/03 -c s -d ClearDMRequest
  8.  OMA Intuition.asm -o OBJ/04 -c s -d ClearMenuStrip
  9.  OMA Intuition.asm -o OBJ/05 -c s -d ClearPointer
  10.  OMA Intuition.asm -o OBJ/06 -c s -d CloseScreen
  11.  OMA Intuition.asm -o OBJ/07 -c s -d CloseWindow
  12.  OMA Intuition.asm -o OBJ/08 -c s -d CloseWorkBench
  13.  OMA Intuition.asm -o OBJ/09 -c s -d CurrentTime
  14.  OMA Intuition.asm -o OBJ/10 -c s -d DisplayAlert
  15.  OMA Intuition.asm -o OBJ/11 -c s -d DisplayBeep
  16.  OMA Intuition.asm -o OBJ/12 -c s -d DoubleClick
  17.  OMA Intuition.asm -o OBJ/13 -c s -d DrawBorder
  18.  OMA Intuition.asm -o OBJ/14 -c s -d DrawImage
  19.  OMA Intuition.asm -o OBJ/15 -c s -d EndRequest
  20.  OMA Intuition.asm -o OBJ/16 -c s -d GetDefPrefs
  21.  OMA Intuition.asm -o OBJ/17 -c s -d GetPrefs
  22.  OMA Intuition.asm -o OBJ/18 -c s -d InitRequester
  23.  OMA Intuition.asm -o OBJ/19 -c s -d ItemAddress
  24.  OMA Intuition.asm -o OBJ/20 -c s -d ModifyIDCMP
  25.  OMA Intuition.asm -o OBJ/21 -c s -d ModifyProp
  26.  OMA Intuition.asm -o OBJ/22 -c s -d MoveScreen
  27.  OMA Intuition.asm -o OBJ/23 -c s -d MoveWindow
  28.  OMA Intuition.asm -o OBJ/24 -c s -d OffGadget
  29.  OMA Intuition.asm -o OBJ/25 -c s -d OffMenu
  30.  OMA Intuition.asm -o OBJ/26 -c s -d OnGadget
  31.  OMA Intuition.asm -o OBJ/27 -c s -d OnMenu
  32.  OMA Intuition.asm -o OBJ/28 -c s -d OpenScreen
  33.  OMA Intuition.asm -o OBJ/29 -c s -d OpenWindow
  34.  OMA Intuition.asm -o OBJ/30 -c s -d OpenWorkBench
  35.  OMA Intuition.asm -o OBJ/31 -c s -d PrintIText
  36.  OMA Intuition.asm -o OBJ/32 -c s -d RefreshGadgets
  37.  OMA Intuition.asm -o OBJ/33 -c s -d RemoveGadget
  38.  OMA Intuition.asm -o OBJ/34 -c s -d ReportMouse
  39.  OMA Intuition.asm -o OBJ/35 -c s -d Request
  40.  OMA Intuition.asm -o OBJ/36 -c s -d ScreenToBack
  41.  OMA Intuition.asm -o OBJ/37 -c s -d ScreenToFront
  42.  OMA Intuition.asm -o OBJ/38 -c s -d SetDMRequest
  43.  OMA Intuition.asm -o OBJ/39 -c s -d SetMenuStrip
  44.  OMA Intuition.asm -o OBJ/40 -c s -d SetPointer
  45.  OMA Intuition.asm -o OBJ/41 -c s -d SetWindowTitles
  46.  OMA Intuition.asm -o OBJ/42 -c s -d ShowTitle
  47.  OMA Intuition.asm -o OBJ/43 -c s -d SizeWindow
  48.  OMA Intuition.asm -o OBJ/44 -c s -d ViewAddress
  49.  OMA Intuition.asm -o OBJ/45 -c s -d ViewPortAddress
  50.  OMA Intuition.asm -o OBJ/46 -c s -d WindowToBack
  51.  OMA Intuition.asm -o OBJ/47 -c s -d WindowToFront
  52.  OMA Intuition.asm -o OBJ/48 -c s -d WindowLimits
  53.  OMA Intuition.asm -o OBJ/49 -c s -d SetPrefs
  54.  OMA Intuition.asm -o OBJ/50 -c s -d IntuiTextLength
  55.  OMA Intuition.asm -o OBJ/51 -c s -d WBenchToBack
  56.  OMA Intuition.asm -o OBJ/52 -c s -d WBenchToFront
  57.  OMA Intuition.asm -o OBJ/53 -c s -d AutoRequest
  58.  OMA Intuition.asm -o OBJ/54 -c s -d BeginRefresh
  59.  OMA Intuition.asm -o OBJ/55 -c s -d BuildSysRequest
  60.  OMA Intuition.asm -o OBJ/56 -c s -d EndRefresh
  61.  OMA Intuition.asm -o OBJ/57 -c s -d FreeSysRequest
  62.  OMA Intuition.asm -o OBJ/58 -c s -d MakeScreen
  63.  OMA Intuition.asm -o OBJ/59 -c s -d RemakeDisplay
  64.  OMA Intuition.asm -o OBJ/60 -c s -d RethinkDisplay
  65.  OMA Intuition.asm -o OBJ/61 -c s -d AllocRemember
  66.  OMA Intuition.asm -o OBJ/62 -c s -d AlohaWorkbench
  67.  OMA Intuition.asm -o OBJ/63 -c s -d FreeRemember
  68.  OMA Intuition.asm -o OBJ/64 -c s -d LockIBase
  69.  OMA Intuition.asm -o OBJ/65 -c s -d UnlockIBase
  70.  OMA Intuition.asm -o OBJ/66 -c s -d GetScreenData
  71.  OMA Intuition.asm -o OBJ/67 -c s -d RefreshGList
  72.  OMA Intuition.asm -o OBJ/68 -c s -d AddGList
  73.  OMA Intuition.asm -o OBJ/69 -c s -d RemoveGList
  74.  OMA Intuition.asm -o OBJ/70 -c s -d ActivateWindow
  75.  OMA Intuition.asm -o OBJ/71 -c s -d RefreshWindowFrame
  76.  OMA Intuition.asm -o OBJ/72 -c s -d ActivateGadget
  77.  OMA Intuition.asm -o OBJ/73 -c s -d NewModifyProp
  78.  OMA Intuition.asm -o OBJ/OFF -c s -d OFFSETS
  79.  
  80.  join OBJ/00 OBJ/01 OBJ/02 OBJ/03 OBJ/04 OBJ/05 OBJ/06 OBJ/07 OBJ/08 OBJ/09 TO ram:i.0
  81.  join OBJ/10 OBJ/11 OBJ/12 OBJ/13 OBJ/14 OBJ/15 OBJ/16 OBJ/17 OBJ/18 OBJ/19 TO ram:i.1
  82.  join OBJ/20 OBJ/21 OBJ/22 OBJ/23 OBJ/24 OBJ/25 OBJ/26 OBJ/27 OBJ/28 OBJ/29 TO ram:i.2
  83.  join OBJ/30 OBJ/31 OBJ/32 OBJ/33 OBJ/34 OBJ/35 OBJ/36 OBJ/37 OBJ/38 OBJ/39 TO ram:i.3
  84.  join OBJ/40 OBJ/41 OBJ/42 OBJ/43 OBJ/44 OBJ/45 OBJ/46 OBJ/47 OBJ/48 OBJ/49 TO ram:i.4
  85.  join OBJ/50 OBJ/51 OBJ/52 OBJ/53 OBJ/54 OBJ/55 OBJ/56 OBJ/57 OBJ/58 OBJ/59 TO ram:i.5
  86.  join OBJ/60 OBJ/61 OBJ/62 OBJ/63 OBJ/64 OBJ/65 OBJ/66 OBJ/67 OBJ/68 OBJ/69 TO ram:i.6
  87.  join OBJ/70 OBJ/71 OBJ/72 OBJ/73 TO ram:i.7
  88.  join OBJ/OFF ram:i.0 ram:i.1 ram:i.2 ram:i.3 ram:i.4 ram:i.5 ram:i.6 ram:i.7 TO Intuition.lib
  89.  delete ram:i.0 ram:i.1 ram:i.2 ram:i.3 ram:i.4 ram:i.5 ram:i.6 ram:i.7
  90.  
  91. # Makefile-Ende
  92.