# ********************************************************************** # # Copyright (c) 2000 # Object Oriented Concepts, Inc. # Billerica, MA, USA # # All Rights Reserved # # ********************************************************************** top_srcdir = ..\.. !include $(top_srcdir)\config\Make.rules.mak install:: @if not exist $(includedir)\JTC \ @echo "Creating $(includedir)\JTC..." & \ mkdir $(includedir)\JTC @for %i in ( *.h ) do \ @echo Installing %i & \ copy %i $(includedir)\JTC\%i install_min:: install