diff options
Diffstat (limited to 'numlib/Makefile.am')
| -rw-r--r-- | numlib/Makefile.am | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/numlib/Makefile.am b/numlib/Makefile.am new file mode 100644 index 0000000..0a5f103 --- /dev/null +++ b/numlib/Makefile.am @@ -0,0 +1,26 @@ +# +# Copyright 1998 - 2004 Double Precision, Inc. See COPYING for +# distribution information. + + +CLEANFILES=$(noinst_DATA) +noinst_LTLIBRARIES=libnumlib.la + +libnumlib_la_SOURCES=\ + atotimet.c \ + atouidt.c \ + changeuidgid.c \ + numlib.h \ + strdevt.c \ + strgidt.c \ + strhdevt.c \ + strhinot.c \ + strhpidt.c \ + strhtimet.c \ + strinot.c \ + strofft.c \ + strpidt.c \ + strsize.c \ + strsizet.c \ + strtimet.c \ + struidt.c |
