Skip to content

Commit

Permalink
Merge branch 'pr/146' into trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
gares committed Jun 15, 2016
2 parents 425c158 + a86ae18 commit 5c9cb7c
Show file tree
Hide file tree
Showing 8 changed files with 2,238 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile.common
Expand Up @@ -61,7 +61,8 @@ PLUGINS:=\
omega romega micromega quote \
setoid_ring extraction fourier \
cc funind firstorder derive \
rtauto nsatz syntax decl_mode btauto
rtauto nsatz syntax decl_mode btauto \
ssrmatching

SRCDIRS:=\
$(CORESRCDIRS) \
Expand Down Expand Up @@ -119,13 +120,14 @@ OTHERSYNTAXCMA:=$(addprefix plugins/syntax/, \
string_syntax_plugin.cmo )
DECLMODECMA:=plugins/decl_mode/decl_mode_plugin.cmo
DERIVECMA:=plugins/derive/derive_plugin.cmo
SSRMATCHINGCMA:=plugins/ssrmatching/ssrmatching.cmo

PLUGINSCMA:=$(OMEGACMA) $(ROMEGACMA) $(MICROMEGACMA) $(DECLMODECMA) \
$(QUOTECMA) $(RINGCMA) \
$(FOURIERCMA) $(EXTRACTIONCMA) \
$(CCCMA) $(FOCMA) $(RTAUTOCMA) $(BTAUTOCMA) \
$(FUNINDCMA) $(NSATZCMA) $(NATSYNTAXCMA) $(OTHERSYNTAXCMA) \
$(DERIVECMA)
$(DERIVECMA) $(SSRMATCHINGCMA)

ifneq ($(HASNATDYNLINK),false)
STATICPLUGINS:=
Expand Down

0 comments on commit 5c9cb7c

Please sign in to comment.