|
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: 3718 (0xe86) Types: TextFile Names: »Makefile«
└─⟦3d0c2be1b⟧ Bits:30001254 ISODE-5.0 Tape └─⟦eba4602b1⟧ »./isode-5.0.tar.Z« └─⟦d3ac74d73⟧ └─⟦this⟧ »isode-5.0/others/quipu/uips/dish/Makefile«
############################################################################### # Instructions to Make, for compilation of ISODE QUIPU Directory Server ############################################################################### ############################################################################### # # $Header: /f/osi/others/quipu/uips/dish/RCS/Makefile,v 6.0 89/03/18 23:34:25 mrose Rel $ # # # $Log: Makefile,v $ # Revision 6.0 89/03/18 23:34:25 mrose # Release 5.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. # ############################################################################### CFILES = pipe.c unbind.c OFILES = pipe.o unbind.o ############################################################## # Here it is... ############################################################## all: xpipe xunbind xquipurc inst-all: inst-pipe inst-unbind inst-dishinit install: inst-all clean lint: lint-pipe lint-unbind lint-quipurc ################################################################### # dish additional features ################################################################### inst-pipe: $(BINDIR)list $(BINDIR)list: xpipe -cp $@ zxpipe -rm -f $@ cp xpipe $@ -rm -f $(BINDIR)read ln $@ $(BINDIR)read -rm -f $(BINDIR)search ln $@ $(BINDIR)search -rm -f $(BINDIR)compare ln $@ $(BINDIR)compare -rm -f $(BINDIR)add ln $@ $(BINDIR)add -rm -f $(BINDIR)delete ln $@ $(BINDIR)delete -rm -f $(BINDIR)modify ln $@ $(BINDIR)modify -rm -f $(BINDIR)modifyrdn ln $@ $(BINDIR)modifyrdn -rm -f $(BINDIR)showentry ln $@ $(BINDIR)showentry -rm -f $(BINDIR)showname ln $@ $(BINDIR)showname -rm -f $(BINDIR)dsacontrol ln $@ $(BINDIR)dsacontrol -rm -f $(BINDIR)bind ln $@ $(BINDIR)bind -rm -f $(BINDIR)moveto ln $@ $(BINDIR)moveto -@ls -gls $@ -@echo "" xpipe: pipe.o $(LDCC) $(LDFLAGS) -o $@ pipe.o $(LSOCKET) pipe.o: pipe.c $(CC) $(CFLAGS) -c -DBINDIR=\"$(BINDIR)\" pipe.c inst-unbind: $(BINDIR)unbind $(BINDIR)unbind: xunbind -cp $@ zxunbind -rm -f $@ cp xunbind $@ -rm -f $(BINDIR)squid ln $@ $(BINDIR)squid -@ls -gls $@ -@echo "" xunbind: unbind.o $(LDCC) $(LDFLAGS) unbind.o -o $@ $(LSOCKET) unbind.o: unbind.c $(CC) $(CFLAGS) -c -DBINDIR=\"$(BINDIR)\" unbind.c inst-dishinit: $(ETCDIR)dishinit $(ETCDIR)new_quipurc $(ETCDIR)new_quipurc: xquipurc -cp $@ zxquipurc -rm -f $@ cp xquipurc $@ chmod ugo+s $@ -rm -f $(BINDIR)new_quipurc -@echo "" xquipurc: quipurc.o $(LDCC) $(LDFLAGS) -o $@ quipurc.o quipurc.o: quipurc.c $(CC) $(CFLAGS) -c -DETCDIR=\"$(ETCDIR)\" quipurc.c $(ETCDIR)dishinit: dishinit -cp $@ zdishinit -rm -f $@ cp dishinit $@ chmod 700 $@ -@ls -gls $@ -@echo "" lint-pipe: $(LINT) $(CFLAGS) pipe.c lint-unbind: $(LINT) $(CFLAGS) unbind.c lint-quipurc: $(LINT) $(CFLAGS) quipurc.c ############################################################## # clean ############################################################## clean:; rm -f *.ph *.o *.a a.out _* x* z* *.orig \ core $(CLEANSTRINGS) grind:; iprint Makefile tgrind -lc $(CFILES) # @echo $(MANUALS) | \ # tr " " "\012" | \ # sed -e "s%.*%itroff -man &%" | \ # sh -ve true:; # DO NOT DELETE THIS LINE # Dependencies follow