summaryrefslogtreecommitdiff
path: root/src/theory/Makefile.subdirs
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2013-11-06 16:58:16 -0500
committerMorgan Deters <mdeters@cs.nyu.edu>2013-11-07 17:47:19 -0500
commitad4298296a1d0a93e63fbfdbdc1cc7d0032fafd8 (patch)
tree12e41e99a21a16cf9cff7374a84d9a6527f03c8b /src/theory/Makefile.subdirs
parent4659954ecdafb95d093e85cdf5c89815845488ed (diff)
Flatten libcvc4 build structure; remove some #include interdependences
Diffstat (limited to 'src/theory/Makefile.subdirs')
-rw-r--r--src/theory/Makefile.subdirs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/Makefile.subdirs b/src/theory/Makefile.subdirs
index 99adc7d0d..9dbe458df 100644
--- a/src/theory/Makefile.subdirs
+++ b/src/theory/Makefile.subdirs
@@ -1,5 +1,5 @@
-$(top_builddir)/src/theory/.subdirs: $(top_srcdir)/src/theory/Makefile.am
- $(AM_V_at)grep '^SUBDIRS = ' $(top_srcdir)/src/theory/Makefile.am | cut -d' ' -f3- | tr ' ' "\n" | xargs -I__D__ echo $(top_srcdir)/src/theory/__D__/kinds >$(top_builddir)/src/theory/.subdirs.tmp
+$(top_builddir)/src/theory/.subdirs: $(top_srcdir)/src/Makefile.am
+ $(AM_V_at)grep '^THEORIES = ' $(top_srcdir)/src/Makefile.am | cut -d' ' -f3- | tr ' ' "\n" | xargs -I__D__ echo $(top_srcdir)/src/theory/__D__/kinds >$(top_builddir)/src/theory/.subdirs.tmp
@if ! diff -q $(top_builddir)/src/theory/.subdirs $(top_builddir)/src/theory/.subdirs.tmp &>/dev/null; then \
echo " GEN " $@; \
$(am__mv) $(top_builddir)/src/theory/.subdirs.tmp $(top_builddir)/src/theory/.subdirs; \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback