home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 13
/
AACD13.ISO
/
AACD
/
Utilities
/
ACDPlay
/
src
/
V1.6
/
makefile
< prev
next >
Wrap
Makefile
|
1998-01-13
|
2KB
|
32 lines
ACDPlay: ACDPlay.o File.o PanelCommands.o Application.o Events.o Visual.o
mcppc ACDPlay.o File.o PanelCommands.o Application.o Events.o Visual.o ACDPlay_cc.o AsmLib/QuickFuncs.o -o ACDPlay -l amiga
ACDPlay.o: ACDPlay.c ACDPlay_protos.h AsmLib/CD-ROM.h AsmLib/QuickFuncs.h Constants.h Locale.h Structures/AppAsl.h\
Structures/Application.h Structures/AppWin.h Structures/BevelBox.h Structures/CDStruct.h Structures/DirNode.h\
Structures/MyPubScreenNode.h Structures/PlayListNode.h Structures/Scroll.h
mcppc -c ACDPlay.c
File.o: AsmLib/QuickFuncs.h Constants.h File.c Structures/AppAsl.h Structures/DirNode.h
mcppc -c File.c
PanelCommands.o: ACDPlay_protos.h AsmLib/CD-ROM.h AsmLib/QuickFuncs.h Constants.h Locale.h PanelCommands.c Structures/AppAsl.h\
Structures/Application.h Structures/AppWin.h Structures/BevelBox.h Structures/CDStruct.h Structures/DirNode.h\
Structures/MyPubScreenNode.h Structures/PlayListNode.h Structures/Scroll.h
mcppc -c PanelCommands.c
Application.o: ACDPlay_protos.h Application.c AsmLib/CD-ROM.h AsmLib/QuickFuncs.h Constants.h Locale.h Structures/AppAsl.h\
Structures/Application.h Structures/AppWin.h Structures/BevelBox.h Structures/CDStruct.h Structures/PlayListNode.h\
Structures/Scroll.h
mcppc -c Application.c
Events.o: ACDPlay_protos.h AsmLib/CD-ROM.h AsmLib/QuickFuncs.h Constants.h Events.c Locale.h Structures/AppAsl.h\
Structures/Application.h Structures/AppWin.h Structures/BevelBox.h Structures/CDStruct.h Structures/DirNode.h\
Structures/MyPubScreenNode.h Structures/PlayListNode.h Structures/Scroll.h
mcppc -c Events.c
Visual.o: ACDPlay_protos.h ACDP_Logo.c AsmLib/CD-ROM.h AsmLib/QuickFuncs.h Constants.h Locale.h Structures/AppAsl.h\
Structures/Application.h Structures/AppWin.h Structures/BevelBox.h Structures/CDStruct.h Structures/DirNode.h\
Structures/MyPubScreenNode.h Structures/PlayListNode.h Structures/Scroll.h Visual.c
mcppc -c Visual.c