Break up main() into separate .o's so making and linking against shared...
authorCraig Burley <burley@gnu.org>
Fri, 22 May 1998 10:32:18 +0000 (06:32 -0400)
committerDave Love <fx@gcc.gnu.org>
Fri, 22 May 1998 10:32:18 +0000 (10:32 +0000)
commit5a276a25c603bea17c90bf907e1d5bf14998186d
tree8df364a299ab2b75b299926afe0332fabc7755e8
parentaa43c90be934eae9e0065a79b7819c9ce0ea519a
Break up main() into separate .o's so making and linking against shared...

Tue May 19 12:50:27 1998  Craig Burley  <burley@gnu.org>
Break up main() into separate .o's so making and
linking against shared libraries with non-Fortran
main() routines is easier:
* Makefile.in (MISC): Add setarg.o and setsig.o.
* libF77/Makefile.in (MISC): Ditto.
* libF77/setarg.c: New file, contains f_setarg().
* libF77/setsig.c: New file, contains f_setsig().
* libF77/getarg_.c: Rename xarg* to f__xarg*.
* libF77/iargc_.c: Ditto

From-SVN: r19956
libf2c/ChangeLog
libf2c/Makefile.in
libf2c/libF77/Makefile.in
libf2c/libF77/getarg_.c
libf2c/libF77/iargc_.c
libf2c/libF77/main.c
libf2c/libF77/setarg.c [new file with mode: 0644]
libf2c/libF77/setsig.c [new file with mode: 0644]