Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
298744e9
Commit
298744e9
authored
Jun 22, 2016
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nx-X11/Makefile: Drop build support for World.Win32 and World.OS2. Not our target platforms.
parent
2f3d394e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
49 deletions
+0
-49
Makefile
nx-X11/Makefile
+0
-49
No files found.
nx-X11/Makefile
View file @
298744e9
...
...
@@ -75,55 +75,6 @@ xmakefile: Imakefile
@
rm
-f
$(IRULESRC)
/date.def
;
echo
""
>
$(IRULESRC)
/date.def
;
$(IMAKE_CMD)
-s
xmakefile
-DTOPDIR
=
$(TOP)
-DCURDIR
=
$(CURRENT_DIR)
World.Win32
:
@
echo
:
@
echo
Building
$(RELEASE)
.
@
echo
:
@
echo
:
-
@if not exist
$(IRULESRC)
\h
ost.def
echo
>
$(IRULESRC)
\h
ost.def
cd
$(IMAKESRC)
$(MAKE)
-f
Makefile.ini clean.Win32
$(MAKE)
-f
Makefile.ini imake.exe
cd
..
\.
.
-
if
exist xmakefile.bak del xmakefile.bak
-
if
exist xmakefile ren xmakefile xmakefile.bak
$
(
IMAKE:/
=
\)
-s
xmakefile
-I
$(IRULESRC)
$(IMAKE_DEFINES)
-DTOPDIR
=
$(TOP)
-DCURDIR
=
$(CURRENT_DIR)
${
MAKE
}
${
MAKE_OPTS
}
$(MFLAGS)
VerifyOS
${
MAKE
}
${
MAKE_OPTS
}
$(MFLAGS)
Makefiles
${
MAKE
}
${
MAKE_OPTS
}
$(MFLAGS)
clean
cd
$(CONFIGSRC)
\u
til
$(MAKE)
mkdirhier.exe
cd
..
\.
.
${
MAKE
}
${
MAKE_OPTS
}
$(MFLAGS)
includes
${
MAKE
}
${
MAKE_OPTS
}
$(MFLAGS)
depend
${
MAKE
}
${
MAKE_OPTS
}
$(MFLAGS)
$(WIN32WORLDOPTS)
@
echo
:
@
echo
:
@
echo
Full build of
$(RELEASE)
complete.
@
echo
:
World.OS2
:
@
echo
:
@
echo
Building
$(RELEASE)
on OS/2.
@
echo
:
@
echo
:
-
@if not exist
$(IRULESRC)
\h
ost.def
echo
>
$(IRULESRC)
\h
ost.def
\i
ndir
$(IMAKESRC)
$(MAKE)
SHELL
=
-f
Makefile.ini clean.os2
\i
ndir
$(IMAKESRC)
$(MAKE)
SHELL
=
CC
=
gcc
-f
Makefile.ini imake.os2
-
if
exist Makefile.bak del Makefile.bak
-
if
exist Makefile ren Makefile Makefile.bak
$
(
subst /,
\,
$(IMAKE)
)
-I
$(IRULESRC)
$(IMAKE_DEFINES)
-DTOPDIR
=
$(TOP)
-DCURDIR
=
$(CURRENT_DIR)
$(MAKE)
$(MFLAGS)
VerifyOS
$(MAKE)
$(MFLAGS)
Makefiles
$(MAKE)
$(MFLAGS)
clean
$(MAKE)
$(MFLAGS)
includes
$(MAKE)
$(MFLAGS)
depend
$(MAKE)
$(MFLAGS)
@
echo
:
@
echo
:
@
echo
Full build of
$(RELEASE)
on OS/2 complete.
@
echo
:
# don't allow any default rules in this Makefile
.SUFFIXES
:
# quiet "make" programs that display a message if suffix list empty
...
...
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