2003-07-16 01:53:15 +02:00
|
|
|
SRC := libnode.c
|
|
|
|
TARGETS := libnode.a libnode.so
|
|
|
|
FILE_LIB := libnode.a libnode.so
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
include ../Makefile.var
|
|
|
|
include ../Makefile.rule
|
2002-02-26 17:51:47 +01:00
|
|
|
|
2001-11-26 11:17:43 +01:00
|
|
|
|
|
|
|
|
2003-07-16 01:53:15 +02:00
|
|
|
DEP = libnode.h ../include/node.h Makefile
|
|
|
|
INCLUDE = -I . -I ../include
|
|
|
|
|
|
|
|
ifdef _LIBVER_SUPPORT
|
|
|
|
DEP += ../../libver/ver.h
|
|
|
|
INCLUDE += -I ../../libver/lib
|
|
|
|
endif
|
|
|
|
|
2002-02-26 00:37:21 +01:00
|
|
|
|
2001-11-26 11:17:43 +01:00
|
|
|
|
2003-07-16 01:53:15 +02:00
|
|
|
libnode.o : libnode.c $(DEP)
|