-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.distrib
32 lines (24 loc) · 1.34 KB
/
Makefile.distrib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
######################################################################
# #
# Moca #
# #
# Pierre Weis, INRIA Rocquencourt #
# Frédéric Blanqui, projet Protheo, INRIA Lorraine #
# #
# Copyright 2005-2012, #
# Institut National de Recherche en Informatique et en Automatique. #
# All rights reserved. #
# #
# This file is distributed under the terms of the Q Public License. #
# #
######################################################################
# $Id: Makefile.distrib,v 1.2 2012-06-04 13:01:22 weis Exp $
MAKEFILES_DIR = ../Mk
include $(MAKEFILES_DIR)/Config.mk
HTMLCCONFENV = -env $(SRCROOTDIR)/doc_src/Includes/env
BANNERFILE = $(MAKEFILES_DIR)/banner
BHFLAGS = -bf $(BANNERFILE) -bft ml
BHFILES = Makefile.distrib Makefile.config.in
BHMFILES = configure configure.win
SUBDIRS =
include $(MAKEFILES_DIR)/Banner.mk