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

  1. # Makefile für Exec-C-Interface
  2.  
  3. Exec.lib: Exec.asm
  4.  ; OMA Exec.asm -o OBJ/00 -c s -d Supervisor
  5.  ; OMA Exec.asm -o OBJ/01 -c s -d ExitIntr
  6.  ; OMA Exec.asm -o OBJ/02 -c s -d Schedule
  7.  ; OMA Exec.asm -o OBJ/03 -c s -d Reschedule
  8.  ; OMA Exec.asm -o OBJ/04 -c s -d Switch
  9.  ; OMA Exec.asm -o OBJ/05 -c s -d Dispatch
  10.  ; OMA Exec.asm -o OBJ/06 -c s -d Exception
  11.  OMA Exec.asm -o OBJ/07 -c s -d InitCode
  12.  OMA Exec.asm -o OBJ/08 -c s -d InitStruct
  13.  OMA Exec.asm -o OBJ/09 -c s -d MakeLibrary
  14.  OMA Exec.asm -o OBJ/10 -c s -d MakeFunctions
  15.  OMA Exec.asm -o OBJ/11 -c s -d FindResident
  16.  OMA Exec.asm -o OBJ/12 -c s -d InitResident
  17.  OMA Exec.asm -o OBJ/13 -c s -d Alert
  18.  OMA Exec.asm -o OBJ/14 -c s -d Debug
  19.  OMA Exec.asm -o OBJ/15 -c s -d Disable
  20.  OMA Exec.asm -o OBJ/16 -c s -d Enable
  21.  OMA Exec.asm -o OBJ/17 -c s -d Forbid
  22.  OMA Exec.asm -o OBJ/18 -c s -d Permit
  23.  OMA Exec.asm -o OBJ/19 -c s -d SetSR
  24.  OMA Exec.asm -o OBJ/20 -c s -d SuperState
  25.  OMA Exec.asm -o OBJ/21 -c s -d UserState
  26.  OMA Exec.asm -o OBJ/22 -c s -d SetIntVector
  27.  OMA Exec.asm -o OBJ/23 -c s -d AddIntServer
  28.  OMA Exec.asm -o OBJ/24 -c s -d RemIntServer
  29.  OMA Exec.asm -o OBJ/25 -c s -d Cause
  30.  OMA Exec.asm -o OBJ/26 -c s -d Allocate
  31.  OMA Exec.asm -o OBJ/27 -c s -d Deallocate
  32.  OMA Exec.asm -o OBJ/28 -c s -d AllocMem
  33.  OMA Exec.asm -o OBJ/29 -c s -d AllocAbs
  34.  OMA Exec.asm -o OBJ/30 -c s -d FreeMem
  35.  OMA Exec.asm -o OBJ/31 -c s -d AvailMem
  36.  OMA Exec.asm -o OBJ/32 -c s -d AllocEntry
  37.  OMA Exec.asm -o OBJ/33 -c s -d FreeEntry
  38.  OMA Exec.asm -o OBJ/34 -c s -d Insert
  39.  OMA Exec.asm -o OBJ/35 -c s -d AddHead
  40.  OMA Exec.asm -o OBJ/36 -c s -d AddTail
  41.  OMA Exec.asm -o OBJ/37 -c s -d Remove
  42.  OMA Exec.asm -o OBJ/38 -c s -d RemHead
  43.  OMA Exec.asm -o OBJ/39 -c s -d RemTail
  44.  OMA Exec.asm -o OBJ/40 -c s -d Enqueue
  45.  OMA Exec.asm -o OBJ/41 -c s -d FindName
  46.  OMA Exec.asm -o OBJ/42 -c s -d AddTask
  47.  OMA Exec.asm -o OBJ/43 -c s -d RemTask
  48.  OMA Exec.asm -o OBJ/44 -c s -d FindTask
  49.  OMA Exec.asm -o OBJ/45 -c s -d SetTaskPri
  50.  OMA Exec.asm -o OBJ/46 -c s -d SetSignal
  51.  OMA Exec.asm -o OBJ/47 -c s -d SetExcept
  52.  OMA Exec.asm -o OBJ/48 -c s -d Wait
  53.  OMA Exec.asm -o OBJ/49 -c s -d Signal
  54.  OMA Exec.asm -o OBJ/50 -c s -d AllocSignal
  55.  OMA Exec.asm -o OBJ/51 -c s -d FreeSignal
  56.  OMA Exec.asm -o OBJ/52 -c s -d AllocTrap
  57.  OMA Exec.asm -o OBJ/53 -c s -d FreeTrap
  58.  OMA Exec.asm -o OBJ/54 -c s -d AddPort
  59.  OMA Exec.asm -o OBJ/55 -c s -d RemPort
  60.  OMA Exec.asm -o OBJ/56 -c s -d PutMsg
  61.  OMA Exec.asm -o OBJ/57 -c s -d GetMsg
  62.  OMA Exec.asm -o OBJ/58 -c s -d ReplyMsg
  63.  OMA Exec.asm -o OBJ/59 -c s -d WaitPort
  64.  OMA Exec.asm -o OBJ/60 -c s -d FindPort
  65.  OMA Exec.asm -o OBJ/61 -c s -d AddLibrary
  66.  OMA Exec.asm -o OBJ/62 -c s -d RemLibrary
  67.  OMA Exec.asm -o OBJ/63 -c s -d OldOpenLibrary
  68.  OMA Exec.asm -o OBJ/64 -c s -d CloseLibrary
  69.  OMA Exec.asm -o OBJ/65 -c s -d SetFunction
  70.  OMA Exec.asm -o OBJ/66 -c s -d SumLibrary
  71.  OMA Exec.asm -o OBJ/67 -c s -d AddDevice
  72.  OMA Exec.asm -o OBJ/68 -c s -d RemDevice
  73.  OMA Exec.asm -o OBJ/69 -c s -d OpenDevice
  74.  OMA Exec.asm -o OBJ/70 -c s -d CloseDevice
  75.  OMA Exec.asm -o OBJ/71 -c s -d DoIO
  76.  OMA Exec.asm -o OBJ/72 -c s -d SendIO
  77.  OMA Exec.asm -o OBJ/73 -c s -d CheckIO
  78.  OMA Exec.asm -o OBJ/74 -c s -d WaitIO
  79.  OMA Exec.asm -o OBJ/75 -c s -d AbortIO
  80.  OMA Exec.asm -o OBJ/76 -c s -d AddResource
  81.  OMA Exec.asm -o OBJ/77 -c s -d RemResource
  82.  OMA Exec.asm -o OBJ/78 -c s -d OpenResource
  83.  OMA Exec.asm -o OBJ/79 -c s -d RawIOInit
  84.  OMA Exec.asm -o OBJ/80 -c s -d RawMayGetChar
  85.  OMA Exec.asm -o OBJ/81 -c s -d RawPutChar
  86.  OMA Exec.asm -o OBJ/82 -c s -d RawDoFmt
  87.  OMA Exec.asm -o OBJ/83 -c s -d GetCC
  88.  OMA Exec.asm -o OBJ/84 -c s -d TypeOfMem
  89.  OMA Exec.asm -o OBJ/85 -c s -d Procure
  90.  OMA Exec.asm -o OBJ/86 -c s -d Vacate
  91.  OMA Exec.asm -o OBJ/87 -c s -d OpenLibrary
  92.  OMA Exec.asm -o OBJ/88 -c s -d InitSemaphore
  93.  OMA Exec.asm -o OBJ/89 -c s -d ObtainSemaphore
  94.  OMA Exec.asm -o OBJ/90 -c s -d ReleaseSemaphore
  95.  OMA Exec.asm -o OBJ/91 -c s -d AttemptSemaphore
  96.  OMA Exec.asm -o OBJ/92 -c s -d ObtainSemaphoreList
  97.  OMA Exec.asm -o OBJ/93 -c s -d ReleaseSemaphoreList
  98.  OMA Exec.asm -o OBJ/94 -c s -d FindSemaphore
  99.  OMA Exec.asm -o OBJ/95 -c s -d AddSemaphore
  100.  OMA Exec.asm -o OBJ/96 -c s -d RemSemaphore
  101.  OMA Exec.asm -o OBJ/97 -c s -d SumKickData
  102.  OMA Exec.asm -o OBJ/98 -c s -d AddMemList
  103.  OMA Exec.asm -o OBJ/99 -c s -d CopyMem
  104.  OMA Exec.asm -o OBJ/100 -c s -d CopyMemQuick
  105.  OMA Exec.asm -o OBJ/OFF -c s -d OFFSETS
  106.  
  107.  join OBJ/07 OBJ/08 OBJ/09 TO ram:e.0
  108.  join OBJ/10 OBJ/11 OBJ/12 OBJ/13 OBJ/14 OBJ/15 OBJ/16 OBJ/17 OBJ/18 OBJ/19 TO ram:e.1
  109.  join OBJ/20 OBJ/21 OBJ/22 OBJ/23 OBJ/24 OBJ/25 OBJ/26 OBJ/27 OBJ/28 OBJ/29 TO ram:e.2
  110.  join OBJ/30 OBJ/31 OBJ/32 OBJ/33 OBJ/34 OBJ/35 OBJ/36 OBJ/37 OBJ/38 OBJ/39 TO ram:e.3
  111.  join OBJ/40 OBJ/41 OBJ/42 OBJ/43 OBJ/44 OBJ/45 OBJ/46 OBJ/47 OBJ/48 OBJ/49 TO ram:e.4
  112.  join OBJ/50 OBJ/51 OBJ/52 OBJ/53 OBJ/54 OBJ/55 OBJ/56 OBJ/57 OBJ/58 OBJ/59 TO ram:e.5
  113.  join OBJ/60 OBJ/61 OBJ/62 OBJ/63 OBJ/64 OBJ/65 OBJ/66 OBJ/67 OBJ/68 OBJ/69 TO ram:e.6
  114.  join OBJ/70 OBJ/71 OBJ/72 OBJ/73 OBJ/74 OBJ/75 OBJ/76 OBJ/77 OBJ/78 OBJ/79 TO ram:e.7
  115.  join OBJ/80 OBJ/81 OBJ/82 OBJ/83 OBJ/84 OBJ/85 OBJ/86 OBJ/87 OBJ/88 OBJ/89 TO ram:e.8
  116.  join OBJ/90 OBJ/91 OBJ/92 OBJ/93 OBJ/94 OBJ/95 OBJ/96 OBJ/97 OBJ/98 OBJ/99 TO ram:e.9
  117.  join OBJ/OFF ram:e.0 ram:e.1 ram:e.2 ram:e.3 ram:e.4 ram:e.5 ram:e.6 ram:e.7 ram:e.8 ram:e.9 OBJ/100 TO Exec.lib
  118.  delete ram:e.0 ram:e.1 ram:e.2 ram:e.3 ram:e.4
  119.  delete ram:e.5 ram:e.6 ram:e.7 ram:e.8 ram:e.9
  120.  
  121. # Makefile-Ende
  122.