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
51652edf
Commit
51652edf
authored
20 years ago
by
rnc
Browse files
Options
Downloads
Patches
Plain Diff
initial version
parent
6445b27e
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/zmapDraw/makefile
+62
-0
62 additions, 0 deletions
src/zmapDraw/makefile
with
62 additions
and
0 deletions
src/zmapDraw/makefile
0 → 100755
+
62
−
0
View file @
51652edf
#
# Makes the Window part of a "view" within a ZMap.
#
#
# point to common make include file which contains all the rules etc.
#
ROOT_DIRECTORY
=
..
MAKE_DIR
=
$(
ROOT_DIRECTORY
)
/zmapMake
# local macros
WIND_PRIV_HDRS
=
zmapWindow_P.h
PUB_HDRS
=
seqregion.h stringbucket.h zmapDraw.h zmapWindow.h
#PUB_HDRS = zmapWindow.h
WIND_SRC
=
seqregion.c stringbucket.c
\
zmapbccol.c zmapcols.c zmapDraw.c
\
zmapWindow.c zmapWindowFrame.c GFF_scaffold.c
\
zmapWindowDrawFeatures.c
#WIND_SRC = zmapWindow.c zmapWindowFrame.c
WIND_OBJ
=
seqregion.o stringbucket.o
\
zmapbccol.o zmapcols.o zmapDraw.o
\
zmapWindow.o zmapWindowFrame.o GFF_scaffold.o
\
zmapWindowDrawFeatures.o
#WIND_OBJ = zmapWindow.o zmapWindowFrame.o
ZMAP_LIB
=
libzmap.a
FUNCS
=
zmapfuncs.c zmapfuncs.h
#
# These must all be set for the common includes to work.
#
CURRENT_LIB
=
$(
ZMAP_LIB
)
CURRENT_OBJ
=
$(
WIND_OBJ
)
CURRENT_DEP
=
$(
PUB_HDRS
)
$(
WIND_PRIV_HDRS
)
CURRENT_SRC
=
$(
WIND_PRIV_HDRS
)
$(
WIND_SRC
)
#
# include all common defines
#
include
$(MAKE_DIR)/common.defs
#
# override any of the common defines that you need to here...
#
#
# include all common targets
#
include
$(MAKE_DIR)/common.targets
#
# include your own targets here.
#
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