mirror of
https://github.com/stevenhowes/CTheEscape.git
synced 2026-05-26 15:53:29 +01:00
Fix makefile format
This commit is contained in:
+25
-30
@@ -4,10 +4,6 @@
|
|||||||
# Toolflags:
|
# Toolflags:
|
||||||
CCflags = -c -depend !Depend -IC: -throwback -w
|
CCflags = -c -depend !Depend -IC: -throwback -w
|
||||||
Linkflags = -aif -o $@
|
Linkflags = -aif -o $@
|
||||||
#ObjAsmflags = -depend !Depend -Stamp -quit -CloseExec
|
|
||||||
#CMHGflags =
|
|
||||||
#LibFileflags = -c -o $@
|
|
||||||
#Squeezeflags = -o $@
|
|
||||||
|
|
||||||
|
|
||||||
# Final targets:
|
# Final targets:
|
||||||
@@ -21,35 +17,34 @@ Linkflags = -aif -o $@
|
|||||||
# Static dependencies:
|
# Static dependencies:
|
||||||
@.o.CTheEscape: @.c.CTheEscape
|
@.o.CTheEscape: @.c.CTheEscape
|
||||||
cc $(ccflags) -o @.o.CTheEscape @.c.CTheEscape
|
cc $(ccflags) -o @.o.CTheEscape @.c.CTheEscape
|
||||||
|
|
||||||
@.o.Graphics: @.c.Graphics
|
@.o.Graphics: @.c.Graphics
|
||||||
cc $(ccflags) -o @.o.Graphics @.c.Graphics
|
cc $(ccflags) -o @.o.Graphics @.c.Graphics
|
||||||
|
|
||||||
@.o.Sound: @.c.Sound
|
@.o.Sound: @.c.Sound
|
||||||
cc $(ccflags) -o @.o.Sound @.c.Sound
|
cc $(ccflags) -o @.o.Sound @.c.Sound
|
||||||
|
|
||||||
|
|
||||||
# Dynamic dependencies:
|
# Dynamic dependencies:
|
||||||
o.CTheEscape: c.CTheEscape
|
o.CTheEscape: c.CTheEscape
|
||||||
o.CTheEscape: C:h.swis
|
o.CTheEscape: C:h.swis
|
||||||
o.CTheEscape: C:h.kernel
|
o.CTheEscape: C:h.kernel
|
||||||
o.CTheEscape: C:h.kernel
|
o.CTheEscape: C:h.kernel
|
||||||
o.CTheEscape: h.Sound
|
o.CTheEscape: h.Sound
|
||||||
o.CTheEscape: c.CTheEscape
|
o.CTheEscape: c.CTheEscape
|
||||||
o.CTheEscape: C:h.swis
|
o.CTheEscape: C:h.swis
|
||||||
o.CTheEscape: C:h.kernel
|
o.CTheEscape: C:h.kernel
|
||||||
o.CTheEscape: C:h.kernel
|
o.CTheEscape: C:h.kernel
|
||||||
o.CTheEscape: h.Sound
|
o.CTheEscape: h.Sound
|
||||||
o.Graphics: c.Graphics
|
o.Graphics: c.Graphics
|
||||||
o.Graphics: C:h.swis
|
o.Graphics: C:h.swis
|
||||||
o.Graphics: C:h.kernel
|
o.Graphics: C:h.kernel
|
||||||
o.Graphics: C:h.kernel
|
o.Graphics: C:h.kernel
|
||||||
o.Sound: c.Sound
|
o.Sound: c.Sound
|
||||||
o.Sound: C:h.swis
|
o.Sound: C:h.swis
|
||||||
o.Sound: C:h.kernel
|
o.Sound: C:h.kernel
|
||||||
o.Sound: C:h.kernel
|
o.Sound: C:h.kernel
|
||||||
o.Sound: h.Sound
|
o.Sound: h.Sound
|
||||||
o.Sound: c.Sound
|
o.Sound: c.Sound
|
||||||
o.Sound: C:h.swis
|
o.Sound: C:h.swis
|
||||||
o.Sound: C:h.kernel
|
o.Sound: C:h.kernel
|
||||||
o.Sound: C:h.kernel
|
o.Sound: C:h.kernel
|
||||||
o.Sound: h.Sound
|
o.Sound: h.Sound
|
||||||
|
|||||||
Reference in New Issue
Block a user