Parent Directory
|
Revision Log
|
Patch
| revision 1.4 by cafagna, Sun Oct 22 09:04:43 2006 UTC | revision 1.5 by pamela, Sun Oct 22 09:16:31 2006 UTC | |
|---|---|---|
| # | Line 36 JUNK =$(addsuffix ~,${SRCS}) $(addsuffix | Line 36 JUNK =$(addsuffix ~,${SRCS}) $(addsuffix |
| 36 | DICO =$(addsuffix Dict.o, ${CLAS}) | DICO =$(addsuffix Dict.o, ${CLAS}) |
| 37 | DICH =$(addsuffix Dict.h, ${CLAS}) | DICH =$(addsuffix Dict.h, ${CLAS}) |
| 38 | ||
| 39 | all: gp2root | all: gp2root libpEvent.so |
| 40 | ||
| 41 | testcashit: testcashit.o pAllEventDict.o ${OBJS} ${DICO} | testcashit: testcashit.o pAllEventDict.o ${OBJS} ${DICO} |
| 42 | $(LD) $(LDFLAGS) -o $@ $^ ${ROOTLIBS} | $(LD) $(LDFLAGS) -o $@ $^ ${ROOTLIBS} |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |