source: Sophya/trunk/SophyaExt/JThreadsC++/JTCSrc/JTC/Makefile.mak@ 2783

Last change on this file since 2783 was 1016, checked in by ansari, 25 years ago

Creation du module JThreadsC++, importation du code des classes
de Thread a la Java de Object Oriented Concepts Inc - Reza 19/5/2000

File size: 549 bytes
Line 
1# **********************************************************************
2#
3# Copyright (c) 2000
4# Object Oriented Concepts, Inc.
5# Billerica, MA, USA
6#
7# All Rights Reserved
8#
9# **********************************************************************
10
11top_srcdir = ..\..
12
13!include $(top_srcdir)\config\Make.rules.mak
14
15install::
16 @if not exist $(includedir)\JTC \
17 @echo "Creating $(includedir)\JTC..." & \
18 mkdir $(includedir)\JTC
19
20 @for %i in ( *.h ) do \
21 @echo Installing %i & \
22 copy %i $(includedir)\JTC\%i
23
24install_min:: install
Note: See TracBrowser for help on using the repository browser.