Changeset 3471 for trunk/gui/Makefile.in


Ignore:
Timestamp:
Mar 8, 2013, 1:07:32 PM (12 years ago)
Author:
ldelgass
Message:

Makefile fixes: make 'install' target always depend on 'all' target. This
ensures that an up to date build exists before installing, and also permits
the use of "make install" in place of "make all install" or "make all; make install". It doesn't affect the existing build scripts. Likewise, make 'distclean'
always depend on 'clean'. Remove empty contour objects example, as there is no
corresponding object class. Also declare all the standard targets 'all, install,
etc' in the .PHONY section for performance.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/Makefile.in

    r2400 r3471  
    2626                pkgIndex.tcl
    2727
    28 .PHONY: src scripts apps
     28SUBDIRS         = src scripts apps
    2929
    30 SUBDIRS         = src scripts apps
     30.PHONY: all install test clean distclean $(SUBDIRS)
    3131
    3232all:
Note: See TracChangeset for help on using the changeset viewer.