| 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.5 2002/08/21 11:22:37 weaselp Exp $ |
# $Id: Makefile.in,v 1.6 2002/08/21 15:24:28 weaselp 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 |
|
|