Edit involontario: e' rimasto uguale in realta'.
git-svn-id: svn://10.65.10.50/trunk@336 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
c92bf19c53
commit
027bf745b6
36
ba/makefile
36
ba/makefile
@ -1,7 +1,7 @@
|
||||
EXE=$(EP)ba0 $(EP)ba1 $(EP)ba2 $(EP)ba3 $(EP)ba4 $(EP)ba5 $(EP)ba6
|
||||
FRL=$(EP)ba0.frl $(EP)ba1.frl $(EP)ba2.frl $(EP)ba3.frl $(EP)ba4.frl $(EP)ba5.frl $(EP)ba6.frl
|
||||
|
||||
$(O)/%.o: %.cpp
|
||||
$(O)/%.o: %.cpp
|
||||
$(CCOMP) $(CFLAGSD) $(basename $<) $(O)/$*
|
||||
|
||||
$(EP)%.msk: %.uml
|
||||
@ -21,9 +21,9 @@ $(EP)%.ini: %.ini
|
||||
|
||||
include ../include/include.mak
|
||||
|
||||
.PRECIOUS: $(EXE) $(FRL)
|
||||
.PRECIOUS: $(EXE) $(FRL)
|
||||
|
||||
base: $(EXE) etc
|
||||
base: $(EXE) etc
|
||||
|
||||
etc: masks rpts mnus inis $(FRL) $(EP)dir.gen $(EP)trc.gen
|
||||
|
||||
@ -68,21 +68,21 @@ $(EP)ba2: $(O)/ba2.o $(O)/ba2300.o $(LIBD1) $(EP)ba2.frl
|
||||
$(EP)ba2.frl: ba2.url $(U1)
|
||||
$(RCOMP) ba2 -l $(EP)ba2
|
||||
|
||||
$(O)/ba3.o: ba3.cpp $(I10) $(I33) ba3.h
|
||||
$(O)/ba3.o: ba3.cpp $(I10) $(I33) ba3.h
|
||||
|
||||
$(O)/ba3100.o: ba3100.cpp $(I31) $(I53) $(I1) ba3.h ba3100.h $(I15) $(I42) $(I48)
|
||||
$(O)/ba3100.o: ba3100.cpp $(I31) $(I53) $(I1) ba3.h ba3100.h $(I15) $(I42) $(I48)
|
||||
|
||||
$(O)/ba3200.o: ba3200.cpp $(I33) $(I17) $(I50) $(I39) ba3.h ba3200.h $(I15) $(U2)
|
||||
$(O)/ba3200.o: ba3200.cpp $(I33) $(I17) $(I50) $(I39) ba3.h ba3200.h $(I15) $(U2)
|
||||
|
||||
$(O)/ba3300.o: ba3300.cpp $(I50) $(I17) $(I33) $(I39) $(I31) $(I12) $(I41) ba3.h ba3300.h $(I15) $(U2)
|
||||
$(O)/ba3300.o: ba3300.cpp $(I50) $(I17) $(I33) $(I39) $(I31) $(I12) $(I41) ba3.h ba3300.h $(I15) $(U2)
|
||||
|
||||
$(O)/ba3400.o: ba3400.cpp $(I53)
|
||||
$(O)/ba3400.o: ba3400.cpp $(I53)
|
||||
|
||||
$(O)/ba3500.o: ba3500.cpp ba3500.h $(I53)
|
||||
$(O)/ba3500.o: ba3500.cpp ba3500.h $(I53)
|
||||
|
||||
$(O)/ba3600.o: ba3600.cpp ba3600.h $(I53)
|
||||
$(O)/ba3600.o: ba3600.cpp ba3600.h $(I53)
|
||||
|
||||
$(O)/ba3700.o: ba3700.cpp ba3700.h $(I53)
|
||||
$(O)/ba3700.o: ba3700.cpp ba3700.h $(I53)
|
||||
$(O)/ba3.o: ba3.cpp $(S1) $(I10) ba3.h
|
||||
|
||||
$(O)/ba3100.o: ba3100.cpp $(I53) $(I1) $(I15) $(I42) ba3.h ba3100.h batbreg.h
|
||||
@ -105,19 +105,19 @@ $(EP)ba3: $(O)/ba3.o $(O)/ba3100.o $(O)/ba3200.o $(O)/ba3300.o $(O)/ba3400.o $(O
|
||||
$(EP)/ba3.frl: ba3.url $(U1)
|
||||
$(RCOMP) ba3 -l $(EP)/ba3
|
||||
|
||||
$(O)/ba4.o: ba4.cpp $(I10) $(I33) ba4.h
|
||||
$(O)/ba4.o: ba4.cpp $(I10) $(I33) ba4.h
|
||||
|
||||
$(O)/ba4100.o: ba4100.cpp $(I53) $(I1) ba4.h ba4100.h $(I15)
|
||||
$(O)/ba4100.o: ba4100.cpp $(I53) $(I1) ba4.h ba4100.h $(I15)
|
||||
|
||||
$(O)/ba4200.o: ba4200.cpp $(I31) $(I53) $(I1) ba4.h ba4200.h $(I15)
|
||||
$(O)/ba4200.o: ba4200.cpp $(I31) $(I53) $(I1) ba4.h ba4200.h $(I15)
|
||||
|
||||
$(O)/ba4300.o: ba4300.cpp $(I31) $(I53) $(I1) ba4.h ba4300.h $(I15) $(I47) $(I48) $(I31) $(I12) $(I42)
|
||||
$(O)/ba4300.o: ba4300.cpp $(I31) $(I53) $(I1) ba4.h ba4300.h $(I15) $(I47) $(I48) $(I31) $(I12) $(I42)
|
||||
|
||||
$(O)/ba4400.o: ba4400.cpp $(I31) $(I53) $(I1) ba4.h ba4400.h $(I15)
|
||||
$(O)/ba4400.o: ba4400.cpp $(I31) $(I53) $(I1) ba4.h ba4400.h $(I15)
|
||||
|
||||
$(O)/ba4500.o: ba4500.cpp $(I31) $(I53) $(I1) ba4.h ba4500.h $(I15)
|
||||
$(O)/ba4500.o: ba4500.cpp $(I31) $(I53) $(I1) ba4.h ba4500.h $(I15)
|
||||
|
||||
$(O)/ba4600.o: ba4600.cpp $(I31) $(I53) $(I1) ba4.h ba4600.h $(I15)
|
||||
$(O)/ba4600.o: ba4600.cpp $(I31) $(I53) $(I1) ba4.h ba4600.h $(I15)
|
||||
|
||||
$(O)/ba4.o: ba4.cpp $(S1) $(I10) $(I6) ba4.h
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user