home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-09-26 | 339 b | 18 lines |
- #
- # DMakefile V2.0
- #
- # Makefile for ToolManager 2.0 (example program)
- #
- # (c) 1990-92 Stefan Becker
- #
- IDIR = /include
- LDIR = /dlib
- FLAGS = -mRR -proto -I $(IDIR) -L $(LDIR)
-
- example : example.c
- dcc $(FLAGS) -o %(left) %(right) -ltm
-
- example : $(IDIR)/libraries/toolmanager.h $(IDIR)/clib/toolmanager_protos.h
-
- example : DMakefile
-