[svn] / focus / Makefile Repository:
ViewVC logotype

View of /focus/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (download) (annotate)
Sat Mar 20 00:25:35 2004 UTC (6 years, 5 months ago) by steve
File size: 752 byte(s)
Initial import

#
# This Makefile is used in all directories in which targets
# must be made. It is copied into these directories before
# running make in them from the parent. It is used only to
# link to the global "Makefile.config" file, which defines
# most targets automatically.
#
# Make any local (directory specific) changes or extansions
# in the file "Makefile.dir", which will be included by
# "Makefile.config", should it exist.
#

# Locate the top level directory, which contains "Makefile.config"
TOPDIR := $(shell /bin/sh -c \
'function findup { [ "$$1" = "/" ] || if [ -f $$1/$$2 ] ; then echo $$1 ; \
else findup `dirname $$1` $$2 ; fi }; findup `pwd` Makefile.config;')

# Now we know where it is, include the file
include $(TOPDIR)/Makefile.config


Repository Admin
ViewVC Help
Powered by ViewVC 1.0.5