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
02eeba85
Commit
02eeba85
authored
20 years ago
by
edgrif
Browse files
Options
Downloads
Patches
Plain Diff
remove nothreads code refs.
parent
34c11940
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/makefile
+2
-2
2 additions, 2 deletions
src/makefile
src/zmapMake/common.defs
+0
-9
0 additions, 9 deletions
src/zmapMake/common.defs
src/zmapManager/makefile
+1
-1
1 addition, 1 deletion
src/zmapManager/makefile
with
3 additions
and
12 deletions
src/makefile
+
2
−
2
View file @
02eeba85
...
...
@@ -22,7 +22,7 @@ include $(MAKE_DIR)/common.defs
#
APP_DIR
=
zmapApp
MAKE_DIRS
=
$(
APP_DIR
)
zmapManager zmapControl zmapView zmapWindow zmapDraw zmapFeature
\
zmapConfig zmapGFF zmapServer zmapThreads zmapUtils
zmapNoThreads
zmapConfig zmapGFF zmapServer zmapThreads zmapUtils
DOXY_CONFIG
=
Doxyfile
...
...
@@ -39,7 +39,7 @@ clean: makebindir
# @for d in $(MAKE_DIRS); do \
# (cd $$d ; echo ; echo 'make '$@' in '$$d ; $(MAKE) $@ ; echo) ; \
# done
# @rm -f $(ZMAPAPP_LIB) $(ZMAP_LIB) $(ZMAPTHR_LIB)
$(ZMAPNOTHR_LIB)
# @rm -f $(ZMAPAPP_LIB) $(ZMAP_LIB) $(ZMAPTHR_LIB)
# note that we issue a "make all" in the subdirectories, not a "make libs"
...
...
This diff is collapsed.
Click to expand it.
src/zmapMake/common.defs
+
0
−
9
View file @
02eeba85
...
...
@@ -61,12 +61,9 @@ BINDIR = $(ROOT_DIRECTORY)/$(BINDIR_NAME)
# libZMap.a - contains code that is common to _all_ zmaps
#
# libZMapThr.a - contains code that uses threads to get info. from databases.
# libZMapNoThr.a - contains code that uses function calls to get info. from databases.
#
# Stand alone client uses libZMapApp.a libZMap.a libZMapThr.a
#
# library for xace uses libZMap.a libZMapNoThr.a
#
#
ZMAPAPP_LIBNAME = libZMapApp.a
ZMAPAPP_LIB = $(BINDIR)/$(ZMAPAPP_LIBNAME)
...
...
@@ -77,9 +74,6 @@ ZMAP_LIB = $(BINDIR)/$(ZMAP_LIBNAME)
ZMAPTHR_LIBNAME = libZMapThr.a
ZMAPTHR_LIB = $(BINDIR)/$(ZMAPTHR_LIBNAME)
ZMAPNOTHR_LIBNAME = libZMapNoThr.a
ZMAPNOTHR_LIB = $(BINDIR)/$(ZMAPNOTHR_LIBNAME)
#
# COMPILE MACROS
...
...
@@ -146,9 +140,6 @@ ZMAP_LIB = $(BINDIR)/$(ZMAP_LIBNAME)
ZMAPTHR_LIBNAME = libZMapThr.a
ZMAPTHR_LIB = $(BINDIR)/$(ZMAPTHR_LIBNAME)
ZMAPNOTHR_LIBNAME = libZMapNoThr.a
ZMAPNOTHR_LIB = $(BINDIR)/$(ZMAPNOTHR_LIBNAME)
#
# SUFFICES/RULES
...
...
This diff is collapsed.
Click to expand it.
src/zmapManager/makefile
+
1
−
1
View file @
02eeba85
...
...
@@ -11,7 +11,7 @@ MAKE_DIR = $(ROOT_DIRECTORY)/zmapMake
# local macros
PUB_HDRS
=
zmapConn.h
zmapWindow.h zmapManager.h
PUB_HDRS
=
zmapWindow.h zmapManager.h
MAN_PRIV_HDRS
=
zmapManager_P.h
MAN_SRC
=
zmapManager.c
MAN_OBJ
=
zmapManager.o
...
...
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