Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / regress / buildlink-libtool / files / Makefile
blobef5ff98aec83383ce879d7f1898cec8898e4e8c7
1 # $NetBSD$
3 .PHONY: all
4 all: libregress1.la libregress2.la
6 .SUFFIXES: .lo
8 .c.lo:
9 ${LIBTOOL} --mode=compile ${CC} -c $<
11 libregress1.la: f.lo
12 ${LIBTOOL} --mode=link ${CC} -o $@ $> \
13 -rpath ${PREFIX}/lib -version-info 0:0
15 libregress2.la: libregress1.la f.lo
16 ${LIBTOOL} --mode=link ${CC} -o $@ $> libregress1.la \
17 -rpath ${PREFIX}/lib -version-info 0:0