|
|
| File: [Development] / inventor / tools / makemake / Attic / Makefile (download)
Revision 1.1.1.1 (vendor branch), Tue Aug 15 12:56:29 2000 UTC (17 years, 2 months ago) by naaman
Initial check-in based on 2.1.5 (SGI IRIX) source tree. |
#!smake # toolkits/Inventor/tools/makemake/Makefile # # $Revision: 1.1.1.1 $ # DEPTH = ../../lib/ include $(DEPTH)../make/so_commondefs TARGETDIR = ./obj TARGETS = $(TARGETDIR)/makemake COMMONPREF = makemake LDIRT = $(TARGETDIR)/*.o default: do_all include $(COMMONRULES) do_all: maketd @echo "\n\n==== Make default for src" @( cd src; $(MAKE) default ) $(COMMONTARGS): $(COMMONPREF)$$@ maketd: $(_FORCE) @if [ ! -d $(TARGETDIR) ]; then mkdir $(TARGETDIR) ; fi install: default @echo "need to make install"