pike.git/
src/
post_modules/
ZXID/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
2011-10-27
2011-10-27 12:43:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>
bf8ec9500deebc67f1cfd6823a8da0dcecaf9698 (
14
lines) (+
14
/-
0
)
[
Show
|
Annotate
]
Branch:
7.9
ZXID: Initial implementation.
1:
+
# $Id$
+
@make_variables@
+
VPATH=@srcdir@
+
MODNAME=ZXID
+
OBJS=zxid.o
+
MODULE_LDFLAGS=@LDFLAGS@ @LIBS@
+
CONFIG_HEADERS=@CONFIG_HEADERS@
-
+
@dynamic_module_makefile@
+
+
# Compatibility with stupid makes..
+
zxid.o: $(SRCDIR)/zxid.c
+
+
@dependencies@
Newline at end of file added.