Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members  

Makefile

00001 #
00002 # NOTE: "zlib/libpng" style License
00003 #
00004 #                 ----=== s t d n e t ===----
00005 #
00006 # Copyright (c) 2002 Warwick Molloy   w-molloy@users.sf.net
00007 #
00008 # Copyright (c) 2002 Stdnet Community
00009 # HTTP://Sourceforge.net/projects/stdnet
00010 #
00011 # All references to "software" refer to the stdnet.
00012 #
00013 # This software is provided 'as-is', without any express or
00014 # implied warranty. In no event will the authors be held liable
00015 # for any damages arising from the use of this software.
00016 #
00017 # Permission is granted to anyone to use this software for any
00018 # purpose, including commercial applications, and to alter it
00019 # and redistribute it freely, subject to the following
00020 # restrictions:
00021 #
00022 # 1.  The origin of this software must not be misrepresented;
00023 #     you must not claim that you wrote the original software.
00024 #     If you use this software in a product, an acknowledgment
00025 #     in the product documentation would be appreciated but
00026 #     is not required.
00027 #
00028 # 2.  Altered source versions must be plainly marked as such,
00029 #     and must not be misrepresented as being the original
00030 #     software.
00031 #
00032 # 3.  This notice may not be removed or altered from any source
00033 #      distribution.
00034 #  
00035 
00036 #   $Id: stdnet_2io_2Makefile-source.html,v 1.1 2002/08/13 04:42:20 w-molloy Exp $
00037 #
00038 #   <base>/src/stdnet/io/Makefile
00039 #
00040 BASE        =   ../../..
00041 
00042 SRC         =   PrintStream.cpp \
00043                 FileOutputStream.cpp \
00044                 FileInputStream.cpp \
00045                 FilterInputStream.cpp \
00046                 BufferedInputStream.cpp
00047 
00048 BIN         =   $(SRC:%.cpp=%.o)
00049 
00050 
00051 include $(BASE)/src/MakeRule
00052 
00053 
00054 FileOutputStream.o: FileOutputStream.cpp \
00055                     $(INC)/stdnet/io/FileOutputStream
00056 
00057 PrintStream.o:      PrintStream.cpp \
00058                     $(INC)/stdnet/io/PrintStream
00059 
00060 FileInputStream.o:  FileInputStream.cpp \
00061                     $(INC)/stdnet/io/FileInputStream
00062 
00063 FilterInputStream.o:    FilterInputStream.cpp \
00064                     $(INC)/stdnet/io/FilterInputStream
00065 
00066 BufferedInputStream.o:  BufferedInputStream.cpp \
00067                     $(INC)/stdnet/io/BufferedInputStream
00068 
00069 clean:
00070     rm -f $(BIN)
00071 
00072 

Generated at Tue Aug 13 14:19:39 2002 for stdnet2 by doxygen1.2.9.1 written by Dimitri van Heesch, © 1997-2001