# # Copyright (c) 1994, 1995, 1996 Gunther Schadow. All rights reserved. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. TOPDIR := ../.. CC_SRCS := Xdr.cc H_SRCS := Xdr.h Xdr.icc JUNK += Xdr all: lib include $(TOPDIR)/GNUmakefile.inc ### Do not change this line, make depend uses it! ### Xdr.o: Xdr.cc Xdr.h /usr/include/rpc/types.h /usr/include/sys/types.h \ /usr/include/sys/cdefs.h /usr/include/machine/endian.h \ /usr/include/machine/ansi.h /usr/include/machine/types.h \ /usr/include/sys/time.h /usr/include/time.h /usr/include/rpc/xdr.h \ /usr/include/unistd.h /usr/include/sys/unistd.h \ /usr/local/lib/gcc-lib/i386-unknown-freebsd2.1.0/2.7.2/include/limits.h \ /usr/local/lib/gcc-lib/i386-unknown-freebsd2.1.0/2.7.2/include/syslimits.h \ /usr/include/limits.h /usr/include/machine/limits.h \ /usr/include/sys/syslimits.h /usr/local/lib/g++-include/streambuf.h \ /usr/local/lib/g++-include/libio.h \ /usr/local/lib/g++-include/_G_config.h Xdr.icc