Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
aim
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Martin Mareš
aim
Commits
f113bb3a
Commit
f113bb3a
authored
Nov 14, 2017
by
Martin Mareš
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Access: Makefile umí generovat assembler a rozbalovat smyčky
parent
7c3e7457
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
access/Makefile
access/Makefile
+4
-0
No files found.
access/Makefile
View file @
f113bb3a
CC
=
gcc
LD
=
gcc
CFLAGS
=
-O2
-Wall
-W
-Wno-parentheses
-Wstrict-prototypes
-Wmissing-prototypes
-Wundef
-Wredundant-decls
-std
=
gnu99
# CFLAGS+=-funroll-loops
all
:
access
...
...
@@ -8,6 +9,9 @@ access: access.c
access
:
CFLAGS+=$(F)
F
=
-DSIZE
=
16
-DMS
=
1000
%.s
:
%.c
$(CC)
$(CFLAGS)
$(F)
-S
-o
$@
$^
clean
:
rm
-f
`
find
.
-name
"*~"
-or
-name
"*.[oa]"
-or
-name
"
\#
*
\#
"
-or
-name
TAGS
-or
-name
core
-or
-name
.depend
-or
-name
.#
*
`
rm
-f
access a-
*
plot.gp
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