1dnl $Id: Makefile.m4,v 1.72 2006/08/16 21:06:31 ca Exp $ 2define(`confREQUIRE_LIBUNIX') 3include(confBUILDTOOLSDIR`/M4/switch.m4') 4 5define(`confREQUIRE_LIBSM', `true') 6define(`confREQUIRE_SM_OS_H', `true') 7PREPENDDEF(`confENVDEF', `confMAPDEF') 8bldPRODUCT_START(`library', `libsm') 9define(`bldSOURCES', ` assert.c debug.c errstring.c exc.c heap.c match.c rpool.c strdup.c strerror.c strl.c clrerr.c fclose.c feof.c ferror.c fflush.c fget.c fpos.c findfp.c flags.c fopen.c fprintf.c fpurge.c fput.c fread.c fscanf.c fseek.c fvwrite.c fwalk.c fwrite.c get.c makebuf.c put.c refill.c rewind.c setvbuf.c smstdio.c snprintf.c sscanf.c stdio.c strio.c ungetc.c vasprintf.c vfprintf.c vfscanf.c vprintf.c vsnprintf.c wbuf.c wsetup.c string.c stringf.c xtrap.c strto.c test.c path.c strcasecmp.c strrevcmp.c signal.c clock.c config.c shm.c sem.c mbdb.c strexit.c cf.c ldap.c niprop.c mpeix.c memstat.c util.c ') 10bldPRODUCT_END 11dnl msg.c 12dnl syslogio.c 13 14define(`confCHECK_LIBS',`libsm.a')dnl 15include(confBUILDTOOLSDIR`/M4/'bldM4_TYPE_DIR`/check.m4') 16smcheck(`t-event', `compile-run') 17smcheck(`t-exc', `compile-run') 18smcheck(`t-rpool', `compile-run') 19smcheck(`t-string', `compile-run') 20smcheck(`t-smstdio', `compile-run') 21smcheck(`t-match', `compile-run') 22smcheck(`t-strio', `compile-run') 23smcheck(`t-heap', `compile-run') 24smcheck(`t-fopen', `compile-run') 25smcheck(`t-strl', `compile-run') 26smcheck(`t-strrevcmp', `compile-run') 27smcheck(`t-types', `compile-run') 28smcheck(`t-path', `compile-run') 29smcheck(`t-float', `compile-run') 30smcheck(`t-scanf', `compile-run') 31smcheck(`t-shm', `compile-run') 32smcheck(`t-sem', `compile-run') 33dnl smcheck(`t-msg', `compile-run') 34smcheck(`t-cf') 35smcheck(`b-strcmp') 36dnl SM_CONF_STRL cannot be turned off 37dnl smcheck(`b-strl') 38smcheck(`t-memstat') 39 40smcheck(`t-qic', `compile-run') 41divert(bldTARGETS_SECTION) 42divert(0) 43 44bldFINISH 45