Changeset 3745


Ignore:
Timestamp:
Jul 5, 2013, 3:25:45 PM (11 years ago)
Author:
gah
Message:
 
Location:
branches/1.3
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/1.3/Makefile.in

    r3740 r3745  
    4242endif
    4343
    44 .PHONY: all test install clean distclean package distrib runtime-distrib $(TARGETS)
     44.PHONY: all test install clean distclean package distrib runtime-distrib \
     45        $(TARGETS)
    4546
    4647all:
  • branches/1.3/lang/Makefile.in

    r3743 r3745  
    5454.PHONY: all install test clean distclean $(LANGS)
    5555
    56 
    5756all:
    5857        make -C ../src install
  • branches/1.3/lang/R/Makefile.in

    r3743 r3745  
    2323coresrcdir      = `pwd`/$(srcdir)/../../src/core
    2424corelibdir      = `pwd`/../../src/core
    25 R_flags         = --configure-args='--with-rappture-include=$(includedir) \
     25R_flags         = --configure-args='--with-rappture-include=$(includedir)  \
    2626                                    --with-rappture-lib=$(libdir)'
    2727
  • branches/1.3/packages/vizservers/Makefile.in

    r3471 r3745  
    3737                start_viz.sh
    3838
    39 all:
    40         for i in $(SUBDIRS) ; do \
    41           $(MAKE) -C $$i all || exit 1 ; \
    42         done
     39all: $(SUBDIRS)
     40
     41$(SUBDIRS):
     42        $(MAKE) -C $@ all
    4343
    4444install:
Note: See TracChangeset for help on using the changeset viewer.