2 # MODEX library makefile (for Borland MAKE)
\r
3 # Copyright (c) 1993,1994 by Alessandro Scotti
\r
56 PASO = /m -$D- -$L- -$S-
\r
59 # LIB maker, uses response file
\r
67 # modex.tpu modex.tpp
\r
69 #modex.tpu: $(LIBOBJS) modex.pas
\r
70 # $(PASC) $(PASO) modex
\r
74 #modex.tpp: $(LIBOBJS) modex.pas
\r
75 # $(PASC) /cp $(PASO) modex
\r
78 modex.lib: modex.lbr $(LIBOBJS)
\r
79 $(LIBC) modex.lib @modex.lbr
\r
81 $(LIBOBJS): modex.def
\r