home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / Utilities / ACDPlay / src / V1.5 / makefile < prev    next >
Makefile  |  1997-12-23  |  2KB  |  33 lines

  1. ACDPlay020: ACDPlay.o File.o PanelCommands.o Application.o Events.o Visual.o
  2.     mcppc ACDPlay.o File.o PanelCommands.o Application.o Events.o Visual.o ACDPlay_cc.o AsmLib/QuickFuncs.o -o ACDPlay020 -l amiga
  3.  
  4. ACDPlay.o: ACDPlay.c ACDPlay_protos.h AsmLib/CD-ROM.h AsmLib/QuickFuncs.h Constants.h Locale.h Structures/AppAsl.h\
  5.  Structures/Application.h Structures/AppWin.h Structures/BevelBox.h Structures/CDStruct.h Structures/CDTitleNode.h\
  6.  Structures/DirNode.h Structures/MyPubScreenNode.h Structures/ProgramTitleNode.h Structures/Scroll.h
  7.     mcppc -c ACDPlay.c
  8.  
  9. File.o:
  10.     mcppc -c File.c
  11.  
  12. PanelCommands.o: ACDPlay_protos.h AsmLib/CD-ROM.h AsmLib/QuickFuncs.h Constants.h Locale.h PanelCommands.c Structures/AppAsl.h\
  13.  Structures/Application.h Structures/AppWin.h Structures/BevelBox.h Structures/CDStruct.h Structures/CDTitleNode.h\
  14.  Structures/DirNode.h Structures/MyPubScreenNode.h Structures/ProgramTitleNode.h Structures/Scroll.h
  15.     mcppc -c PanelCommands.c
  16.  
  17. Application.o: ACDPlay_protos.h Application.c AsmLib/CD-ROM.h AsmLib/QuickFuncs.h Constants.h Locale.h Structures/AppAsl.h\
  18.  Structures/Application.h Structures/AppWin.h Structures/BevelBox.h Structures/CDStruct.h Structures/ProgramTitleNode.h\
  19.  Structures/Scroll.h
  20.     mcppc -c Application.c
  21.  
  22. Events.o: ACDPlay_protos.h AsmLib/CD-ROM.h AsmLib/QuickFuncs.h Constants.h Events.c Locale.h Structures/AppAsl.h\
  23.  Structures/Application.h Structures/AppWin.h Structures/BevelBox.h Structures/CDStruct.h Structures/DirNode.h\
  24.  Structures/MyPubScreenNode.h Structures/ProgramTitleNode.h Structures/Scroll.h
  25.     mcppc -c Events.c
  26.  
  27. Visual.o: ACDPlay_protos.h ACDP_Image.c ACDP_Image_mwb.c ACDP_Logo.c AsmLib/CD-ROM.h AsmLib/QuickFuncs.h\
  28.  Constants.h Locale.h Structures/AppAsl.h Structures/Application.h Structures/AppWin.h Structures/BevelBox.h\
  29.  Structures/CDStruct.h Structures/CDTitleNode.h Structures/DirNode.h Structures/MyPubScreenNode.h Structures/ProgramTitleNode.h\
  30.  Structures/Scroll.h Visual.c
  31.     mcppc -c Visual.c
  32.  
  33.