Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
Conversion
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Vladislav Kiselev
Conversion
Commits
c9b92f6d
Commit
c9b92f6d
authored
Jul 08, 2019
by
Vladislav Kiselev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Изменён makefile для linux
parent
a815785e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
Makefile
Makefile
+4
-3
No files found.
Makefile
View file @
c9b92f6d
out_dir
=
temp
Conversion.jar
:
src/inport/*
.java src/constraints/*.mzn manifest.txt
Conversion.jar
:
src/inport/*
*/*.java src/constraints/*.mzn
mkdir
-p
$(out_dir)
javac
-d
$(out_dir)
-encoding
UTF-8
-classpath
annotations-java8.jar src/inport/
*
.java
cd
$(out_dir)
&&
jar
-cvfm
../Conversion.jar ../manifest.txt inport/
*
../src/constraints/../constraints/
*
javac
-d
$(out_dir)
-encoding
UTF-8
-classpath
annotations-java8.jar src/inport/
*
.java src/inport/ConversionUtils/
*
.java
jar cfe Conversion.jar inport.Main
-C
$(out_dir)
inport
-C
src constraints
rm
-r
-f
$(out_dir)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment