/[PAMELA software]/calo/unpacking/Makefile
ViewVC logotype

Annotation of /calo/unpacking/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Mon Dec 5 16:23:22 2005 UTC (18 years, 11 months ago) by mocchiut
Branch point for: MAIN, unpacking
Initial revision

1 mocchiut 1.1 OBJ = data2ntp.o azero.o reads.o fafede.o calpedestal.o calcrc.o calpulse.o calunpack.o testcrc.o CRC.o fillin.o clearall.o
2    
3     OOBJ = data2ntp.o azero.o reads.o fafede.o calpedestal.o calcrc.o calpulse.o ocalunpack.o testcrc.o CRC.o fillin.o clearall.o
4    
5     fillin.o: fillin.c
6     gcc -pg -g -extend_source -static -c fillin.c
7    
8     testcrc.o: testcrc.c
9     gcc -pg -g -static -c testcrc.c
10    
11     CRC.o: CRC.c
12     gcc -pg -g -static -c CRC.c
13    
14     calcrc.o: calcrc.cpp
15     gcc -pg -g -static -c calcrc.cpp
16    
17     reads.o: reads.c
18     gcc -pg -g -extend_source -static -c reads.c
19    
20     fafede.o: fafede.for
21     g77 -pg -g -extend_source -static -c fafede.for
22    
23     #riempi.o: riempi.for
24     # g77 -pg -g -extend_source -static -c riempi.for
25    
26     azero.o: azero.for
27     g77 -pg -g -extend_source -static -c azero.for
28     #azero.o: azero.cpp
29     # gcc -pg -static -c azero.cpp
30    
31     clearall.o: clearall.for
32     g77 -pg -g -extend_source -static -c clearall.for
33    
34     calpedestal.o: calpedestal.for
35     g77 -Wall -pg -g -extend_source -static -c calpedestal.for
36    
37     calpulse.o: calpulse.for
38     g77 -pg -Wall -g -extend_source -static -c calpulse.for
39    
40     calunpack.o: calunpack.for
41     gcc -pg -g -Wall -extend_source -static -c calunpack.for
42    
43     ocalunpack.o: ocalunpack.for
44     gcc -pg -g -Wall -extend_source -static -c ocalunpack.for
45    
46     data2ntp.o: data2ntp.for
47     gcc -pg -g -extend_source -static -c data2ntp.for
48    
49     all: $(OBJ)
50     g77 -pg -o data2ntp $(OBJ) -L./ -lstdc++ `cernlib `
51     # cp -f data2ntp ../
52    
53     old: $(OOBJ)
54     g77 -pg -o odata2ntp $(OOBJ) -L./ -lstdc++ `cernlib `
55     # cp -f odata2ntp ../
56    
57     clean:
58     rm -f *.o
59     rm -f data2ntp
60     rm -f odata2ntp
61    

  ViewVC Help
Powered by ViewVC 1.1.23