home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
opendc12.zip
/
od124os2.exe
/
od12osp1.exe
/
src
/
simple
/
ja_JP
/
makefile
< prev
Wrap
Makefile
|
1997-04-02
|
3KB
|
90 lines
# @(#) 1.1 os2/src/samples/simple/ja_JP/makefile.mak, odsimplepart, od96os2, odos29712d 2/7/97 11:34:08 [ 3/21/97 17:50:01 ]
#
#====START_GENERATED_PROLOG======================================
#
#
# COMPONENT_NAME: odsimplepart
#
# CLASSES: none
#
# ORIGINS: 27
#
#
# (C) COPYRIGHT International Business Machines Corp. 1995,1996
# All Rights Reserved
# Licensed Materials - Property of IBM
# US Government Users Restricted Rights - Use, duplication or
# disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
#
# IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
# ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
# PURPOSE. IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
# USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
# OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
# OR PERFORMANCE OF THIS SOFTWARE.
#
#====END_GENERATED_PROLOG========================================
#
# If you wish to add to the existing compile and link flags, you can
# do it with these macros
ExtraSOMCompileOptions =
ExtraCompileOptions =
ExtraLinkOptions =
# ===================================================================
# Subdirectories you want nmake to visit
#Subdirs =
# ===================================================================
# Targets
# IdlTargets = List all the idls
# HdrTargets = List all the C++ headers
# MsgTargets = List all the message catalogs
# LibTargets = List all export libraries to be built
# DllTargets = List all shared libraries to be built
#
# The Reg* and File* macros are used to generate a table of contents
# and an install package
IdlTargets =
RcTargets =
HdrTargets =
MsgTargets = $(ODSRC)/locale/ja_JP/iodsmple.cat \
$(ODSRC)/locale/ja_JP/iodsimpl.hlp
LibTargets =
DllTargets =
# ===================================================================
# Common Inference Rules
# Platform.mak contains all the platform specific code to build the
# sample. Check it to verify which compiler the sample is using.
!include $(ODSRC)/src/Platform.mak
# ===================================================================
# Rules
$(ODSRC)/locale/ja_JP/iodsmple.cat : iodsmple.cat
@$(BuildCopy)
$(ODSRC)/locale/ja_JP/iodsimpl.hlp : iodsimpl.hlp
@$(BuildCopy)
# end of file