Revision 0feaf677a828107a4493a2445f67e6a43418c3a8 authored by Paul Adenot on 04 March 2013, 14:48:58 UTC, committed by Paul Adenot on 04 March 2013, 14:48:58 UTC
1 parent 15f8187
Raw File
Makefile.in
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

DEPTH		= @DEPTH@
topsrcdir	= @top_srcdir@
srcdir		= @srcdir@
VPATH		= @srcdir@

include $(DEPTH)/config/autoconf.mk

MODULE		= rdf
DIRS		= base util datasource build

ifdef ENABLE_TESTS
TOOL_DIRS	+= tests
endif

include $(topsrcdir)/config/rules.mk
back to top