############################################################################### # Instructions to Make, for compilation of ISODE QUIPU include files ############################################################################### ############################################################################### # # $Header: /var/lib/cvsd/repos/CSRG/43BSDReno/contrib/isode-beta/h/quipu/Makefile,v 1.1.1.1 2018/04/24 16:12:56 root Exp $ # # # $Log: Makefile,v $ # Revision 1.1.1.1 2018/04/24 16:12:56 root # BSD 4.3reno # # Revision 7.1 90/07/09 14:38:13 mrose # sync # # Revision 7.0 89/11/23 21:56:19 mrose # Release 6.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. # ############################################################################### HEADERS = abandon.h add.h attr.h attrvalue.h bind.h \ common.h commonarg.h compare.h config.h \ connection.h ds_error.h dsargument.h dsp.h \ dua.h authen.h entry.h list.h modify.h \ modifyrdn.h name.h oid.h read.h remove.h \ ds_search.h util.h sequence.h dap.h photo.h malloc.h \ ufn.h nrs_info.h ################################################################### # Here it is... ################################################################### all:; inst-all:; -mkdir $(INCDIRM)/quipu @for h in $(HEADERS); do $(MAKE) TARGET=$$h inst-target; done inst-target: $(INCDIR)quipu/$(TARGET) $(INCDIR)quipu/$(TARGET): $(TARGET) -cp $@ z$(TARGET) sed -e 's%#include "\(.*\)"%#include "$(INCDIR)\1"%' \ < $(TARGET) | \ sed -e 's%#include "/usr/include/\(.*\)"%#include <\1>%' > $@ -@ls -gls $@ -@echo "" install: inst-all clean lint:; clean:; rm -f z* _* *.orig grind:; tgrind -lc $(HEADERS)