comparison src/aci2/aci_ext/ac_ext.mak @ 3:93999a60b835

src/aci2, src/condat2: import of g23m/condat source pieces from TCS211
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 26 Sep 2016 00:29:36 +0000
parents
children
comparison
equal deleted inserted replaced
2:c41a534f33c6 3:93999a60b835
1 #-----------------------------------------------------------------------------
2 # Project :
3 # Modul : J:\g23m-aci\aci_ext\ac_ext.mak
4 #-----------------------------------------------------------------------------
5 # Copyright 2002 Texas Instruments Berlin, AG
6 # All rights reserved.
7 #
8 # This file is confidential and a trade secret of Texas
9 # Instruments Berlin, AG
10 # The receipt of or possession of this file does not convey
11 # any rights to reproduce or disclose its contents or to
12 # manufacture, use, or sell anything it may describe, in
13 # whole, or in part, without the specific written consent of
14 # Texas Instruments Berlin, AG.
15 #-----------------------------------------------------------------------------
16 #| Purpose :
17 #-----------------------------------------------------------------------------
18 #
19 # Setting Directory for Layer4 Objects
20 #
21 OBJ := $(L23_OBJ_DIR)/aci_ext
22
23 ACIEXT_OBJ = $(OBJ)/aci_ext_pers.$(OBJ_TAIL)
24
25 $(TOP_DIR)/$(ACIEXT_LIB) : $(OBJ) $(ACIEXT_OBJ)
26 -$(PERL) $(CONDAT_DIR)/int/bin/make_ver.pl
27 $(AR) r $(TOP_DIR)/$(ACIEXT_LIB) $(ACIEXT_OBJ) ver.$(OBJ_TAIL)
28
29 $(OBJ):
30 mkdir $(subst /,$(SLASH),$(OBJ))
31
32 clean:
33 $(REMOVE) $(subst /,$(SLASH),$(OBJ))
34
35 $(ACIEXT_OBJ): $(OBJ)/%.$(OBJ_TAIL) : $(SRCACIEXT)/%.c
36 echo -D$(NCONFIG) > cmd
37 echo -D$(NTRACE) >> cmd
38 echo -D$(NWARN) >> cmd
39 echo $(MY_OPTIONS) >> cmd
40 echo $(SPECOPT) >> cmd
41 echo $(COPT) >> cmd
42 echo $(COPT1) >> cmd
43 echo $(COTAR) >> cmd
44 echo $(FDOPT) >> cmd
45 echo $(INCDRV1) >> cmd
46 echo -I$(ICOM) >> cmd
47 echo $(INCDRV2) >> cmd
48 echo -I$(ICDG) >> cmd
49 echo -I$(SRCACI) >> cmd
50 echo -I$(SRCACIDTIMNG) >> cmd
51 echo -fr$(OBJ) >> cmd
52 $(CC_PRE) $^ -@cmd
53 $(CC_INT) $(addsuffix .pp,$(basename $^))
54 $(CC_COM) $(addsuffix .pp_,$(basename $^)) -@cmd