| version 1.100, 1997/05/09 05:43:42 |
version 1.101, 1997/05/09 06:19:55 |
| Line 17 SHLIB_MAJOR != . ${.CURDIR}/shlib_versio |
|
| Line 17 SHLIB_MAJOR != . ${.CURDIR}/shlib_versio |
|
| SHLIB_MINOR != . ${.CURDIR}/shlib_version ; echo $$minor |
SHLIB_MINOR != . ${.CURDIR}/shlib_version ; echo $$minor |
| .endif |
.endif |
| |
|
| # prefer .S to a .c, add .po, remove stuff not used in the BSD libraries. |
# add additional suffixes not exported. |
| # .so used for PIC object files. .ln used for lint output files. |
# .po is used for profiling object files. |
| .SUFFIXES: |
# .so is used for PIC object files. |
| .SUFFIXES: .out .o .po .so .S .s .c .cc .C .f .y .l .ln .m4 |
.SUFFIXES: .out .a .ln .so .po .o .c .cc .C .F .f .r .y .l .s .S .cl .p .h .sh .m4 |
| |
|
| |
|
| # Set PICFLAGS to cc flags for producing position-independent code, |
# Set PICFLAGS to cc flags for producing position-independent code, |