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

Annotation of /chewbacca/PamOffLineSW/forroutines/trigger/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (download) (vendor branch)
Tue Sep 23 07:20:20 2008 UTC (16 years, 2 months ago) by mocchiut
Branch: v0r00
CVS Tags: v1r02, v1r00, v1r01, start
Changes since 1.1: +0 -0 lines
Imported sources, 23/09/2008

1 mocchiut 1.1 #*****************************************************************************
2     #
3     # FILE NAME: $Id: Makefile,v 1.3 2008-04-02 13:34:48 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 $(TRGR_DIR_INC) -I $(ROOT_DIR_INC) -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DPIC
23    
24     CXXSRCS = trigcrc.cpp
25    
26     FORSRCS = triggerunpack.for
27    
28     #------------------------------------------------------------------------------
29    
30     TARGETLIB = $(TRGR_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