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
Open sidebar
emacs
emacs
Commits
60724eab
Commit
60724eab
authored
Jan 20, 1994
by
Richard M. Stallman
Browse files
*** empty log message ***
parent
caa4e6c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
lwlib/Makefile.in
lwlib/Makefile.in
+4
-3
No files found.
lwlib/Makefile.in
View file @
60724eab
...
...
@@ -10,6 +10,7 @@ CC=@CC@
CFLAGS
=
@CFLAGS@
CPP
=
@CPP@
LN_S
=
@LN_S@
# See below--@X_TOOLKIT_TYPE@ is used below.
USE_X_TOOLKIT
=
@X_TOOLKIT_TYPE@
TOP
=
.
...
...
@@ -27,9 +28,9 @@ USE_X_TOOLKIT=@X_TOOLKIT_TYPE@
OLIT_SRCS
=
lwlib-Xol.c lwlib-Xolmb.c
OLIT_OBJS
=
lwlib-Xol.o lwlib-Xolmb.o
TOOLKIT_DEFINES
=
-DUSE_
LUCID
TOOLKIT_SRCS
=
$
(
$(USE_
X_TOOLKIT
)
_SRCS
)
TOOLKIT_OBJS
=
$
(
$(USE_
X_TOOLKIT
)
_OBJS
)
TOOLKIT_DEFINES
=
-DUSE_
$(USE_X_TOOLKIT)
TOOLKIT_SRCS
=
$
(
@
X_TOOLKIT
_TYPE@
_SRCS
)
TOOLKIT_OBJS
=
$
(
@
X_TOOLKIT
_TYPE@
_OBJS
)
SRCS
=
lwlib.c
$(TOOLKIT_SRCS)
lwlib-utils.c
OBJS
=
lwlib.o
$(TOOLKIT_OBJS)
lwlib-utils.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