home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 2
/
DATAFILE_PDCD2.iso
/
utilities3
/
discindex
/
DiscIndex
/
Source
/
MakeData
< prev
next >
Wrap
Text File
|
1994-08-02
|
1KB
|
33 lines
# MakeFile for use with DiscIndex 1.00 (c) NA Carson 1994 A.D.
# For use with nmu (Neil's Make Utility)
source_files
{
<D$Dir>.C.FileUtils # Search, store etc.
<D$Dir>.C.LoadSave # Load and save records
<D$Dir>.C.Main # Guess... !
<D$Dir>.C.Mem_Man # Linked list manager
<D$Dir>.C.Recurse # Code for recursing thro' dir's.
<D$Dir>.C.Search # Code for searching
<D$Dir>.C.WinFill # Code for filling in windows
}
object_files
{
<D$Dir>.O.FileUtils
<D$Dir>.O.LoadSave
<D$Dir>.O.Main
<D$Dir>.O.Mem_Man
<D$Dir>.O.Recurse
<D$Dir>.O.Search
<D$Dir>.O.WinFill
}
# The command used to invoke the compiler - %0 = object name, %1 = source name
compile_cli = "cc -c -I$.Libraries.CLib,$.Libraries.RISC_OSLib,$.Projects.DiscIndex -o%0 %1"
# The command string used to invoke the linker...
link_cli = "link -VIA $.Projects.DiscIndex.Sauce.LinkList -o <DiscIndex$Dir>.!RunImage"