home *** CD-ROM | disk | FTP | other *** search
Makefile | 2000-06-04 | 12.1 KB | 606 lines |
- #
- # Makefile for Flash library
- #
- CCflags = -c -depend !Depend -IC:,OS: -throwback -Wap
- C++flags = -c -depend !Depend -IC:,OS:,zlib:,jpeglib: +g -throwback -Wa -DANSI -DRISCOS -D__swi -DUSE_FIXN
- # C++flags = -c -depend !Depend -IC:,OS:,zlib:,jpeglib: +g -throwback -Wa -DANSI -DRISCOS -D__swi -DUSE_FIXN -DNOSOUND
- Linkflags = -aif -c++ -o $@
- ObjAsmflags = -throwback -NoCache -depend !Depend
- CMHGflags =
- LibFileflags = -c -o $@
- Squeezeflags = -o $@
-
- .c++.o:; c++ $(c++flags) -o $@ $<
- .s.o:; objasm $(ObjAsmflags) $< $@
-
- SRC = c++.flash \
- c++.character \
- c++.shape \
- c++.button \
- c++.program \
- c++.bitmap \
- c++.displaylist \
- c++.font \
- c++.graphic \
- c++.text \
- c++.matrix \
- c++.matrix8 \
- c++.matrix16 \
- c++.matrix32 \
- c++.script \
- c++.sound \
- c++.sprite \
- c++.cxform \
- c++.adpcm \
- c++.movie \
- c++.sqrt \
- c++.soundcode
-
-
- OBJS = o.flash \
- o.character \
- o.shape \
- o.button \
- o.program \
- o.bitmap \
- o.displaylist \
- o.font \
- o.graphic \
- o.graphic8 \
- o.graphic16 \
- o.graphic32 \
- o.text \
- o.matrix \
- o.script \
- o.sound \
- o.sprite \
- o.cxform \
- o.adpcm \
- o.movie \
- o.sqrt \
- o.gfx16 \
- o.gfx8 \
- o.soundcode
-
-
- all: flashlib
-
- depend:
- c++ $(c++flags) -depend !Depend $(SRC)
-
- flashlib: $(OBJS) $(LIBS)
- libfile $(libfileflags) $(OBJS)
-
-
- # Dynamic depo.matrix: c++.matrix
- # Dynamic dependencies:
- o.matrix: c++.matrix
- o.matrix: h.matrix
- o.sqrt: c++.sqrt
- o.gfx16: s.gfx16
- o.gfx16: h.RegNames
- o.gfx8: s.gfx8
- o.gfx8: h.RegNames
- o.soundcode: c++.soundcode
- o.soundcode: OS:h.os
- o.soundcode: OS:h.types
- o.soundcode: OS:h.osmodule
- o.soundcode: OS:h.sound
- o.soundcode: h.soundcode
- o.flash: c++.flash
- o.flash: h.swf
- o.flash: h.flash
- o.flash: h.matrix
- o.flash: h.cxform
- o.flash: h.rect
- o.flash: jpeglib:h.jpeglib
- o.flash: jpeglib:h.jconfig
- o.flash: jpeglib:h.jmorecfg
- o.flash: zlib:h.zlib
- o.flash: zlib:h.zconf
- o.flash: h.graphic
- o.flash: h.character
- o.flash: h.bitmap
- o.flash: h.shape
- o.flash: h.displaylist
- o.flash: h.sound
- o.flash: h.button
- o.flash: h.font
- o.flash: h.text
- o.flash: h.adpcm
- o.flash: h.program
- o.flash: h.sprite
- o.flash: h.script
- o.flash: h.movie
- o.flash: h.swf
- o.flash: h.graphic8
- o.flash: h.graphic
- o.flash: h.graphic16
- o.flash: h.graphic
- o.flash: h.graphic32
- o.flash: h.graphic
- o.flash: OS:h.os
- o.flash: OS:h.types
- o.character: c++.character
- o.character: h.swf
- o.character: h.flash
- o.character: h.matrix
- o.character: h.cxform
- o.character: h.rect
- o.character: jpeglib:h.jpeglib
- o.character: jpeglib:h.jconfig
- o.character: jpeglib:h.jmorecfg
- o.character: zlib:h.zlib
- o.character: zlib:h.zconf
- o.character: h.graphic
- o.character: h.character
- o.character: h.bitmap
- o.character: h.shape
- o.character: h.displaylist
- o.character: h.sound
- o.character: h.button
- o.character: h.font
- o.character: h.text
- o.character: h.adpcm
- o.character: h.program
- o.character: h.sprite
- o.character: h.script
- o.character: h.movie
- o.character: h.swf
- o.shape: c++.shape
- o.shape: h.swf
- o.shape: h.flash
- o.shape: h.matrix
- o.shape: h.cxform
- o.shape: h.rect
- o.shape: jpeglib:h.jpeglib
- o.shape: jpeglib:h.jconfig
- o.shape: jpeglib:h.jmorecfg
- o.shape: zlib:h.zlib
- o.shape: zlib:h.zconf
- o.shape: h.graphic
- o.shape: h.character
- o.shape: h.bitmap
- o.shape: h.shape
- o.shape: h.displaylist
- o.shape: h.sound
- o.shape: h.button
- o.shape: h.font
- o.shape: h.text
- o.shape: h.adpcm
- o.shape: h.program
- o.shape: h.sprite
- o.shape: h.script
- o.shape: h.movie
- o.shape: h.swf
- o.shape: C:h.math
- o.button: c++.button
- o.button: h.swf
- o.button: h.flash
- o.button: h.matrix
- o.button: h.cxform
- o.button: h.rect
- o.button: jpeglib:h.jpeglib
- o.button: jpeglib:h.jconfig
- o.button: jpeglib:h.jmorecfg
- o.button: zlib:h.zlib
- o.button: zlib:h.zconf
- o.button: h.graphic
- o.button: h.character
- o.button: h.bitmap
- o.button: h.shape
- o.button: h.displaylist
- o.button: h.sound
- o.button: h.button
- o.button: h.font
- o.button: h.text
- o.button: h.adpcm
- o.button: h.program
- o.button: h.sprite
- o.button: h.script
- o.button: h.movie
- o.button: h.swf
- o.program: c++.program
- o.program: h.swf
- o.program: h.flash
- o.program: h.matrix
- o.program: h.cxform
- o.program: h.rect
- o.program: jpeglib:h.jpeglib
- o.program: jpeglib:h.jconfig
- o.program: jpeglib:h.jmorecfg
- o.program: zlib:h.zlib
- o.program: zlib:h.zconf
- o.program: h.graphic
- o.program: h.character
- o.program: h.bitmap
- o.program: h.shape
- o.program: h.displaylist
- o.program: h.sound
- o.program: h.button
- o.program: h.font
- o.program: h.text
- o.program: h.adpcm
- o.program: h.program
- o.program: h.sprite
- o.program: h.script
- o.program: h.movie
- o.program: h.swf
- o.program: OS:h.os
- o.program: OS:h.types
- o.bitmap: c++.bitmap
- o.bitmap: h.swf
- o.bitmap: h.flash
- o.bitmap: h.matrix
- o.bitmap: h.cxform
- o.bitmap: h.rect
- o.bitmap: jpeglib:h.jpeglib
- o.bitmap: jpeglib:h.jconfig
- o.bitmap: jpeglib:h.jmorecfg
- o.bitmap: zlib:h.zlib
- o.bitmap: zlib:h.zconf
- o.bitmap: h.graphic
- o.bitmap: h.character
- o.bitmap: h.bitmap
- o.bitmap: h.shape
- o.bitmap: h.displaylist
- o.bitmap: h.sound
- o.bitmap: h.button
- o.bitmap: h.font
- o.bitmap: h.text
- o.bitmap: h.adpcm
- o.bitmap: h.program
- o.bitmap: h.sprite
- o.bitmap: h.script
- o.bitmap: h.movie
- o.bitmap: h.swf
- o.displaylist: c++.displaylist
- o.displaylist: h.swf
- o.displaylist: h.flash
- o.displaylist: h.matrix
- o.displaylist: h.cxform
- o.displaylist: h.rect
- o.displaylist: jpeglib:h.jpeglib
- o.displaylist: jpeglib:h.jconfig
- o.displaylist: jpeglib:h.jmorecfg
- o.displaylist: zlib:h.zlib
- o.displaylist: zlib:h.zconf
- o.displaylist: h.graphic
- o.displaylist: h.character
- o.displaylist: h.bitmap
- o.displaylist: h.shape
- o.displaylist: h.displaylist
- o.displaylist: h.sound
- o.displaylist: h.button
- o.displaylist: h.font
- o.displaylist: h.text
- o.displaylist: h.adpcm
- o.displaylist: h.program
- o.displaylist: h.sprite
- o.displaylist: h.script
- o.displaylist: h.movie
- o.displaylist: h.swf
- o.font: c++.font
- o.font: h.swf
- o.font: h.flash
- o.font: h.matrix
- o.font: h.cxform
- o.font: h.rect
- o.font: jpeglib:h.jpeglib
- o.font: jpeglib:h.jconfig
- o.font: jpeglib:h.jmorecfg
- o.font: zlib:h.zlib
- o.font: zlib:h.zconf
- o.font: h.graphic
- o.font: h.character
- o.font: h.bitmap
- o.font: h.shape
- o.font: h.displaylist
- o.font: h.sound
- o.font: h.button
- o.font: h.font
- o.font: h.text
- o.font: h.adpcm
- o.font: h.program
- o.font: h.sprite
- o.font: h.script
- o.font: h.movie
- o.font: h.swf
- o.graphic: c++.graphic
- o.graphic: h.swf
- o.graphic: h.flash
- o.graphic: h.matrix
- o.graphic: h.cxform
- o.graphic: h.rect
- o.graphic: jpeglib:h.jpeglib
- o.graphic: jpeglib:h.jconfig
- o.graphic: jpeglib:h.jmorecfg
- o.graphic: zlib:h.zlib
- o.graphic: zlib:h.zconf
- o.graphic: h.graphic
- o.graphic: h.character
- o.graphic: h.bitmap
- o.graphic: h.shape
- o.graphic: h.displaylist
- o.graphic: h.sound
- o.graphic: h.button
- o.graphic: h.font
- o.graphic: h.text
- o.graphic: h.adpcm
- o.graphic: h.program
- o.graphic: h.sprite
- o.graphic: h.script
- o.graphic: h.movie
- o.graphic: h.swf
- o.graphic: h.sqrt
- o.graphic8: c++.graphic8
- o.graphic8: h.swf
- o.graphic8: h.flash
- o.graphic8: h.matrix
- o.graphic8: h.cxform
- o.graphic8: h.rect
- o.graphic8: jpeglib:h.jpeglib
- o.graphic8: jpeglib:h.jconfig
- o.graphic8: jpeglib:h.jmorecfg
- o.graphic8: zlib:h.zlib
- o.graphic8: zlib:h.zconf
- o.graphic8: h.graphic
- o.graphic8: h.character
- o.graphic8: h.bitmap
- o.graphic8: h.shape
- o.graphic8: h.displaylist
- o.graphic8: h.sound
- o.graphic8: h.button
- o.graphic8: h.font
- o.graphic8: h.text
- o.graphic8: h.adpcm
- o.graphic8: h.program
- o.graphic8: h.sprite
- o.graphic8: h.script
- o.graphic8: h.movie
- o.graphic8: h.swf
- o.graphic8: h.graphic8
- o.graphic8: h.graphic
- o.graphic8: h.sqrt
- o.graphic16: c++.graphic16
- o.graphic16: h.swf
- o.graphic16: h.flash
- o.graphic16: h.matrix
- o.graphic16: h.cxform
- o.graphic16: h.rect
- o.graphic16: jpeglib:h.jpeglib
- o.graphic16: jpeglib:h.jconfig
- o.graphic16: jpeglib:h.jmorecfg
- o.graphic16: zlib:h.zlib
- o.graphic16: zlib:h.zconf
- o.graphic16: h.graphic
- o.graphic16: h.character
- o.graphic16: h.bitmap
- o.graphic16: h.shape
- o.graphic16: h.displaylist
- o.graphic16: h.sound
- o.graphic16: h.button
- o.graphic16: h.font
- o.graphic16: h.text
- o.graphic16: h.adpcm
- o.graphic16: h.program
- o.graphic16: h.sprite
- o.graphic16: h.script
- o.graphic16: h.movie
- o.graphic16: h.swf
- o.graphic16: h.graphic16
- o.graphic16: h.graphic
- o.graphic16: h.sqrt
- o.graphic32: c++.graphic32
- o.graphic32: h.swf
- o.graphic32: h.flash
- o.graphic32: h.matrix
- o.graphic32: h.cxform
- o.graphic32: h.rect
- o.graphic32: jpeglib:h.jpeglib
- o.graphic32: jpeglib:h.jconfig
- o.graphic32: jpeglib:h.jmorecfg
- o.graphic32: zlib:h.zlib
- o.graphic32: zlib:h.zconf
- o.graphic32: h.graphic
- o.graphic32: h.character
- o.graphic32: h.bitmap
- o.graphic32: h.shape
- o.graphic32: h.displaylist
- o.graphic32: h.sound
- o.graphic32: h.button
- o.graphic32: h.font
- o.graphic32: h.text
- o.graphic32: h.adpcm
- o.graphic32: h.program
- o.graphic32: h.sprite
- o.graphic32: h.script
- o.graphic32: h.movie
- o.graphic32: h.swf
- o.graphic32: h.graphic32
- o.graphic32: h.graphic
- o.graphic32: h.sqrt
- o.text: c++.text
- o.text: h.swf
- o.text: h.flash
- o.text: h.matrix
- o.text: h.cxform
- o.text: h.rect
- o.text: jpeglib:h.jpeglib
- o.text: jpeglib:h.jconfig
- o.text: jpeglib:h.jmorecfg
- o.text: zlib:h.zlib
- o.text: zlib:h.zconf
- o.text: h.graphic
- o.text: h.character
- o.text: h.bitmap
- o.text: h.shape
- o.text: h.displaylist
- o.text: h.sound
- o.text: h.button
- o.text: h.font
- o.text: h.text
- o.text: h.adpcm
- o.text: h.program
- o.text: h.sprite
- o.text: h.script
- o.text: h.movie
- o.text: h.swf
- o.script: c++.script
- o.script: h.swf
- o.script: h.flash
- o.script: h.matrix
- o.script: h.cxform
- o.script: h.rect
- o.script: jpeglib:h.jpeglib
- o.script: jpeglib:h.jconfig
- o.script: jpeglib:h.jmorecfg
- o.script: zlib:h.zlib
- o.script: zlib:h.zconf
- o.script: h.graphic
- o.script: h.character
- o.script: h.bitmap
- o.script: h.shape
- o.script: h.displaylist
- o.script: h.sound
- o.script: h.button
- o.script: h.font
- o.script: h.text
- o.script: h.adpcm
- o.script: h.program
- o.script: h.sprite
- o.script: h.script
- o.script: h.movie
- o.script: h.swf
- o.sound: c++.sound
- o.sound: h.swf
- o.sound: h.flash
- o.sound: h.matrix
- o.sound: h.cxform
- o.sound: h.rect
- o.sound: jpeglib:h.jpeglib
- o.sound: jpeglib:h.jconfig
- o.sound: jpeglib:h.jmorecfg
- o.sound: zlib:h.zlib
- o.sound: zlib:h.zconf
- o.sound: h.graphic
- o.sound: h.character
- o.sound: h.bitmap
- o.sound: h.shape
- o.sound: h.displaylist
- o.sound: h.sound
- o.sound: h.button
- o.sound: h.font
- o.sound: h.text
- o.sound: h.adpcm
- o.sound: h.program
- o.sound: h.sprite
- o.sound: h.script
- o.sound: h.movie
- o.sound: h.swf
- o.sound: h.soundcode
- o.sprite: c++.sprite
- o.sprite: h.swf
- o.sprite: h.flash
- o.sprite: h.matrix
- o.sprite: h.cxform
- o.sprite: h.rect
- o.sprite: jpeglib:h.jpeglib
- o.sprite: jpeglib:h.jconfig
- o.sprite: jpeglib:h.jmorecfg
- o.sprite: zlib:h.zlib
- o.sprite: zlib:h.zconf
- o.sprite: h.graphic
- o.sprite: h.character
- o.sprite: h.bitmap
- o.sprite: h.shape
- o.sprite: h.displaylist
- o.sprite: h.sound
- o.sprite: h.button
- o.sprite: h.font
- o.sprite: h.text
- o.sprite: h.adpcm
- o.sprite: h.program
- o.sprite: h.sprite
- o.sprite: h.script
- o.sprite: h.movie
- o.sprite: h.swf
- o.cxform: c++.cxform
- o.cxform: h.swf
- o.cxform: h.flash
- o.cxform: h.matrix
- o.cxform: h.cxform
- o.cxform: h.rect
- o.cxform: jpeglib:h.jpeglib
- o.cxform: jpeglib:h.jconfig
- o.cxform: jpeglib:h.jmorecfg
- o.cxform: zlib:h.zlib
- o.cxform: zlib:h.zconf
- o.cxform: h.graphic
- o.cxform: h.character
- o.cxform: h.bitmap
- o.cxform: h.shape
- o.cxform: h.displaylist
- o.cxform: h.sound
- o.cxform: h.button
- o.cxform: h.font
- o.cxform: h.text
- o.cxform: h.adpcm
- o.cxform: h.program
- o.cxform: h.sprite
- o.cxform: h.script
- o.cxform: h.movie
- o.cxform: h.swf
- o.adpcm: c++.adpcm
- o.adpcm: h.swf
- o.adpcm: h.flash
- o.adpcm: h.matrix
- o.adpcm: h.cxform
- o.adpcm: h.rect
- o.adpcm: jpeglib:h.jpeglib
- o.adpcm: jpeglib:h.jconfig
- o.adpcm: jpeglib:h.jmorecfg
- o.adpcm: zlib:h.zlib
- o.adpcm: zlib:h.zconf
- o.adpcm: h.graphic
- o.adpcm: h.character
- o.adpcm: h.bitmap
- o.adpcm: h.shape
- o.adpcm: h.displaylist
- o.adpcm: h.sound
- o.adpcm: h.button
- o.adpcm: h.font
- o.adpcm: h.text
- o.adpcm: h.adpcm
- o.adpcm: h.program
- o.adpcm: h.sprite
- o.adpcm: h.script
- o.adpcm: h.movie
- o.adpcm: h.swf
- o.movie: c++.movie
- o.movie: h.movie
- o.movie: h.swf
- o.movie: h.flash
- o.movie: h.matrix
- o.movie: h.cxform
- o.movie: h.rect
- o.movie: jpeglib:h.jpeglib
- o.movie: jpeglib:h.jconfig
- o.movie: jpeglib:h.jmorecfg
- o.movie: zlib:h.zlib
- o.movie: zlib:h.zconf
- o.movie: h.graphic
- o.movie: h.character
- o.movie: h.bitmap
- o.movie: h.shape
- o.movie: h.displaylist
- o.movie: h.sound
- o.movie: h.button
- o.movie: h.font
- o.movie: h.text
- o.movie: h.adpcm
- o.movie: h.program
- o.movie: h.sprite
- o.movie: h.script
- o.movie: h.movie
-