~tritone-team/tritone/eucalyptus

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Dustin Kirkland
  • Date: 2009-12-01 21:09:28 UTC
  • mto: This revision was merged to the branch mainline in revision 75.
  • Revision ID: james.westby@ubuntu.com-20091201210928-o2dvg0ubljhb0ft6
Tags: upstream-1.6.1~bzr1083
ImportĀ upstreamĀ versionĀ 1.6.1~bzr1083

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
        @for subdir in $(SUBDIRS); do \
56
56
                (cd $$subdir && $(MAKE) $@) || exit $$? ; done
57
57
 
 
58
uninstall:
 
59
        @$(RM) -f $(etcdir)/eucalyptus/eucalyptus-version
 
60
        @for subdir in $(SUBDIRS); do \
 
61
                (cd $$subdir && $(MAKE) $@) || exit $$? ; done
 
62
 
58
63
clean:
59
64
        @for subdir in $(SUBDIRS); do \
60
65
                (cd $$subdir && $(MAKE) $@) || exit $$? ; done
66
71
        @# they where part of CLEAN
67
72
        @rm -rf lib 
68
73
 
69
 
# the following target is used to remove eucalyptuys from your system
70
 
uninstall:
71
 
        @echo something to do here
72
 
 
73
 
 
74
74
Makedefs: Makedefs.in config.status
75
75
        ./config.status
76
76