Makefile.m4 revision 256281
1178825Sdfrdnl $Id: Makefile.m4,v 1.73 2013/03/12 15:24:50 ca Exp $
2233294Sstasdefine(`confREQUIRE_LIBUNIX')
3233294Sstasinclude(confBUILDTOOLSDIR`/M4/switch.m4')
4233294Sstas
5178825Sdfrdefine(`confREQUIRE_LIBSM', `true')
6233294Sstasdefine(`confREQUIRE_SM_OS_H', `true')
7233294SstasPREPENDDEF(`confENVDEF', `confMAPDEF')
8233294SstasbldPRODUCT_START(`library', `libsm')
9178825Sdfrdefine(`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 ')
10233294SstasbldPRODUCT_END
11233294Sstasdnl msg.c
12178825Sdfrdnl syslogio.c
13233294Sstas
14233294Sstasdefine(`confCHECK_LIBS',`libsm.a')dnl
15233294Sstasinclude(confBUILDTOOLSDIR`/M4/'bldM4_TYPE_DIR`/check.m4')
16178825Sdfrsmcheck(`t-event', `compile-run')
17233294Sstassmcheck(`t-exc', `compile-run')
18233294Sstassmcheck(`t-rpool', `compile-run')
19233294Sstassmcheck(`t-string', `compile-run')
20178825Sdfrsmcheck(`t-smstdio', `compile-run')
21233294Sstassmcheck(`t-fget', `compile-run')
22233294Sstassmcheck(`t-match', `compile-run')
23233294Sstassmcheck(`t-strio', `compile-run')
24233294Sstassmcheck(`t-heap', `compile-run')
25233294Sstassmcheck(`t-fopen', `compile-run')
26233294Sstassmcheck(`t-strl', `compile-run')
27233294Sstassmcheck(`t-strrevcmp', `compile-run')
28233294Sstassmcheck(`t-types', `compile-run')
29233294Sstassmcheck(`t-path', `compile-run')
30233294Sstassmcheck(`t-float', `compile-run')
31233294Sstassmcheck(`t-scanf', `compile-run')
32178825Sdfrsmcheck(`t-shm', `compile-run')
33178825Sdfrsmcheck(`t-sem', `compile-run')
34233294Sstasdnl smcheck(`t-msg', `compile-run')
35178825Sdfrsmcheck(`t-cf')
36233294Sstassmcheck(`b-strcmp')
37178825Sdfrdnl SM_CONF_STRL cannot be turned off
38178825Sdfrdnl smcheck(`b-strl')
39178825Sdfrsmcheck(`t-memstat')
40178825Sdfr
41178825Sdfrsmcheck(`t-qic', `compile-run')
42178825Sdfrdivert(bldTARGETS_SECTION)
43178825Sdfrdivert(0)
44178825Sdfr
45bldFINISH
46