Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
flycast
Commits
e622b363
Commit
e622b363
authored
Jan 25, 2016
by
Libretro-Admin
Browse files
Get rid of EXTRAFLAGS - doesn't exist
parent
d03cd4cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
e622b363
...
...
@@ -548,14 +548,14 @@ $(TARGET): $(OBJECTS)
ifeq
($(STATIC_LINKING), 1)
$(AR)
rcs
$@
$(OBJECTS)
else
$(CXX)
$(MFLAGS)
$(fpic)
$(SHARED)
$(EXTRAFLAGS)
$(LDFLAGS)
$(OBJECTS)
$(LIBS)
$(GL_LIB)
-o
$@
$(CXX)
$(MFLAGS)
$(fpic)
$(SHARED)
$(LDFLAGS)
$(OBJECTS)
$(LIBS)
$(GL_LIB)
-o
$@
endif
%.o
:
%.cpp
$(CXX)
$(EXTRAFLAGS)
$(INCFLAGS)
$(CFLAGS)
$(MFLAGS)
$(CXXFLAGS)
$<
-o
$@
$(CXX)
$(INCFLAGS)
$(CFLAGS)
$(MFLAGS)
$(CXXFLAGS)
$<
-o
$@
%.o
:
%.c
$(CC)
$(EXTRAFLAGS)
$(INCFLAGS)
$(CFLAGS)
$(MFLAGS)
$<
-o
$@
$(CC)
$(INCFLAGS)
$(CFLAGS)
$(MFLAGS)
$<
-o
$@
%.o
:
%.S
$(CC_AS)
$(ASFLAGS)
$(INCFLAGS)
$<
-o
$@
...
...
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