4 # Make file for pwlib library
6 # Portable Windows Library
8 # Copyright (c) 1993-1998 Equivalence Pty. Ltd.
10 # The contents of this file are subject to the Mozilla Public License
11 # Version 1.0 (the "License"); you may not use this file except in
12 # compliance with the License. You may obtain a copy of the License at
13 # http://www.mozilla.org/MPL/
15 # Software distributed under the License is distributed on an "AS IS"
16 # basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
17 # the License for the specific language governing rights and limitations
20 # The Original Code is Portable Windows Library.
22 # The Initial Developer of the Original Code is Equivalence Pty. Ltd.
24 # Portions are Copyright (C) 1993 Free Software Foundation, Inc.
25 # All Rights Reserved.
27 # Contributor(s): ______________________________________.
30 # Revision 1.1 2003/01/07 09:41:38 rogerh
31 # Makefile to build most of the pwlib sample programs
38 include ..
/make
/ptlib.mak
40 SUBDIRS
+= ThreadSafe audio find_ip hello_world netif thread
41 #SUBDIRS += pxml xmlrpc xmlrpcsrvr #expat + some are broken
42 #SUBDIRS += vxmltest # no makefile
44 # all these targets are just passed to all subdirectories
45 $(subst tagbuild
,,$(STANDARD_TARGETS
)) ::
46 set
-e
; $(foreach dir,$(SUBDIRS
),$(MAKE
) -C
$(dir) $@
;)