Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nofib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Glasgow Haskell Compiler
nofib
Commits
e1a3ca20
Commit
e1a3ca20
authored
27 years ago
by
sof
Browse files
Options
Downloads
Patches
Plain Diff
[project @ 1997-09-03 23:15:24 by sof]
Added support for making nofib releases
parent
25b5da03
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+13
-1
13 additions, 1 deletion
Makefile
with
13 additions
and
1 deletion
Makefile
+
13
−
1
View file @
e1a3ca20
...
...
@@ -4,7 +4,7 @@
#
# Toplevel Makefile for the nofib project
#
# $Id: Makefile,v 1.
4
1997/0
3/14 08:02:40 simonpj
Exp $
# $Id: Makefile,v 1.
5
1997/0
9/03 23:15:24 sof
Exp $
#
#################################################################################
...
...
@@ -23,5 +23,17 @@ SUBDIRS = $(NoFibSubDirs)
# Include the standard targets, one of which
# causes make to descend into the SUBDIRS.
#
# Creating a nofib distribution
#
SRC_DIST_DIR
=
$(
shell
pwd
)
/nofib
SRC_DIST_NAME
=
nofib
SRC_DIST_DIRS
=
docs imaginary spectral real GHC_ONLY parallel mk
dist
::
nofib-dist-pre
include
$(TOP)/mk/target.mk
dist
::
dist-post
dist
::
dist-package
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