Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
advanced_computer_architecture
exercises
Commits
7a50c629
Commit
7a50c629
authored
Apr 20, 2016
by
michael
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
daxpy makefile
parent
71744360
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
13 deletions
+1
-13
aufgaben/blatt02/exec/Makefile
aufgaben/blatt02/exec/Makefile
+1
-1
aufgaben/blatt02/exec/Makefile~
aufgaben/blatt02/exec/Makefile~
+0
-12
No files found.
aufgaben/blatt02/exec/Makefile
View file @
7a50c629
all
:
arm-linux-gnueabihf-gcc
-static
daxpy.c
-o
daxpy
arm-linux-gnueabihf-gcc
-static
-O3
daxpy.c
-o
daxpy
clean
:
rm
daxpy
aufgaben/blatt02/exec/Makefile~
deleted
100755 → 0
View file @
71744360
FILE1 = basicmath_small.c rad2deg.c cubic.c isqrt.c
FILE2 = basicmath_large.c rad2deg.c cubic.c isqrt.c
all: basicmath_small basicmath_large
basicmath_small: ${FILE1} Makefile
arm-linux-gnueabihf-gcc -static -O3 ${FILE1} -o basicmath_small -lm
basicmath_large: ${FILE2} Makefile
arm-linux-gnueabihf-gcc -static -O3 ${FILE2} -o basicmath_large -lm
clean:
rm -rf basicmath_small basicmath_large output*
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