|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: M T
Length: 1938 (0x792) Types: TextFile Names: »Makefile«
└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0 └─⟦35176feda⟧ »EurOpenD22/isode/isode-6.tar.Z« └─⟦de7628f85⟧ └─⟦this⟧ »isode-6.0/h/quipu/Makefile«
############################################################################### # Instructions to Make, for compilation of ISODE QUIPU include files ############################################################################### ############################################################################### # # $Header: /f/osi/h/quipu/RCS/Makefile,v 7.0 89/11/23 21:56:19 mrose Rel $ # # # $Log: Makefile,v $ # 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 ################################################################### # 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)