Allowed Close to set closed flag before attepting lock of channels
[pwlib.git] / make / pwlib.mak
blob9e55101dcde2aa877c99539669cee806f176bbcb
2 # pwlib.mak
4 # mak rules to be included in a pwlib application Makefile.
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
18 # under the License.
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): ______________________________________.
29 # $Log$
30 # Revision 1.4 1998/12/02 02:39:53 robertj
31 # New directory structure.
33 # Revision 1.2 1998/11/26 07:29:23 craigs
34 # *** empty log message ***
36 # Revision 1.1 1998/11/22 10:42:29 craigs
37 # Initial revision
39 # Revision 1.3 1998/10/16 13:45:17 robertj
40 # Fixed included make file name
42 # Revision 1.2 1998/09/24 04:20:53 robertj
43 # Added open software license.
46 ifndef PWLIBDIR
47 PWLIBDIR=$(HOME)/pwlib
48 endif
50 include $(PWLIBDIR)/make/unix.mak
51 include $(PWLIBDIR)/make/gui.mak
52 include $(PWLIBDIR)/make/common.mak
54 # End of pwlib.mak