]> gcc.gnu.org Git - gcc.git/blobdiff - libstdc++-v3/libio/Makefile.am
C/C++ io merge/sync.
[gcc.git] / libstdc++-v3 / libio / Makefile.am
index 0493e93a3902316a8c421f0cf4213164d8b8d02c..44e56cc77f53d01cd5ad90c98efe40664d812b19 100644 (file)
@@ -1,6 +1,6 @@
 ## Makefile for the libio subdirectory of the GNU C++ Standard library.
 ##
-## Copyright (C) 1999, 2000 Cygnus Solutions
+## Copyright (C) 1999, 2000 Free Software Foundation, Inc.
 ##
 ## This file is part of the libstdc++ version 3 distribution.
 ## Process this file with automake to produce Makefile.in.
@@ -64,14 +64,14 @@ LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) \
 
 LINK = $(LIBTOOL) --mode=link "$(CCLD)" $(CFLAGS) $(AM_CFLAGS) $(LDFLAGS) -o $@
 
-#includes = 
 
 libio_headers = \
         libio.h libioP.h iolibio.h
 
 if GLIBCPP_NEED_LIBIO
 LIBIO_SRCS = \
-       filedoalloc.c genops.c fileops.c stdfiles.c cleanup.c c_codecvt.c
+       filedoalloc.c genops.c fileops.c stdfiles.c c_codecvt.c
+#      filedoalloc.c genops.c fileops.c stdfiles.c cleanup.c c_codecvt.c
 else
 LIBIO_SRCS =
 endif
This page took 0.026094 seconds and 5 git commands to generate.