![]() | ![]() | ![]() | Editing the Makefile | ![]() |
# # Add any additional objects you need to build to this line. # Objects=Skeleton.o # # If you are using a 'traditional readout skeleton uncomment the next line: #Objects= Skeleton.o CTraditionalEventSegment.o CTraditionalScalerReadout.o
Modify this section to read:
# # Add any additional objects you need to build to this line. # #Objects=Skeleton.o # # If you are using a 'traditional readout skeleton uncomment the next line: Objects= Skeleton.o CTraditionalEventSegment.o CTraditionalScalerReadout.o
Add your object modules as well to this line. In our example, this will make the Objects macro definition read:
# # Add any additional objects you need to build to this line. # #Objects=Skeleton.o # # If you are using a 'traditional readout skeleton uncomment the next line: Objects= Skeleton.o CTraditionalEventSegment.o CTraditionalScalerReadout.o \ param.o gasN4_daq.o
![]() | ![]() | ![]() | Editing the Makefile | ![]() |