Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dCache
cta
Commits
da85a85e
Commit
da85a85e
authored
11 years ago
by
Eric Cano
Committed by
Steven Murray
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Removed the imake build system.
parent
18e06366
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mediachanger/castorrmc/rmc/Imakefile
+0
-53
0 additions, 53 deletions
mediachanger/castorrmc/rmc/Imakefile
with
0 additions
and
53 deletions
mediachanger/castorrmc/rmc/Imakefile
deleted
100644 → 0
+
0
−
53
View file @
18e06366
COMM
COMM Copyright (C) 2001-2002 by CERN/IT/PDP/DM
COMM All rights reserved
COMM
COMM Make SCSI media changer server programs.
COMM The rmcd daemon, the rmc library and the smc command-line tool depend on
COMM libcastorcommon.so therefore include the rules to make it
include $(CASTOR_ROOT)/common/Makefile
COMM The rmcd daemon depends on libcastorupv.so therefore include the rules to
COMM make it
include $(CASTOR_ROOT)/upv/Makefile
RMCD_DEPLIBS = \
DepSharedLibraryTargetName(common,castorcommon) \
DepSharedLibraryTargetName(upv,castorupv)
RMCD_LIBS = $(RMCD_DEPLIBS) BuildRPathcastorupv
RMCD_OBJS = \
rmc_serv.o \
rmc_procreq.o \
rmc_logit.o \
rmc_logreq.o \
rmc_marshall_element.o \
rmc_sendrep.o \
rmc_smcsubr.o \
rmc_send_scsi_cmd.o
TapeProgramTarget(rmcd,$(RMCD_OBJS),$(RMCD_DEPLIBS),$(RMCD_LIBS),755)
ADMMANPAGE(rmcd)
TapeMakeDir($(LOGPATH),0755)
LOGROTATE(castor-rmc-server,installtape)
SYSCONFIG(rmcd,installtape)
INITSCRIPT(rmcd,installtape)
CLIENTLIBMANPAGE(rmc_dismount)
CLIENTLIBMANPAGE(rmc_export)
CLIENTLIBMANPAGE(rmc_find_cartridge)
CLIENTLIBMANPAGE(rmc_get_geometry)
CLIENTLIBMANPAGE(rmc_import)
CLIENTLIBMANPAGE(rmc_mount)
CLIENTLIBMANPAGE(rmc_read_elem_status)
CLIENTLIBMANPAGE(rmc_seterrbuf)
RMCLIB_DEPLIBS = DepSharedLibraryTargetName(common,castorcommon)
RMCLIB_LIBS = $(RMCLIB_DEPLIBS)
RMCLIB_OBJS = rmc_dismount.o rmc_errmsg.o rmc_export.o rmc_find_cartridge.o rmc_get_geometry.o rmc_import.o rmc_mount.o rmc_read_elem_status.o send2rmc.o
TapeSharedLibraryTarget(castorrmc,$(RMCLIB_OBJS),$(RMCLIB_DEPLIBS),$(RMCLIB_LIBS))
SMC_DEPLIBS = DepSharedLibraryTargetName(common,castorcommon) DepSharedLibraryTargetName(rmc,castorrmc)
SMC_LIBS = $(SMC_DEPLIBS) BuildRPathcastorrmc
TapeProgramTarget(smc,smc.o,$(SMC_DEPLIBS),$(SMC_LIBS),6755)
EXEMANPAGE(smc)
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