/[PAMELA software]/chewbacca/event/tmtc/Makefile
ViewVC logotype

Contents of /chewbacca/event/tmtc/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Wed Jul 29 15:47:49 2009 UTC (15 years, 4 months ago) by mocchiut
Branch: MAIN
CVS Tags: v10RED, v9r00, v9r01, HEAD
Changes since 1.1: +9 -1 lines
Class rollback to previous version, compilation warnings ~fixed, some cleaning

1 #*****************************************************************************
2 #
3 # FILE NAME: $Id: Makefile,v 1.1.1.1 2008/09/23 07:20:04 mocchiut 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)/event/Make.def
19 #------------------------------------------------------------------------------
20
21
22 CFLAGS += -I $(TMTC_DIR_INC) -I $(ROOT_DIR_INC) -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DPIC
23
24 CXXSRCS = TmtcEvent.cpp TmtcRecord.cpp
25
26
27 #------------------------------------------------------------------------------
28
29 TARGETLIB = $(TMTC_A)
30
31 #------------------------------------------------------------------------------
32
33
34 libs: $(TARGETLIB)
35
36 $(TARGETLIB) : ${OBJS}
37 ifeq ($(verbose),)
38 @$(AR) -scrv $@ $? &>/dev/null
39 else
40 $(AR) -scrv $@ $?
41 endif
42
43 clean:
44 ifeq ($(verbose),)
45 @rm -f $(TARGETLIB) ${OBJS} $(OBJDIR)/.*.d
46 else
47 rm -f $(TARGETLIB) ${OBJS} $(OBJDIR)/.*.d
48 endif
49
50 -include $(DEPEND)
51
52
53 #------------------------------------------------------------------------------
54 include $(BASEDIR)/event/Make.def.post
55 #------------------------------------------------------------------------------
56

  ViewVC Help
Powered by ViewVC 1.1.23