home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d7xx
/
d752
/
toolmanager.lha
/
ToolManager
/
Programmers
/
Programmers.lha
/
examples
/
DMakefile
next >
Wrap
Makefile
|
1992-09-26
|
339b
|
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