source: trunk/third/sendmail/libsm/Makefile.m4 @ 19204

Revision 19204, 1.5 KB checked in by zacheiss, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r19203, which included commits to RCS files with non-trunk default branches.
Line 
1dnl $Id: Makefile.m4,v 1.1.1.1 2003-04-08 15:07:47 zacheiss Exp $
2define(`confREQUIRE_LIBUNIX')
3include(confBUILDTOOLSDIR`/M4/switch.m4')
4
5define(`confREQUIRE_LIBSM', `true')
6PREPENDDEF(`confENVDEF', `confMAPDEF')
7bldPRODUCT_START(`library', `libsm')
8define(`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 vsprintf.c vsscanf.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 mbdb.c strexit.c cf.c ldap.c niprop.c mpeix.c ')
9bldPRODUCT_END
10dnl sem.c msg.c
11dnl syslogio.c
12
13include(confBUILDTOOLSDIR`/M4/'bldM4_TYPE_DIR`/sm-test.m4')
14smtest(`t-event', `run')
15smtest(`t-exc', `run')
16smtest(`t-rpool', `run')
17smtest(`t-string', `run')
18smtest(`t-smstdio', `run')
19smtest(`t-match', `run')
20smtest(`t-strio', `run')
21smtest(`t-heap', `run')
22smtest(`t-fopen', `run')
23smtest(`t-strl', `run')
24smtest(`t-strrevcmp', `run')
25smtest(`t-types', `run')
26smtest(`t-path', `run')
27smtest(`t-float', `run')
28smtest(`t-scanf', `run')
29smtest(`t-shm', `run')
30dnl smtest(`t-sem', `run')
31dnl smtest(`t-msg', `run')
32smtest(`t-cf')
33smtest(`b-strcmp')
34dnl SM_CONF_STRL cannot be turned off
35dnl smtest(`b-strl')
36
37bldFINISH
Note: See TracBrowser for help on using the repository browser.