Lines 195-200
libelf_convert.c: elf_types.m4 libelf_convert.m4
Link Here
|
195 |
libelf_fsize.c: elf_types.m4 libelf_fsize.m4 |
195 |
libelf_fsize.c: elf_types.m4 libelf_fsize.m4 |
196 |
libelf_msize.c: elf_types.m4 libelf_msize.m4 |
196 |
libelf_msize.c: elf_types.m4 libelf_msize.m4 |
197 |
|
197 |
|
|
|
198 |
PACKAGE_VERSION= 0.186 |
199 |
|
200 |
libelf.pc: libelf.pc.in |
201 |
sed -e 's,@prefix@,/usr,g ; \ |
202 |
s,@exec_prefix@,$${prefix},g ; \ |
203 |
s,@libdir@,$${exec_prefix}/lib,g ; \ |
204 |
s,@sharedlibdir@,$${libdir},g ; \ |
205 |
s,@includedir@,$${prefix}/include,g ; \ |
206 |
s,@PACKAGE_VERSION@,${PACKAGE_VERSION},g ;' \ |
207 |
${.ALLSRC} > ${.TARGET} |
208 |
|
209 |
PCFILES= libelf.pc |
210 |
|
198 |
.include <bsd.lib.mk> |
211 |
.include <bsd.lib.mk> |
199 |
|
212 |
|
200 |
# Keep the .SUFFIXES line after the include of bsd.lib.mk |
213 |
# Keep the .SUFFIXES line after the include of bsd.lib.mk |