Changeset 3745
- Timestamp:
- Jul 5, 2013 3:25:45 PM (10 years ago)
- Location:
- branches/1.3
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3/Makefile.in
r3740 r3745 42 42 endif 43 43 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) 45 46 46 47 all: -
branches/1.3/lang/Makefile.in
r3743 r3745 54 54 .PHONY: all install test clean distclean $(LANGS) 55 55 56 57 56 all: 58 57 make -C ../src install -
branches/1.3/lang/R/Makefile.in
r3743 r3745 23 23 coresrcdir = `pwd`/$(srcdir)/../../src/core 24 24 corelibdir = `pwd`/../../src/core 25 R_flags = --configure-args='--with-rappture-include=$(includedir) \25 R_flags = --configure-args='--with-rappture-include=$(includedir) \ 26 26 --with-rappture-lib=$(libdir)' 27 27 -
branches/1.3/packages/vizservers/Makefile.in
r3471 r3745 37 37 start_viz.sh 38 38 39 all: 40 for i in $(SUBDIRS) ; do \ 41 $(MAKE) -C $$i all || exit 1 ; \ 42 done39 all: $(SUBDIRS) 40 41 $(SUBDIRS): 42 $(MAKE) -C $@ all 43 43 44 44 install:
Note: See TracChangeset
for help on using the changeset viewer.