pjs/dbm/Makefile.in

23 строки
273 B
Makefile
Исходник Обычный вид История

1998-08-20 00:42:14 +04:00
#! gmake
DEPTH = ..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = dbm
RELEASE = dbm
DIRS = include \
src \
$(NULL)
1999-01-22 13:04:51 +03:00
ifdef ENABLE_TESTS
DIRS += tests
endif
1998-08-20 00:42:14 +04:00
include $(topsrcdir)/config/rules.mk