Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
bd1af991
Commit
bd1af991
authored
5 years ago
by
Andre Maroneze
Browse files
Options
Downloads
Patches
Plain Diff
[Server] use template for Makefile.in
parent
c11ea763
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/plugins/server/Makefile.in
+21
-23
21 additions, 23 deletions
src/plugins/server/Makefile.in
with
21 additions
and
23 deletions
src/plugins/server/Makefile.in
+
21
−
23
View file @
bd1af991
...
...
@@ -29,17 +29,13 @@ ifndef FRAMAC_LIBDIR
FRAMAC_LIBDIR
:=
$(
shell frama-c-config
-print-libpath
)
endif
include
$(FRAMAC_SHARE)/Makefile.config
# --------------------------------------------------------------------------
# --- Plugin Setting
# --------------------------------------------------------------------------
###################
# Plug-in Setting #
###################
PLUGIN_DIR
?=
.
PLUGIN_ENABLE
:=
@ENABLE_SERVER@
PLUGIN_NAME
:=
Server
PLUGIN_DISTRIBUTED
:=
$(
PLUGIN_ENABLE
)
PLUGIN_DISTRIB_EXTERNAL
:=
Makefile.in configure.ac configure
PLUGIN_REQUIRES
:=
yojson
PLUGIN_CMO
:=
\
server_parameters
\
jbuffer
\
...
...
@@ -48,30 +44,34 @@ PLUGIN_CMO:= \
kernel_main
\
kernel_project
\
kernel_ast
PLUGIN_DISTRIBUTED
:=
$(
PLUGIN_ENABLE
)
PLUGIN_DISTRIB_EXTERNAL
:=
Makefile.in configure.ac configure
PLUGIN_TESTS_DIRS
:=
batch
PLUGIN_REQUIRES
:=
yojson
PLUGIN_UNDOC
:=
server_batch.ml server_zmq.ml
PLUGIN_GENERATED
:=
$(
PLUGIN_DIR
)
/Server.mli
PLUGIN_TESTS_DIRS
:=
batch
#
--------------------------------------------------------------------------
#
---
ZeroMQ Support
#
--------------------------------------------------------------------------
#
#################
# ZeroMQ Support
#
#
#################
ifeq
(@SERVER_ZMQ@,yes)
PLUGIN_REQUIRES
+=
zmq
PLUGIN_CMO
+=
server_zmq
endif
#
--------------------------------------------------------------------------
#
--- Frama-C Dynamic Plug-in
#
--------------------------------------------------------------------------
#
###############
#
Generic part #
#
###############
include
$(FRAMAC_SHARE)/Makefile.dynamic
#
--------------------------------------------------------------------------
#
---
Server API
#
--------------------------------------------------------------------------
#
#############
# Server API
#
#
#############
SERVER_API
=
\
doc.mli syntax.mli data.mli request.mli
...
...
@@ -100,9 +100,9 @@ $(Server_DIR)/Server.mli: $(Server_DIR)/Makefile $(SERVER_MLI)
$(
CHMOD_RO
)
$@
.tmp
$(
MV
)
$@
.tmp
$@
#
--------------------------------------------------------------------------
#
--- Configure
#
--------------------------------------------------------------------------
#
####################################
#
Regenerating the Makefile on need #
#
####################################
ifeq
("$(FRAMAC_INTERNAL)","yes")
CONFIG_STATUS_DIR
=
$(
FRAMAC_SRC
)
...
...
@@ -113,5 +113,3 @@ endif
$(Server_DIR)/Makefile
:
$(Server_DIR)/Makefile.in
\
$(CONFIG_STATUS_DIR)/config.status
cd
$(
CONFIG_STATUS_DIR
)
&&
./config.status
--file
$@
# --------------------------------------------------------------------------
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment