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