/[PAMELA software]/chewbacca/PamOffLineSW/forroutines/tof/Makefile
ViewVC logotype

Contents of /chewbacca/PamOffLineSW/forroutines/tof/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Tue Sep 23 07:20:15 2008 UTC (16 years, 2 months ago) by mocchiut
Branch: MAIN
Branch point for: v0r00
Initial revision

1 #*****************************************************************************
2 #
3 # FILE NAME: $Id: Makefile,v 1.3 2008-04-02 13:33:45 messineo Exp $
4 # VERSION:
5 # AUTHOR: Nergal S.r.l.
6 # DATE:
7 #
8 # DESCRIPTION: base Makefile
9 #
10 # REVISION HISTORY:
11 #
12 # Version Date Author Change Description
13 #
14 #*****************************************************************************/
15
16
17 #------------------------------------------------------------------------------
18 include $(BASEDIR)/PamOffLineSW/Make.def
19 #------------------------------------------------------------------------------
20
21
22 CFLAGS += -I $(TOF_DIR_INC) -I $(ROOT_DIR_INC) -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DPIC
23
24 CXXSRCS = tofcrc.cpp
25
26 FORSRCS = tofunpack.for graytobin.for
27
28 #------------------------------------------------------------------------------
29
30 TARGETLIB = $(TOF_A)
31
32 #------------------------------------------------------------------------------
33
34
35 libs: $(TARGETLIB)
36
37 $(TARGETLIB) : ${OBJS}
38 $(AR) -scrv $@ $?
39
40 clean:
41 rm -f $(TARGETLIB) ${OBJS} $(OBJDIR)/.*.d
42
43 -include $(DEPEND)
44
45
46 #------------------------------------------------------------------------------
47 include $(BASEDIR)/PamOffLineSW/Make.def.post
48 #------------------------------------------------------------------------------

  ViewVC Help
Powered by ViewVC 1.1.23