Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Analyzer_new
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Whitney Armstrong
Analyzer_new
Commits
f1ca6d65
Commit
f1ca6d65
authored
12 years ago
by
Whitney Armstrong
Browse files
Options
Downloads
Patches
Plain Diff
Initial commit inclues just the makefile
parents
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+83
-0
83 additions, 0 deletions
Makefile
with
83 additions
and
0 deletions
Makefile
0 → 100644
+
83
−
0
View file @
f1ca6d65
#
# $Log:
#
.DELETE_ON_ERROR
:
;
# Put any variables needed by all makefiles in etc/Makefile.variables
include
etc/Makefile.variables
.PHONY
:
all info coda ctp engine exe hack htracking include oneev online port
\
stracking syncfilter t20 tracking utilsubs clean distclean btracking
\
sanetracking f1trigger sem
#Missing from all: oneev online t20
#There is no way to compile t20
#make fails when running on t20 or online
#oneev seems to work
all
:
info include utilsubs ctp coda tracking htracking stracking hack port
\
engine btracking sanetracking f1trigger sem syncfilter exe
info
:
@
echo
HOSTNAME
=
$(
HOSTNAME
)
@
echo
ROOTSYS
=
$(
ROOTSYS
)
@
echo
CERN_ROOT
=
$(
CERN_ROOT
)
@
echo
NFSDIRECTORY
=
$(
NFSDIRECTORY
)
@
echo
Using GCC
$(
gccversion
)
with CC
=
$(
CC
)
, CXX
=
$(
CXX
)
and FC
=
$(
FC
)
@
echo
GCCVERSION
=
$(
gccversion
)
@
echo
sem
:
$(
MAKE
)
-C
SEM
f1trigger
:
$(
MAKE
)
-C
F1TRIGGER
sanetracking
:
$(
MAKE
)
-C
SANE
btracking
:
$(
MAKE
)
-C
BTRACKING
coda
:
$(
MAKE
)
-C
CODA
ctp
:
$(
MAKE
)
-C
CTP
engine
:
$(
MAKE
)
-C
ENGINE
exe
:
$(
MAKE
)
-C
EXE
hack
:
$(
MAKE
)
-C
HACK
htracking
:
$(
MAKE
)
-C
HTRACKING
include
:
$(
MAKE
)
-C
INCLUDE
oneev
:
$(
MAKE
)
-C
ONEEV
online
:
$(
MAKE
)
-C
ONLINE csoft
port
:
$(
MAKE
)
-C
PORT
stracking
:
$(
MAKE
)
-C
STRACKING
syncfilter
:
$(
MAKE
)
-C
SYNCFILTER
t20
:
;
tracking
:
$(
MAKE
)
-C
TRACKING
utilsubs
:
$(
MAKE
)
-C
UTILSUBS
clean
:
-$(
RM
)
*
/O.
$(
MYOS
)
/
*
.[do]
-
rm
../
$(
MYOS
)
/lib/
*
.a
# -(cd ../$(MYOS)/lib; $(RM) libcoda.a libctpclient_root.a libctp_root.a \
libengine.a
libhack.a
libhtracking.a
libport.a
libstracking.a
\
libtracking.a
libutils.a
libbtracking.a
libctp.a
libctpclient.a
\
libsanetracking.a
libf1trigger.a
libsem.a
)
-(cd
../$(MYOS)/bin;
$(RM)
engine_replay
makereg
syncfilter)
-$(RM)
CTP/daVarRpc_svc.c
CTP/daVarRpc_xdr.c
CTP/daVarRpc_clnt.c
CTP/daVarRpc.h
# This rule deletes almost everything possible. It makes no attempt to clean
# anything that would be created if NFSDIRECTORY were defined
distclean
:
clean
-$(
RM
)
-r
*
/O.
$(
MYOS
)
# r_*.f files are generated automatically and saved because they are .PRECIOUS
-$(RM)
*/r_*.f
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