/[PAMELA software]/PamCut/makefile
ViewVC logotype

Diff of /PamCut/makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by pam-fi, Wed May 27 13:30:01 2009 UTC revision 1.2 by pam-fi, Fri May 29 10:10:20 2009 UTC
# Line 62  endif Line 62  endif
62  endif  endif
63    
64  # All Target  # All Target
65  all: version libPamCut.so  all: libPamCut.so version
66    
67  # Tool invocations  # Tool invocations
68  libPamCut.so: $(OBJS) $(USER_OBJS)  libPamCut.so: $(OBJS) $(USER_OBJS)
# Line 78  clean: Line 78  clean:
78          -@echo ' '          -@echo ' '
79    
80  version:  version:
81          @gcc --version | grep gcc; echo          @echo
82            @echo "**** Compiler version and compilation host ****"
83            @$(C++) --version | grep GCC
84            @hostname
85            @echo
86    
87  .PHONY: all clean dependents version  .PHONY: all clean dependents version

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.23