| Last change
                  on this file was
                  11060,
                  checked in by westram, 12 years ago | 
        
          | reintegrates 'ptsfix' into 'trunk':
adds:
log:branches/ptsdump@8966:9000
log:branches/ptsfix@8965:9012,9014:9017,9019:9023,9025:9046,9048:9089,9091:9114,9116:9132,9134:9139,9141:9145,9147:9151,9153:9158,9160:9379,9381:11059
log:branches/ptsstartup@9160:9235,9237:9278,9280:9336,9339:9361,9363:9446
log:branches/ptsundef@9061:9358
 | 
        | File size:
            1.1 KB | 
      
      
        
  | Line |  | 
|---|
| 1 | .SUFFIXES: .o .cxx .depend | 
|---|
| 2 | OBJECTS = $(subst .cxx,.o,$(wildcard *.cxx)) | 
|---|
| 3 |  | 
|---|
| 4 | # -------------------------------------------------------------------------------- | 
|---|
| 5 |  | 
|---|
| 6 | $(MAIN): $(OBJECTS) Makefile | 
|---|
| 7 | $(LINK_STATIC_LIB) $(MAIN) $(OBJECTS) | 
|---|
| 8 |  | 
|---|
| 9 | $(OBJECTS): Makefile | 
|---|
| 10 |  | 
|---|
| 11 | .cxx.o: | 
|---|
| 12 | $(A_CXX) $(cflags) $(cxxflags) -c $<  $(CXX_INCLUDES) $(POST_COMPILE) | 
|---|
| 13 |  | 
|---|
| 14 | proto: | 
|---|
| 15 | @echo Nothing to do for proto here | 
|---|
| 16 |  | 
|---|
| 17 | clean: | 
|---|
| 18 | rm -f $(OBJECTS) *.a | 
|---|
| 19 |  | 
|---|
| 20 | DEPENDS = $(OBJECTS:.o=.depend) | 
|---|
| 21 | depends: $(DEPENDS) | 
|---|
| 22 | @cat $(DEPENDS) | grep -v '^#' >>Makefile | 
|---|
| 23 | @rm $(DEPENDS) | 
|---|
| 24 | $(DEPENDS): depend.init | 
|---|
| 25 | depend.init: | 
|---|
| 26 | $(MAKEDEPEND) $(MAKEDEPENDFLAGS) 2>/dev/null # remove dependencies | 
|---|
| 27 | -@rm Makefile.bak # get rid of bak (generated for some dubious reason only in this directory) | 
|---|
| 28 | .cxx.depend: | 
|---|
| 29 | $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@ | 
|---|
| 30 |  | 
|---|
| 31 | # DO NOT DELETE THIS LINE -- make depend depends on it. | 
|---|
| 32 |  | 
|---|
| 33 | # Do not add dependencies manually - use 'make depend' in $ARBHOME | 
|---|
| 34 | # For formatting issues see SOURCE_TOOLS/fix_depends.pl (from main) | 
|---|
| 35 |  | 
|---|
| 36 | PTP_main.o: $(ARBHOME)/INCLUDE/arb_assert.h | 
|---|
| 37 | PTP_main.o: $(ARBHOME)/INCLUDE/arb_core.h | 
|---|
| 38 | PTP_main.o: $(ARBHOME)/INCLUDE/dupstr.h | 
|---|
| 39 | PTP_main.o: $(ARBHOME)/INCLUDE/test_global.h | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.