/[PAMELA software]/chewbacca/Makefile
ViewVC logotype

Diff of /chewbacca/Makefile

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

revision 1.1.1.1 by mocchiut, Tue Sep 23 07:19:47 2008 UTC revision 1.3 by mocchiut, Tue Sep 23 09:52:37 2008 UTC
# Line 17  ifndef release Line 17  ifndef release
17       release = 0       release = 0
18  endif  endif
19    
20  export LDFLAGS+=$PAM_BIT  export LDFLAGS+=$(PAM_BIT)
21  export CFLAGS+=$PAM_BIT  export CFLAGS+=$(PAM_BIT)
22  export FFLAGS+=$PAM_BIT  export FFLAGS+=$(PAM_BIT)
23    
24  DIRS=event PamOffLineSW YodaProfiler  DIRS=event PamOffLineSW YodaProfiler
25    
# Line 33  distclean: Line 33  distclean:
33          for sub_dir in $(DIRS) ; do \          for sub_dir in $(DIRS) ; do \
34                  ( cd $$sub_dir && make distclean) ; \                  ( cd $$sub_dir && make distclean) ; \
35          done          done
36            for sub_dir in `find ./ -name obj` ; do \
37                    rm -rf $$sub_dir ; \
38            done
39    
40  install:  install:
41          if [ "$(PAM_SOFTWARE)" == "" ]; then echo "";\          if [ "$(PAM_SOFTWARE)" == "" ]; then echo "";\

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.23