home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-10-13 | 1.6 KB | 38 lines |
- # Makefile für Layers-C-Interface
-
- Layers.lib: Layers.asm
- OMA Layers.asm -o OBJ/00 -c s -d InitLayers
- OMA Layers.asm -o OBJ/01 -c s -d CreateUpfrontLayer
- OMA Layers.asm -o OBJ/02 -c s -d CreateBehindLayer
- OMA Layers.asm -o OBJ/03 -c s -d UpfrontLayer
- OMA Layers.asm -o OBJ/04 -c s -d BehindLayer
- OMA Layers.asm -o OBJ/05 -c s -d MoveLayer
- OMA Layers.asm -o OBJ/06 -c s -d SizeLayer
- OMA Layers.asm -o OBJ/07 -c s -d ScrollLayer
- OMA Layers.asm -o OBJ/08 -c s -d BeginUpdate
- OMA Layers.asm -o OBJ/09 -c s -d EndUpdate
- OMA Layers.asm -o OBJ/10 -c s -d DeleteLayer
- OMA Layers.asm -o OBJ/11 -c s -d LockLayer
- OMA Layers.asm -o OBJ/12 -c s -d UnlockLayer
- OMA Layers.asm -o OBJ/13 -c s -d LockLayers
- OMA Layers.asm -o OBJ/14 -c s -d UnlockLayers
- OMA Layers.asm -o OBJ/15 -c s -d LockLayerInfo
- OMA Layers.asm -o OBJ/16 -c s -d SwapBitsRastPortClipRect
- OMA Layers.asm -o OBJ/17 -c s -d WhichLayer
- OMA Layers.asm -o OBJ/18 -c s -d UnlockLayerInfo
- OMA Layers.asm -o OBJ/19 -c s -d NewLayerInfo
- OMA Layers.asm -o OBJ/20 -c s -d DisposeLayerInfo
- OMA Layers.asm -o OBJ/21 -c s -d FattenLayerInfo
- OMA Layers.asm -o OBJ/22 -c s -d ThinLayerInfo
- OMA Layers.asm -o OBJ/23 -c s -d MoveLayerInFrontOf
- OMA Layers.asm -o OBJ/24 -c s -d InstallClipRegion
- OMA Layers.asm -o OBJ/OFF -c s -d OFFSETS
-
- join OBJ/00 OBJ/01 OBJ/02 OBJ/03 OBJ/04 OBJ/05 OBJ/06 OBJ/07 TO ram:l.0
- join OBJ/08 OBJ/09 OBJ/10 OBJ/11 OBJ/12 OBJ/13 OBJ/14 OBJ/15 TO ram:l.1
- join OBJ/16 OBJ/17 OBJ/18 OBJ/19 OBJ/20 OBJ/21 OBJ/22 OBJ/23 OBJ/24 TO ram:l.2
- join OBJ/OFF ram:l.0 ram:l.1 ram:l.2 TO Layers.lib
- delete ram:l.0 ram:l.1 ram:l.2
-
- # Makefile-Ende
-