2 # MODEX library makefile (for Borland MAKE)
\r
3 # Copyright (c) 1993,1994 by Alessandro Scotti
\r
57 PASO = /m -$D- -$L- -$S-
\r
60 # LIB maker, uses response file
\r
68 # modex.tpu modex.tpp
\r
70 #modex.tpu: $(LIBOBJS) modex.pas
\r
71 # $(PASC) $(PASO) modex
\r
75 #modex.tpp: $(LIBOBJS) modex.pas
\r
76 # $(PASC) /cp $(PASO) modex
\r
79 modex.lib: modex.lbr $(LIBOBJS)
\r
80 $(LIBC) modex.lib @modex.lbr
\r
82 $(LIBOBJS): modex.def
\r