makefile

来自「ftam等标准协议服务器和客户端的源代码。」· 代码 · 共 1,694 行 · 第 1/4 页

TXT
1,694
字号
################################################################################   Instructions to Make, for compilation of ISODE DSAP common processes################################################################################################################################################################ $Header: /xtel/isode/isode/dsap/common/RCS/Makefile,v 9.0 1992/06/16 12:12:39 isode Rel $### $Log: Makefile,v $# Revision 9.0  1992/06/16  12:12:39  isode# Release 8.0## ################################################################################################################################################################                                NOTICE##    Acquisition, use, and distribution of this module and related#    materials are subject to the restrictions of a license agreement.#    Consult the Preface in the User's Manual for the full terms of#    this agreement.################################################################################PEPYPATH=	-DPEPYPATHUPDIR   =       ../LIBES   =       libcommon.a $(UPDIR)libcommon.aLLIBS   =       $(TOPDIR)llib-lisode######################################################################## Here is it...#######################################################################all:            libcommoninst-all:	libcommoninstall:        inst-all cleanlint:           l-libcommon######################################################################## libcommon#######################################################################CFILES  =       acl.c attrv.c ca.c \		dn_seq.c ds_error.c dsa_info.c \		entryinfo.c filter.c oid.c oid2.c oidseq.c oc.c \		parse_error.c pe.c picture.c psap.c \		tree_struct.c util.c \		correlate.c std_sntx.c quipu_sntx.c \		file_print.c file_enc.c file_cpy.c file_str.c \		attrt_cmp.c attrt_dec.c attrt_new.c attrt_cpy.c  \		attrt_print.c \		as_cmp.c as_cpy.c as_del.c as_merge.c \		as_new.c as_free.c as_find.c as_print.c as_str.c \		avs_cmp.c avs_cpy.c avs_del.c avs_merge.c \		avs_new.c avs_free.c avs_print.c avs_str.c \		dn_cmp.c dn_cpy.c dn_append.c \		dn_free.c dn_print.c dn_str.c dn_new.c \		rdn_cmp.c rdn_cpy.c rdn_new.c \		rdn_free.c rdn_print.c rdn_str.c rdn_merge.c \		time.c integer.c boolean.c string.c mailbox.c fax.c \		post.c telex.c teletex.c pdm.c guide.c soundex.c \		conf.c sys_tai.c sys_init.c tai_init.c tai_args.c \		certificate.c cpair.c protected.c \		cache.c entry.c parse.c ufn_aet.c ufn_parse.c \		aetufn.c aetdap.c nrs_info.c inherit.c audio.c \		cstrings.c service.c security.c cilist.c policy.c \		ds_ext.c ap.c turbo_avl.c turbo_index.c \		attribute.c docstore.c qos.c attr_sntx.c \		photo_dec.c photo_build.c photo_util.c photo_stub.c \		dsa_control.c osisec-int.c \		searchacl.c authpolicy.cOFILES  =       acl.o attrv.o ca.o \		dn_seq.o ds_error.o dsa_info.o \		entryinfo.o filter.o oid.o oid2.o oidseq.o oc.o \		parse_error.o pe.o picture.o psap.o \		tree_struct.o util.o \		correlate.o std_sntx.o quipu_sntx.o \		file_print.o file_enc.o file_cpy.o file_str.o \		attrt_cmp.o attrt_dec.o attrt_new.o attrt_cpy.o \		attrt_print.o \		as_cmp.o as_cpy.o as_del.o as_merge.o \		as_new.o as_free.o as_find.o as_print.o as_str.o \		avs_cmp.o avs_cpy.o avs_del.o avs_merge.o \		avs_new.o avs_free.o avs_print.o avs_str.o \		dn_cmp.o dn_cpy.o dn_append.o \		dn_free.o dn_print.o dn_str.o dn_new.o \		rdn_cmp.o rdn_cpy.o rdn_new.o \		rdn_free.o rdn_print.o rdn_str.o rdn_merge.o \		time.o integer.o boolean.o string.o mailbox.o fax.o \		post.o telex.o teletex.o pdm.o guide.o soundex.o \		conf.o sys_tai.o sys_init.o tai_init.o tai_args.o \		certificate.o cpair.o protected.o \		cache.o entry.o parse.o ufn_aet.o ufn_parse.o \		aetufn.o aetdap.o nrs_info.o inherit.o audio.o \		cstrings.o service.o security.o cilist.o policy.o \		ds_ext.o ap.o turbo_avl.o turbo_index.o \		attribute.o docstore.o qos.o attr_sntx.o \		photo_dec.o photo_build.o photo_util.o photo_stub.o \		dsa_control.o osisec-int.o \		searchacl.o authpolicy.olibcommon:      libcommon.alibcommon.a:    commonvrsn.o		-rm -f $@		@$(UTILDIR)make-lib.sh $(SYSTEM) $(ARFLAGS) $@ $(OFILES) \			commonvrsn.o		-@rm -f $(UPDIR)libcommon.a $(UPDIR)llib-lcommon		-@ln libcommon.a $(UPDIR)libcommon.a		-@$(LN) llib-lcommon $(UPDIR)llib-lcommon		-@ls -l $@		-@echo "QUIPU COMMON library built normally"commonvrsn.c:   $(OFILES)		@$(UTILDIR)version.sh common > $@l-libcommon:    $(CFILES) true		$(LINT) $(LFLAGS) $(CFILES) $(LLIBS) \			| grep -v "warning: possible pointer alignment problem"test:		test.o libcommon.a ../libx500as.a		$(LDCC) $(LDFLAGS) test.o libcommon.a ../libx500as.a \			libcommon.a $(LIBISODE) -o testaudio.o:	audio.c		$(CC) $(LIBCFLAGS) -DBINPATH=\"$(BINDIR)\" -c audio.c		TESTAVLOBJ =    testavl.o turbo_avl.o conf.otestavl:        $(TESTAVLOBJ)		$(LDCC) $(LDFLAGS) -o $@ $(TESTAVLOBJ) $(LIBISODE)############################################################# Saber############################################################saber_src:;	#load -C $(OPTIONS) $(CFILES)	saber_obj:;	#load libcommon.a############################################################# clean############################################################clean:;         rm -f *.ph *.o *.a a.out _* test x* z* *.orig core 		rm -f commonvrsn.c testavlgrind:;         iprint Makefile		tgrind -lc $(CFILES) llib-lcommontrue:;# DO NOT DELETE THIS LINE# Dependencies followacl.o: ../../h/cmd_srch.hacl.o: ../../h/config.hacl.o: ../../h/general.hacl.o: ../../h/isoaddrs.hacl.o: ../../h/logger.hacl.o: ../../h/manifest.hacl.o: ../../h/psap.hacl.o: ../../h/quipu/attr.hacl.o: ../../h/quipu/attrvalue.hacl.o: ../../h/quipu/config.hacl.o: ../../h/quipu/dsp.hacl.o: ../../h/quipu/entry.hacl.o: ../../h/quipu/name.hacl.o: ../../h/quipu/oid.hacl.o: ../../h/quipu/syntaxes.hacl.o: ../../h/quipu/turbo.hacl.o: ../../h/quipu/util.haetdap.o: ../../h/config.haetdap.o: ../../h/general.haetdap.o: ../../h/isoaddrs.haetdap.o: ../../h/logger.haetdap.o: ../../h/manifest.haetdap.o: ../../h/psap.haetdap.o: ../../h/quipu/attr.haetdap.o: ../../h/quipu/attrvalue.haetdap.o: ../../h/quipu/authen.haetdap.o: ../../h/quipu/bind.haetdap.o: ../../h/quipu/commonarg.haetdap.o: ../../h/quipu/config.haetdap.o: ../../h/quipu/dap.haetdap.o: ../../h/quipu/ds_error.haetdap.o: ../../h/quipu/dsp.haetdap.o: ../../h/quipu/dua.haetdap.o: ../../h/quipu/name.haetdap.o: ../../h/quipu/oid.haetdap.o: ../../h/quipu/read.haetdap.o: ../../h/quipu/util.haetdap.o: ../../h/tailor.haetufn.o: ../../h/config.haetufn.o: ../../h/general.haetufn.o: ../../h/isoaddrs.haetufn.o: ../../h/logger.haetufn.o: ../../h/manifest.haetufn.o: ../../h/psap.haetufn.o: ../../h/quipu/attr.haetufn.o: ../../h/quipu/attrvalue.haetufn.o: ../../h/quipu/authen.haetufn.o: ../../h/quipu/bind.haetufn.o: ../../h/quipu/commonarg.haetufn.o: ../../h/quipu/config.haetufn.o: ../../h/quipu/dap.haetufn.o: ../../h/quipu/ds_error.haetufn.o: ../../h/quipu/dsp.haetufn.o: ../../h/quipu/dua.haetufn.o: ../../h/quipu/entry.haetufn.o: ../../h/quipu/name.haetufn.o: ../../h/quipu/oid.haetufn.o: ../../h/quipu/read.haetufn.o: ../../h/quipu/turbo.haetufn.o: ../../h/quipu/ufn.haetufn.o: ../../h/quipu/util.haetufn.o: ../../h/tailor.hap.o: ../../h/config.hap.o: ../../h/general.hap.o: ../../h/isoaddrs.hap.o: ../../h/logger.hap.o: ../../h/manifest.hap.o: ../../h/psap.hap.o: ../../h/quipu/attr.hap.o: ../../h/quipu/config.hap.o: ../../h/quipu/oid.hap.o: ../../h/quipu/util.hap.o: ./../x500as/AF-types.hap.o: ./../x500as/DAS-types.hap.o: ./../x500as/DO-types.hap.o: ./../x500as/IF-types.hap.o: ./../x500as/af-cdefs.hap.o: ./../x500as/das-cdefs.hap.o: ./../x500as/do-cdefs.hap.o: ./../x500as/if-cdefs.has_cmp.o: ../../h/config.has_cmp.o: ../../h/general.has_cmp.o: ../../h/logger.has_cmp.o: ../../h/manifest.has_cmp.o: ../../h/psap.has_cmp.o: ../../h/quipu/attr.has_cmp.o: ../../h/quipu/attrvalue.has_cmp.o: ../../h/quipu/config.has_cmp.o: ../../h/quipu/name.has_cmp.o: ../../h/quipu/oid.has_cmp.o: ../../h/quipu/util.has_cpy.o: ../../h/config.has_cpy.o: ../../h/general.has_cpy.o: ../../h/logger.has_cpy.o: ../../h/manifest.has_cpy.o: ../../h/psap.has_cpy.o: ../../h/quipu/attr.has_cpy.o: ../../h/quipu/attrvalue.has_cpy.o: ../../h/quipu/config.has_cpy.o: ../../h/quipu/malloc.has_cpy.o: ../../h/quipu/name.has_cpy.o: ../../h/quipu/oid.has_cpy.o: ../../h/quipu/util.has_del.o: ../../h/config.has_del.o: ../../h/general.has_del.o: ../../h/logger.has_del.o: ../../h/manifest.has_del.o: ../../h/psap.has_del.o: ../../h/quipu/attr.has_del.o: ../../h/quipu/attrvalue.has_del.o: ../../h/quipu/config.has_del.o: ../../h/quipu/name.has_del.o: ../../h/quipu/oid.has_del.o: ../../h/quipu/util.has_find.o: ../../h/config.has_find.o: ../../h/general.has_find.o: ../../h/logger.has_find.o: ../../h/manifest.has_find.o: ../../h/psap.has_find.o: ../../h/quipu/attr.has_find.o: ../../h/quipu/attrvalue.has_find.o: ../../h/quipu/config.has_find.o: ../../h/quipu/name.has_find.o: ../../h/quipu/oid.has_find.o: ../../h/quipu/util.has_free.o: ../../h/config.has_free.o: ../../h/general.has_free.o: ../../h/logger.has_free.o: ../../h/manifest.has_free.o: ../../h/psap.has_free.o: ../../h/quipu/attr.has_free.o: ../../h/quipu/attrvalue.has_free.o: ../../h/quipu/config.has_free.o: ../../h/quipu/name.has_free.o: ../../h/quipu/oid.has_free.o: ../../h/quipu/util.has_merge.o: ../../h/config.has_merge.o: ../../h/general.has_merge.o: ../../h/logger.has_merge.o: ../../h/manifest.has_merge.o: ../../h/psap.has_merge.o: ../../h/quipu/attr.has_merge.o: ../../h/quipu/attrvalue.has_merge.o: ../../h/quipu/config.has_merge.o: ../../h/quipu/name.has_merge.o: ../../h/quipu/oid.has_merge.o: ../../h/quipu/util.has_new.o: ../../h/config.has_new.o: ../../h/general.has_new.o: ../../h/logger.has_new.o: ../../h/manifest.has_new.o: ../../h/psap.has_new.o: ../../h/quipu/attr.has_new.o: ../../h/quipu/attrvalue.has_new.o: ../../h/quipu/config.has_new.o: ../../h/quipu/name.has_new.o: ../../h/quipu/oid.has_new.o: ../../h/quipu/util.has_print.o: ../../h/config.has_print.o: ../../h/general.has_print.o: ../../h/logger.has_print.o: ../../h/manifest.has_print.o: ../../h/psap.has_print.o: ../../h/quipu/attr.has_print.o: ../../h/quipu/attrvalue.has_print.o: ../../h/quipu/config.has_print.o: ../../h/quipu/name.has_print.o: ../../h/quipu/oid.has_print.o: ../../h/quipu/util.has_str.o: ../../h/config.has_str.o: ../../h/general.has_str.o: ../../h/isoaddrs.has_str.o: ../../h/logger.has_str.o: ../../h/manifest.has_str.o: ../../h/psap.has_str.o: ../../h/quipu/attr.has_str.o: ../../h/quipu/attrvalue.has_str.o: ../../h/quipu/config.has_str.o: ../../h/quipu/dsp.has_str.o: ../../h/quipu/entry.has_str.o: ../../h/quipu/malloc.has_str.o: ../../h/quipu/name.has_str.o: ../../h/quipu/oid.has_str.o: ../../h/quipu/turbo.has_str.o: ../../h/quipu/util.hattr_sntx.o: ../../h/config.hattr_sntx.o: ../../h/general.hattr_sntx.o: ../../h/isoaddrs.hattr_sntx.o: ../../h/logger.hattr_sntx.o: ../../h/manifest.hattr_sntx.o: ../../h/psap.hattr_sntx.o: ../../h/quipu/abandon.hattr_sntx.o: ../../h/quipu/add.hattr_sntx.o: ../../h/quipu/attr.hattr_sntx.o: ../../h/quipu/attrvalue.hattr_sntx.o: ../../h/quipu/authen.hattr_sntx.o: ../../h/quipu/bind.hattr_sntx.o: ../../h/quipu/common.hattr_sntx.o: ../../h/quipu/commonarg.hattr_sntx.o: ../../h/quipu/compare.hattr_sntx.o: ../../h/quipu/config.hattr_sntx.o: ../../h/quipu/dap.hattr_sntx.o: ../../h/quipu/ds_error.hattr_sntx.o: ../../h/quipu/ds_search.hattr_sntx.o: ../../h/quipu/dsp.hattr_sntx.o: ../../h/quipu/entry.hattr_sntx.o: ../../h/quipu/list.hattr_sntx.o: ../../h/quipu/modify.hattr_sntx.o: ../../h/quipu/modifyrdn.hattr_sntx.o: ../../h/quipu/name.hattr_sntx.o: ../../h/quipu/oid.hattr_sntx.o: ../../h/quipu/read.hattr_sntx.o: ../../h/quipu/remove.hattr_sntx.o: ../../h/quipu/turbo.hattr_sntx.o: ../../h/quipu/util.hattribute.o: ../../h/config.hattribute.o: ../../h/general.hattribute.o: ../../h/isoaddrs.hattribute.o: ../../h/logger.hattribute.o: ../../h/manifest.hattribute.o: ../../h/psap.hattribute.o: ../../h/quipu/attr.hattribute.o: ../../h/quipu/attrvalue.hattribute.o: ../../h/quipu/config.hattribute.o: ../../h/quipu/ds_error.hattribute.o: ../../h/quipu/dsp.hattribute.o: ../../h/quipu/entry.hattribute.o: ../../h/quipu/malloc.hattribute.o: ../../h/quipu/name.hattribute.o: ../../h/quipu/oid.hattribute.o: ../../h/quipu/turbo.hattribute.o: ../../h/quipu/util.hattrt_cmp.o: ../../h/config.hattrt_cmp.o: ../../h/general.hattrt_cmp.o: ../../h/logger.hattrt_cmp.o: ../../h/manifest.hattrt_cmp.o: ../../h/psap.hattrt_cmp.o: ../../h/quipu/attr.hattrt_cmp.o: ../../h/quipu/config.hattrt_cmp.o: ../../h/quipu/name.hattrt_cmp.o: ../../h/quipu/oid.hattrt_cmp.o: ../../h/quipu/util.hattrt_cpy.o: ../../h/config.hattrt_cpy.o: ../../h/general.hattrt_cpy.o: ../../h/logger.hattrt_cpy.o: ../../h/manifest.hattrt_cpy.o: ../../h/psap.hattrt_cpy.o: ../../h/quipu/attr.hattrt_cpy.o: ../../h/quipu/config.hattrt_cpy.o: ../../h/quipu/malloc.hattrt_cpy.o: ../../h/quipu/name.hattrt_cpy.o: ../../h/quipu/oid.hattrt_cpy.o: ../../h/quipu/util.hattrt_dec.o: ../../h/config.hattrt_dec.o: ../../h/general.hattrt_dec.o: ../../h/logger.hattrt_dec.o: ../../h/manifest.hattrt_dec.o: ../../h/psap.hattrt_dec.o: ../../h/quipu/attr.h

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?