|
Last change
on this file was 17202, checked in by dneise, 12 years ago |
|
in commit 17200 & 17201 I committed accidentally a lot of changes,
that were totally unnecessary. So I reverted back to 17199.
In this revision the svn property svn:ignore is still set, such that
all the Cint.cc and Cint.h files as well as .d files are ignored.
In addition I changed melectronics/MAvalanchePhotoDiode.h:
I gave the Afterpulse class a ClassDef macro...
and I added the link pragma into LinkDef.h file.
So now one can easier write test macros for the APD class,
without the need to compile the macro.
Sorry for the hubbub.
|
|
File size:
752 bytes
|
| Line | |
|---|
| 1 | ##################################################################
|
|---|
| 2 | #
|
|---|
| 3 | # makefile
|
|---|
| 4 | #
|
|---|
| 5 | # for the MARS software
|
|---|
| 6 | #
|
|---|
| 7 | ##################################################################
|
|---|
| 8 | include ../Makefile.conf.general
|
|---|
| 9 | include ../Makefile.conf.$(OSTYPE)
|
|---|
| 10 |
|
|---|
| 11 | #------------------------------------------------------------------------------
|
|---|
| 12 |
|
|---|
| 13 | #
|
|---|
| 14 | # Handling name of the Root Dictionary Files
|
|---|
| 15 | #
|
|---|
| 16 | CINT = Electronics
|
|---|
| 17 |
|
|---|
| 18 | #
|
|---|
| 19 | # connect the include files defined in the config.mk file
|
|---|
| 20 | #
|
|---|
| 21 | INCLUDES = -I. -I../mbase -I../mextralgo
|
|---|
| 22 |
|
|---|
| 23 | SRCFILES = MAvalanchePhotoDiode.cc \
|
|---|
| 24 | MAnalogSignal.cc \
|
|---|
| 25 | MAnalogChannels.cc \
|
|---|
| 26 | MDigitalSignal.cc
|
|---|
| 27 |
|
|---|
| 28 | ############################################################
|
|---|
| 29 |
|
|---|
| 30 | all: $(OBJS)
|
|---|
| 31 |
|
|---|
| 32 | include ../Makefile.rules
|
|---|
| 33 |
|
|---|
| 34 | mrproper: clean rmbak
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.