Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / config / Makefile.libtool.in
1 # This Makefile fragment contains rules necessary to build libtool libraries,
2 # the Makefile rules necessary to use them are all in Makefile.config
3
4 .SUFFIXES: .lo
5
6 .c.lo:
7 $(LT_CCRULE) $<
8 %.lo: %.c
9 $(LT_CCRULE) $<
10 .m.lo:
11 $(LT_CCRULE) $<
12