Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
INTBuilder
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chloe Dequeker
INTBuilder
Commits
1289b065
Commit
1289b065
authored
Oct 13, 2016
by
Chloe Dequeker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Better Makefile and adding global test file
parent
8dc9345c
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
INTBuilder
INTBuilder
+0
-0
Makefile
Makefile
+6
-6
Cond.1IB1_l_u.1HE8_r_u.UB.global.dat
dataTest/Cond.1IB1_l_u.1HE8_r_u.UB.global.dat
+0
-0
No files found.
INTBuilder
View file @
1289b065
No preview for this file type
Makefile
View file @
1289b065
CC
=
gcc
CFLAGS
=
-c
-Wall
-g
-O3
LDFLAGS
=
-lm
-pthread
SOURCES
=
INTBuilder.c rotation.c allocate.c param.c
LDFLAGS
=
-lm
SRC_DIR
=
src
SOURCES
=
$(
shell
find
$(SRC_DIR)
-name
'*.c'
)
OBJECTS
=
$
(
SOURCES:.c
=
.o
)
BINARY
=
INTBuilder
all
:
$(BINARY)
$(BINARY)
:
$(
SRC_DIR)/$(
OBJECTS)
cd
$(SRC_DIR)
&&
$(CC)
$(OBJECTS)
-o
../
$@
$(LDFLAGS)
$(BINARY)
:
$(OBJECTS)
$(CC)
$^
-o
$@
$(LDFLAGS)
%.o
:
$(SRC_DIR)/
%.c
$(CC)
$(CFLAGS)
$<
-o
$
(SRC_DIR)
/
$
@
%.o
:
%.c
$(CC)
$(CFLAGS)
$<
-o
$@
clean
:
rm
-f
$(SRC_DIR)
/
*
.o
...
...
dataTest/Cond.1IB1_l_u.1HE8_r_u.UB.global.dat
0 → 100644
View file @
1289b065
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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