File:  [Public] / Amaya / tools / Makefile.in
Revision 1.3: download - view: text, annotated - select for diffs
Thu May 15 10:12:50 1997 UTC (27 years, 1 month ago) by cvs
Branches: MAIN
CVS tags: HEAD
Updated autoconf for make proto and Options versions, Daniel.

#
# Makefile for tools directory
# Generated from tools/Makefile.in
# Daniel Veillard, 1997
#
@VPATHOPT@= @srcdir@

include ../Options

SUBDIRS = mkdep dns_daemon javastub cextract-1.7

@SET_MAKE@

all : 
	@(for dir in $(SUBDIRS) ;\
	  do if test -d $$dir ; then cd $$dir ; \
	  $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" all ; \
	  cd .. ; fi ;done )

clean :
	@(for dir in $(SUBDIRS) ;\
	  do if test -d $$dir ; then cd $$dir ; \
	  $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" clean ; \
	  cd .. ; fi ;done )

install :
	@(for dir in $(SUBDIRS) ;\
	  do if test -d $$dir ; then cd $$dir ; \
	  $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" install ; \
	  cd .. ; fi ;done )

depend : 
	@(for dir in $(SUBDIRS) ;\
	  do if test -d $$dir ; then cd $$dir ; \
	  $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" depend ; \
	  cd .. ; fi ;done )

proto : 


Webmaster