Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
6cd77a28
Commit
6cd77a28
authored
21 years ago
by
deuce
Browse files
Options
Downloads
Patches
Plain Diff
Fix for missing targets.
parent
179534f5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
xtrn/sbl/GNUmakefile
+11
-0
11 additions, 0 deletions
xtrn/sbl/GNUmakefile
xtrn/sbl/objects.mk
+4
-0
4 additions, 0 deletions
xtrn/sbl/objects.mk
xtrn/sbl/targets.mk
+4
-0
4 additions, 0 deletions
xtrn/sbl/targets.mk
with
19 additions
and
0 deletions
xtrn/sbl/GNUmakefile
+
11
−
0
View file @
6cd77a28
...
...
@@ -20,6 +20,11 @@ endif
SBBS_SRC
:=
$(
XPDEV
)
../sbbs3/
NEED_THREADS
:=
1
include
$(XPDEV)Common.gmake
include
$(SBBS_SRC)Common.gmake
ifeq
($(os),sunos)
LDFLAGS
+=
-lsocket
-lnsl
endif
vpath
%.c
$(XSDK)
...
...
@@ -32,7 +37,13 @@ SMBIO = $(LIBODIR)/genwrap.o $(LIBODIR)/filewrap.o $(LIBODIR)/dirwrap.o \
$(
LIBODIR
)
/smblib.o
$(
LIBODIR
)
/lzh.o
$(EXEODIR)$(SLASH)sbl2smb
:
$(LIBODIR)$(SLASH)sbl2smb.o $(SMBIO)
@
echo
Linking
$@
$(
QUIET
)$(
CC
)
$(
CFLAGS
)
$(
LDFLAGS
)
$^
-o
$@
$(
LIBS
)
$(EXEODIR)$(SLASH)smb2sbl
:
$(LIBODIR)$(SLASH)smb2sbl.o $(SMBIO)
@
echo
Linking
$@
$(
QUIET
)$(
CC
)
$(
CFLAGS
)
$(
LDFLAGS
)
$^
-o
$@
$(
LIBS
)
$(EXEODIR)$(SLASH)sblpack
:
$(LIBODIR)$(SLASH)sblpack.o $(LIBODIR)$(SLASH)/filewrap.o
@
echo
Linking
$@
$(
QUIET
)$(
CC
)
$(
CFLAGS
)
$(
LDFLAGS
)
$^
-o
$@
$(
LIBS
)
This diff is collapsed.
Click to expand it.
xtrn/sbl/objects.mk
0 → 100644
+
4
−
0
View file @
6cd77a28
OBJS
:=
$(
LIBODIR
)$(
SLASH
)
sbl.
$(
OFILE
)
\
$(
LIBODIR
)$(
SLASH
)
xsdk.
$(
OFILE
)
\
$(
LIBODIR
)$(
SLASH
)
xsdkvars.
$(
OFILE
)
\
$(
LIBODIR
)$(
SLASH
)
xsdkwrap.
$(
OFILE
)
This diff is collapsed.
Click to expand it.
xtrn/sbl/targets.mk
0 → 100644
+
4
−
0
View file @
6cd77a28
all
:
$(EXEODIR) $(LIBODIR)
\
$(EXEODIR)$(SLASH)sbl $(EXEODIR)$(SLASH)sbl2smb
\
$(EXEODIR)$(SLASH)smb2sbl $(EXEODIR)$(SLASH)sblpack
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment