| 5 |
# ANY KIND, either express or implied. See the file COPYRIGHT for |
# ANY KIND, either express or implied. See the file COPYRIGHT for |
| 6 |
# details. |
# details. |
| 7 |
|
|
| 8 |
# $Id: Makefile.in,v 1.4 2002/07/24 07:48:50 rabbi Exp $ |
# $Id: Makefile.in,v 1.4.2.1 2002/10/04 23:49:16 rabbi Exp $ |
| 9 |
|
|
| 10 |
# Edit according to the libraries you want to use: |
# Edit according to the libraries you want to use: |
| 11 |
INC = %INC |
INC = %INC |
| 12 |
DEF = %DEF -DUSE_SOCK %MIXDIR -DCOMPILEDPASS='"$(PASS)"' |
DEF = %DEF -DUSE_SOCK %MIXDIR |
| 13 |
LIBS = %LIBS |
LIBS = %LIBS |
| 14 |
LDFLAGS = %LDFLAGS |
LDFLAGS = %LDFLAGS |
| 15 |
|
|