home *** CD-ROM | disk | FTP | other *** search
Makefile | 1997-05-20 | 685 b | 47 lines |
- # This makefile made by Makatic2
-
-
- CCExtra=-DDesk_DEBUG
- LibSuffix=_D
-
-
- ObjectFiles = \
- o.Main \
-
-
- ProjectName = !Debug
-
-
-
- Librarys = \
- C:Desk.o.Debug.stderr \
- C:Desk.o.Desk$(LibSuffix) \
- C:o.Stubs \
-
- Target = !RunImage
-
-
- VPATH = @.^
-
- .SUFFIXES: .o .s .c .c++
-
- $(Target): $(ObjectFiles) $(Librarys)
- Link -aif $(LinkExtra) -o $@ $(ObjectFiles) $(Librarys)
-
- .s.o:
- objasm -from $< -to $@
-
- .c.o:
- cc -c $(CCExtra) -fahi -depend !Depend -throwback -I,C: -o $@ $<
-
-
- # Dynamic dependencies:
- o.Main: ^.c.Main
- o.Main: C:Desk.h.Error2
- o.Main: C:Desk.h.Error
- o.Main: C:Desk.h.Core
- o.Main: C:h.kernel
- o.Main: C:Desk.h.JumpRaw
- o.Main: C:Desk.h.DeskMem
- o.Main: C:Desk.h.Debug
-