Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonathan Wilkes
flext
Commits
792adf0e
Commit
792adf0e
authored
Jan 10, 2003
by
thomas
Browse files
no message
git-svn-id:
https://svn.grrrr.org/ext/trunk@497
4d9ac71a-51e6-0310-8455-cad1006bcd31
parent
7b595ede
Changes
1
Hide whitespace changes
Inline
Side-by-side
makefile.pd-linux
View file @
792adf0e
...
...
@@ -10,16 +10,16 @@
CONFIG
=
config-pd-linux.txt
include
$
(
CONFIG
)
include
$
{
CONFIG
}
# compiler+linker stuff
INCLUDES
=
$
(
PDPATH
)
INCLUDES
=
$
{
PDPATH
}
# general compiler flags
FLAGS
=
-DFLEXT_SYS
=
2
-fno-exceptions
$
(
UFLAGS
)
FLAGS
=
-DFLEXT_SYS
=
2
-fno-exceptions
$
{
UFLAGS
}
# compiler flags for optimized build
CFLAGS
=
-O6
CFLAGS
=
-O6
# compiler flags for debug build
CFLAGS_D
=
-g
...
...
@@ -41,22 +41,22 @@ SRCDIR=source
include
make-files.txt
ifdef
SNDOBJ
INCLUDES
+=
$
(
SNDOBJ
)
SRCS
+=
$
(
SRCS_SNDOBJ
)
HDRS
+=
$
(
HDRS_SNDOBJ
)
INCLUDES
+=
$
{
SNDOBJ
}
SRCS
+=
$
{
SRCS_SNDOBJ
}
HDRS
+=
$
{
HDRS_SNDOBJ
}
endif
ifdef
STK
INCLUDES
+=
$
(
STK
)
SRCS
+=
$
(
SRCS_STK
)
HDRS
+=
$
(
HDRS_STK
)
INCLUDES
+=
$
{
STK
}
SRCS
+=
$
{
SRCS_STK
}
HDRS
+=
$
{
HDRS_STK
}
endif
MAKEFILE
=
makefile.pd-linux
TARGET
=
$
(
TARGDIR
)
/
$
(
NAME
)
.a
TARGET_D
=
$
(
TARGDIR
)
/
$
(
NAME
)
_d.a
TARGET_T
=
$
(
TARGDIR
)
/
$
(
NAME
)
_t.a
TARGET_TD
=
$
(
TARGDIR
)
/
$
(
NAME
)
_td.a
TARGET
=
$
{
TARGDIR
}
/
$
{
NAME
}
.a
TARGET_D
=
$
{
TARGDIR
}
/
$
{
NAME
}
_d.a
TARGET_T
=
$
{
TARGDIR
}
/
$
{
NAME
}
_t.a
TARGET_TD
=
$
{
TARGDIR
}
/
$
{
NAME
}
_td.a
all
:
$(TARGDIR) $(TARGET) $(TARGET_D) $(TARGET_T) $(TARGET_TD)
...
...
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