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
d84b39d7
Commit
d84b39d7
authored
20 years ago
by
deuce
Browse files
Options
Downloads
Patches
Plain Diff
Fix up for new OpenDoors location and correct the xpdev path.
parent
b72cb649
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/doors/freevote/GNUmakefile
+8
-7
8 additions, 7 deletions
src/doors/freevote/GNUmakefile
with
8 additions
and
7 deletions
src/doors/freevote/GNUmakefile
+
8
−
7
View file @
d84b39d7
CPP
:=
g++
CPP
:=
g++
CC
?=
gcc
CC
?=
gcc
XPDEV
?=
../../xpdev
OS
:=
$(
shell
uname
)
OS
:=
$(
shell
uname
)
OS
:=
$(
shell
echo
$(
OS
)
|
tr
"[ A-Z]"
"[
\-
a-z]"
)
OS
:=
$(
shell
echo
$(
OS
)
|
tr
"[ A-Z]"
"[
\-
a-z]"
)
OS
:=
$(
shell
echo
$(
OS
)
|
tr
-d
"/"
)
OS
:=
$(
shell
echo
$(
OS
)
|
tr
-d
"/"
)
CCFLAGS
+=
-g
-O2
-I
/usr/bbs/sbbs/src/src/odoors
-L
/usr/bbs/sbbs/doors/libs.
$(
OS
)
-I
./xpdev
CCFLAGS
+=
-g
-O2
-I
../../odoors
-L
../../odoors/libs-
`
uname
`
-I
$(
XPDEV
)
ifeq
($(OS),netbsd)
ifeq
($(OS),netbsd)
CCFLAGS
+=
-D__unix__
CCFLAGS
+=
-D__unix__
...
@@ -17,14 +18,14 @@ all : freevote.$(OS)
...
@@ -17,14 +18,14 @@ all : freevote.$(OS)
$(OBJDIR)
:
$(OBJDIR)
:
mkdir
$(
OBJDIR
)
mkdir
$(
OBJDIR
)
$(OBJDIR)filewrap.o
:
$(OBJDIR)
xpdev
/filewrap.c
xpdev
/filewrap.h
xpdev
/wrapdll.h
$(OBJDIR)filewrap.o
:
$(OBJDIR)
$(XPDEV)
/filewrap.c
$(XPDEV)
/filewrap.h
$(XPDEV)
/wrapdll.h
$(
CC
)
$(
CCFLAGS
)
-c
xpdev
/filewrap.c
-o
$(
OBJDIR
)
filewrap.o
$(
CC
)
$(
CCFLAGS
)
-c
$(
XPDEV
)
/filewrap.c
-o
$(
OBJDIR
)
filewrap.o
$(OBJDIR)dirwrap.o
:
$(OBJDIR)
xpdev
/dirwrap.c
xpdev
/dirwrap.h
xpdev
/genwrap.h
xpdev
/gen_defs.h
xpdev
/wrapdll.h
$(OBJDIR)dirwrap.o
:
$(OBJDIR)
$(XPDEV)
/dirwrap.c
$(XPDEV)
/dirwrap.h
$(XPDEV)
/genwrap.h
$(XPDEV)
/gen_defs.h
$(XPDEV)
/wrapdll.h
$(
CC
)
$(
CCFLAGS
)
-c
xpdev
/dirwrap.c
-o
$(
OBJDIR
)
dirwrap.o
$(
CC
)
$(
CCFLAGS
)
-c
$(
XPDEV
)
/dirwrap.c
-o
$(
OBJDIR
)
dirwrap.o
$(OBJDIR)genwrap.o
:
$(OBJDIR)
xpdev
/genwrap.c
xpdev
/genwrap.h
xpdev
/gen_defs.h
xpdev
/wrapdll.h
$(OBJDIR)genwrap.o
:
$(OBJDIR)
$(XPDEV)
/genwrap.c
$(XPDEV)
/genwrap.h
$(XPDEV)
/gen_defs.h
$(XPDEV)
/wrapdll.h
$(
CC
)
$(
CCFLAGS
)
-c
xpdev
/genwrap.c
-o
$(
OBJDIR
)
genwrap.o
$(
CC
)
$(
CCFLAGS
)
-c
$(
XPDEV
)
/genwrap.c
-o
$(
OBJDIR
)
genwrap.o
freevote.$(OS)
:
freevote.cpp $(OBJDIR)dirwrap.o $(OBJDIR)genwrap.o $(OBJDIR)filewrap.o
freevote.$(OS)
:
freevote.cpp $(OBJDIR)dirwrap.o $(OBJDIR)genwrap.o $(OBJDIR)filewrap.o
$(
CPP
)
$(
CCFLAGS
)
freevote.cpp
$(
OBJDIR
)
dirwrap.o
$(
OBJDIR
)
genwrap.o
$(
OBJDIR
)
filewrap.o
-lODoors
-o
freevote.
$(
OS
)
$(
CPP
)
$(
CCFLAGS
)
freevote.cpp
$(
OBJDIR
)
dirwrap.o
$(
OBJDIR
)
genwrap.o
$(
OBJDIR
)
filewrap.o
-lODoors
-o
freevote.
$(
OS
)
...
...
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