1## process this file with automake to produce Makefile.am 2AUTOMAKE_OPTIONS=foreign 3noinst_LTLIBRARIES=libtsrm.la 4libtsrm_la_SOURCES = TSRM.c tsrm_strtok_r.c 5 6depend: 7
1## process this file with automake to produce Makefile.am 2AUTOMAKE_OPTIONS=foreign 3noinst_LTLIBRARIES=libtsrm.la 4libtsrm_la_SOURCES = TSRM.c tsrm_strtok_r.c 5 6depend: 7