Makefile.m4 revision 285303
1dnl $Id: Makefile.m4,v 1.75 2013-08-27 19:02:10 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 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 inet6_ntop.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-fget', `compile-run')
22smcheck(`t-match', `compile-run')
23smcheck(`t-strio', `compile-run')
24smcheck(`t-heap', `compile-run')
25smcheck(`t-fopen', `compile-run')
26smcheck(`t-strl', `compile-run')
27smcheck(`t-strrevcmp', `compile-run')
28smcheck(`t-types', `compile-run')
29smcheck(`t-path', `compile-run')
30smcheck(`t-float', `compile-run')
31smcheck(`t-scanf', `compile-run')
32smcheck(`t-shm', `compile-run')
33smcheck(`t-sem', `compile-run')
34smcheck(`t-inet6_ntop', `compile-run')
35dnl smcheck(`t-msg', `compile-run')
36smcheck(`t-cf')
37smcheck(`b-strcmp')
38dnl SM_CONF_STRL cannot be turned off
39dnl smcheck(`b-strl')
40smcheck(`t-memstat')
41
42smcheck(`t-qic', `compile-run')
43divert(bldTARGETS_SECTION)
44divert(0)
45
46bldFINISH
47