Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
nofib
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
9
Issues
9
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Glasgow Haskell Compiler
nofib
Commits
77912e52
Commit
77912e52
authored
Nov 26, 1996
by
dnt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[project @ 1996-11-26 14:50:20 by dnt]
Removed redundant Makefiles
parent
51ca2f7e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
58 deletions
+0
-58
spectral/fish/makefile.original
spectral/fish/makefile.original
+0
-24
spectral/minimax/makefile.original
spectral/minimax/makefile.original
+0
-34
No files found.
spectral/fish/makefile.original
deleted
100644 → 0
View file @
51ca2f7e
HASKELL
=
nnhbc
CPPFLAGS
+=
-I
$(OPENWINHOME)
/include
LDLIBS
+=
-L
$(OPENWINHOME)
/lib
-lxview
-lolgx
-lX11
LINTS
+=
-I
$(OPENWINHOME)
/include
CC
=
cc
XVI
=
/home/valentine/ss/Haskell/xvi/xvilib.o
fish
:
Main.o $(XVI)
$(HASKELL)
Vector.o Fish_lines.o Fun_geom.o Main.o
$(XVI)
-o
fish
xdrw
:
xdrw.c
$(CC)
$(CPPFLAGS)
xdrw.c
$(LDLIBS)
-o
xdrw
Fish_lines.o
:
Vector.o
Fun_geom.o
:
Fish_lines.o
Main.o
:
Fish_lines.o Fun_geom.o
%.o
:
%.hs
$(HASKELL)
-c
$<
spectral/minimax/makefile.original
deleted
100644 → 0
View file @
51ca2f7e
MODULES
=
Main.hs Prog.hs Board.hs Wins.hs Tree.hs Game.hs
YMODS
=
${MODULES}
Libfuns.hs
YINTS
=
$(YMODS:%.hs=%.hi)
YOBJS
=
$(YMODS:%.hs=%.o)
HC
=
hc
HFLAGS
=
.PRECIOUS
:
$(YINTS) $(YOBJS)
%.o
:
%.hs
${HC}
${HFLAGS}
-c
$<
%.hi
:
%.o
@
if
test
!
-f
$@
;
then
\
rm
$<
;
\
${MAKE}
$@
;
\
fi
main
:
${YOBJS}
${HC}
${HFLAGS}
-o
main
${YOBJS}
# extra dependencies
Libfuns.o
:
Wins.o
:
Tree.o
:
Board.o
:
Wins.hi
Game.o
:
Tree.hi Board.hi Wins.hi
Prog.o
:
Board.hi Wins.hi Tree.hi Game.hi
Main.o
:
Prog.hi
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