Get lib/argp* from glibc.
[pspp] / config / srclist.txt
1 # $Id: srclist.txt,v 1.16 2003-07-08 23:25:13 eggert Exp $
2 # Files for which we are not the source.  See ./srclistvars.sh for the
3 # variable definitions.
4
5 $GNUCONFIG/config.guess         config
6 $GNUCONFIG/config.sub           config
7 #
8 $AUTOMAKE/lib/depcomp           config
9 $AUTOMAKE/lib/install-sh        config
10 $AUTOMAKE/lib/mdate-sh          config
11 $AUTOMAKE/lib/missing           config
12 $AUTOMAKE/lib/mkinstalldirs     config
13 #
14 $TEXINFOSRC/doc/texinfo.tex     config
15
16 $AUTOCONF/INSTALL               doc
17 #
18 $GNUORG/COPYING.DOC             doc
19 $GNUORG/fdl.texi                doc
20
21 $GETTEXT/gettext.h              lib
22 #
23 $LIBCSRC/argp/argp-ba.c                 lib gpl
24 $LIBCSRC/argp/argp-eexst.c              lib gpl
25 $LIBCSRC/argp/argp-fmtstream.c          lib gpl
26 $LIBCSRC/argp/argp-fmtstream.h          lib gpl
27 $LIBCSRC/argp/argp-fs-xinl.c            lib gpl
28 $LIBCSRC/argp/argp.h                    lib gpl
29 $LIBCSRC/argp/argp-help.c               lib gpl
30 $LIBCSRC/argp/argp-namefrob.h           lib gpl
31 $LIBCSRC/argp/argp-parse.c              lib gpl
32 $LIBCSRC/argp/argp-pv.c                 lib gpl
33 $LIBCSRC/argp/argp-pvh.c                lib gpl
34 $LIBCSRC/argp/argp-xinl.c               lib gpl
35 $LIBCSRC/sysdeps/generic/strtoll.c      lib gpl
36 $LIBCSRC/posix/getopt.h                 lib gpl
37 $LIBCSRC/posix/getopt1.c                lib gpl
38 $LIBCSRC/posix/regex.h                  lib gpl
39 $LIBCSRC/string/strdup.c                lib gpl
40 # This can be uncommented after libc mktime is fixed.
41 #$LIBCSRC/time/mktime.c                 lib gpl
42 #
43 # These are close, but ...
44 #$LIBCSRC/malloc/obstack.c              lib gpl
45 #$LIBCSRC/posix/getopt.c                lib gpl
46 #
47 # - libc/sysdeps/generic has memcpy.c, memmove.c, strcasecmp.c, but they
48 #   are totally different implementations.
49 # - Likewise libc/string/strerror.c.
50 # - libc/locale/programs/xstrdup.c is almost usable, but uses the __P
51 #   prototype macro.