home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-08-20 | 1.2 KB | 38 lines |
- all: Synth_Librarian Synth_Catalogs
-
- Synth_Librarian: comtask.o FileOp.o SynthLib.o SynthLibInt.o
- slink to Synth_Librarian from lib:c.o comtask.o synthlib.o fileop.o synthlibint.o lib lib:sc.lib lib:amiga.lib
-
- SynthLib.o: SCOptions SynthLib.c SynthLibLoc.h SynthLib.h SynthLibInt.h
- sc with SCOptions NOSTKCHK SynthLib.c
-
- SynthLibInt.o: SCoptions SynthLibInt.c SynthLibInt.h SynthLibLoc.h
- sc with SCoptions NOSTKCHK SynthLibInt.c
-
- FileOp.o: SCoptions FileOp.c SynthLibLoc.h SynthLib.h SynthLibInt.h
- sc with SCoptions NOSTKCHK FileOp.c
-
- ComTask.o: SCoptions ComTask.c ComTaskLoc.h SynthLib.h
- sc with SCoptions NOSTKCHK ComTask.c
-
- SynthLibLoc.h: SynthLib.cd
- catcomp SynthLib.cd CFILE SynthLibLoc.h
-
- ComTaskLoc.h: ComTask.cd
- catcomp ComTask.cd CFILE ComTaskLoc.h
-
- Synth_Catalogs: Synth_Catalogs_fr
-
- Synth_Catalogs_fr: fr_catalog_assign fr_catalog:SynthLib.catalog fr_catalog:Comtask.catalog
-
- fr_catalog_assign:
- assign fr_catalog: catalogs/français/SynthLib
-
- fr_catalog:SynthLib.catalog: SynthLib.cd SynthLib.francais.ct
- catcomp SynthLib.cd SynthLib.francais.ct CATALOG fr_catalog:SynthLib.catalog
-
- fr_catalog:ComTask.catalog: Comtask.cd Comtask.francais.ct
- catcomp ComTask.cd ComTask.francais.ct CATALOG fr_catalog:ComTask.catalog
-
-
-