home *** CD-ROM | disk | FTP | other *** search
- --------------------------------------------------------------------------------
- --
- -- COPYRIGHT:
- -- IBM WorkFrame - Project Smarts
- -- (C) Copyright International Business Machines Corporation 1996
- -- Licensed Material - Program-Property of IBM - All Rights Reserved.
- -- US Government Users Restricted Rights - Use, duplication, or disclosure
- -- restricted by GSA ADP Schedule Contract with IBM Corp.
- --
- --------------------------------------------------------------------------------
- .SUFFIXES:
- .SUFFIXES: .idl .xih .xh
-
- all: $SOURCE_FILE$.xh $SOURCE_FILE$.xih
-
- .idl.xh:
- sc -sxh -p $*.idl
- .idl.xih:
- sc -sxih -p $*.idl
-
- $SOURCE_FILE$.xh: $SOURCE_FILE$.idl
- $SOURCE_FILE$.xih: $SOURCE_FILE$.idl
-
- clean:
- del $SOURCE_FILE$.xih $SOURCE_FILE$.xh