#************************************************************************** # # Licensed Materials - Property of HCL # (c) Copyright HCL Technologies Ltd. 2017. All Rights Reserved. # #************************************************************************** # # INFORMIX SOFTWARE, INC. # # PROPRIETARY DATA # # THIS DOCUMENT CONTAINS TRADE SECRET DATA WHICH IS THE PROPERTY OF # INFORMIX SOFTWARE, INC. THIS DOCUMENT IS SUBMITTED TO RECIPIENT IN # CONFIDENCE. INFORMATION CONTAINED HEREIN MAY NOT BE USED, COPIED OR # DISCLOSED IN WHOLE OR IN PART EXCEPT AS PERMITTED BY WRITTEN AGREEMENT # SIGNED BY AN OFFICER OF INFORMIX SOFTWARE, INC. # # THIS MATERIAL IS ALSO COPYRIGHTED AS AN UNPUBLISHED WORK UNDER # SECTIONS 104 AND 408 OF TITLE 17 OF THE UNITED STATES CODE. # UNAUTHORIZED USE, COPYING OR OTHER REPRODUCTION IS PROHIBITED BY LAW. # # # Title: makefile # Sccsid: @(#)makefile 9.5 1/23/94 11:45:16 # Description: # makefile for engines .h files in incl/ directory # #************************************************************************** include $(SOURCE_DIR)/setup/makefile.include RM = /bin/rm -f all : nothing nothing: @echo "Nothing to make, 'dist' only." # Following is a special target to copy SNA 3rd-party header files # into the source tree when needed. INSTALLSNA is taken from the # environment. INCLS = memdur.h miami.h miconv.h milo.h minmdur.h minmprot.h mitypes.h mi.h \ miback.h milib.h miloback.h minmmem.h mitrace.h mirlt.h \ mistream.h mistrmtype.h mistrmutil.h dist: $(SOURCE_DIR)/bin/rinstall -mod informix 644 $(DISTDIR)/incl/dmi $(INCLS) $(SOURCE_DIR)/bin/rinstall -mod informix 644 $(DISTDIR)/incl/public $(INCLS) cleanup: @echo "Nothing to clean up"