Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zmap
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
0
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
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
ensembl-gh-mirror
zmap
Commits
c0dfce48
Commit
c0dfce48
authored
15 years ago
by
mh17
Browse files
Options
Downloads
Patches
Plain Diff
added instructions on how to add directories to the build
parent
92cb09ba
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
src/zmapMake/README
+25
-0
25 additions, 0 deletions
src/zmapMake/README
with
25 additions
and
0 deletions
src/zmapMake/README
+
25
−
0
View file @
c0dfce48
...
...
@@ -27,6 +27,31 @@ you set the environment variable ZMAP_PLATFORM to be "PPPPPP" from above.
Adding a new directory to the make system
-----------------------------------------
(mgh 27 Nov 2009) These notes are out of date!
Here's how it works for me:
1) to build ZMap
mkdir somewhere
cd somewhere
cvszmap // alias to set up env (setenv CVSROOT ':ext:cvs.internal.sanger.ac.uk:/repos/cvs/zmap')
cvs checkout ZMap // get all the files
cd ZMap/src
./runbootstrap
cd build/linux // or other system
../../runconfig
make
2) to add a directory with source files
- make the new directory and add some files
- add a Makefile.am (copy from another one and edit) This should make a library
- if it's a subdirectory then add the directory to the SUBDIRS command in the parent's Makefile.am and also add the library to that Makefile.am
- edit src/configure.ac and ad the directory or subdirectory to ZMAP_SRC_DIRS and/or AC_CONFIG_FILES
- then do the runbootrstrap and runconfig as above
Original notes follow:
Add the new directory to ZMap/src and then copy the file makefile.TEMPLATE
to the new directory.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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