ADC 400F Manual Página 58

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 74
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 57
Chapter 5. Complete program listings.
#
# Below, define any additional C++ compilation switches you might need.
#
# If you are using camac you will need to add at least:
# -DCESCAMAC
# or -DVC32CAMAC
# to select between the CES 8210 and WIENER CAMAC interface modules.
# respectively.
#
USERCXXFLAGS=
#
# Below, define any additional C compilation switches you may need.
# By default, this is defined to be the same as the C++ additional
# switches:
USERCCFLAGS=$(USERCXXFLAGS)
#
# Below, define any additional linker flags you may need:
#
USERLDFLAGS=
#
# Add any objects you require to the defintion below. Note that the
# Makefile knows by default how to correctly compile most C++ and C files.
# Unless ther are problems, don’t add any compilation rules for your objects.
#
#
# If you are using a ’traditional readout skeleton,
# Comment the Objects line two down and uncomment the next line:
#
#Objects= Skeleton.o CTraditionalEventSegment.o CTraditionalScalerReadout.o
# co:listobjects
Objects=Skeleton.o MyEventSegment.o
#
Readout: $(Objects)
$(CXXLD) -o Readout $(Objects) $(USERLDFLAGS) $(LDFLAGS)
clean:
rm -f $(Objects) Readout
depend:
makedepend $(USERCXXFLAGS) *.cpp
help:
echo "make - Create the readout program."
echo "make clean - Clean up objects etc. created by previous builds"
echo "make depend- Add include file dependencies to the Makefile."
53
Vista de página 57
1 2 ... 53 54 55 56 57 58 59 60 61 62 63 ... 73 74

Comentários a estes Manuais

Sem comentários