|
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: 3227 (0xc9b) Types: TextFile Names: »Makefile«
└─⟦3d0c2be1b⟧ Bits:30001254 ISODE-5.0 Tape └─⟦eba4602b1⟧ »./isode-5.0.tar.Z« └─⟦d3ac74d73⟧ └─⟦this⟧ »isode-5.0/others/image/Makefile«
############################################################################### # Instructions to Make, for compilation of ISODE image programs ############################################################################### ############################################################################### # # $Header: /f/osi/others/image/RCS/Makefile,v 6.0 89/03/18 23:35:13 mrose Rel $ # # # $Log: Makefile,v $ # Revision 6.0 89/03/18 23:35:13 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. # ############################################################################### .c.o:; $(CC) $(CFLAGS) -c $*.c ############################################################################### # Programs and Libraries ############################################################################### LIBES = $(TOPDIR)others/quipu/photo/libphoto.a -lisode -lX11 LLIBS = -lisode # -lX11 ############################################################################### # Files ############################################################################### HFILES = imagesbr.h CFILES = xface.c xwho.c imagesbr.c ################################################################## # Here it is... ################################################################## all: xface xwho inst-all: inst-xface inst-xwho manuals install: inst-all clean lint: l-xface l-xwho ################################################################## # xface ################################################################## inst-xface: $(BINDIR)xface $(BINDIR)xface: xface -cp $@ zxface -rm -f $@ cp xface $@ -@ls -gls $@ -@echo "" xface: xface.o imagesbr.o $(LDCC) $(LDFLAGS) -o $@ xface.o imagesbr.o $(LIBES) $(LSOCKET) l-xface:; $(LINT) $(LFLAGS) xface.c imagesbr.c $(LLIBS) xface.o: imagesbr.h imagesbr.o: imagesbr.h ################################################################## # xwho ################################################################## inst-xwho: $(BINDIR)xwho $(BINDIR)xwho: xwho -cp $@ zxwho -rm -f $@ cp xwho $@ -@ls -gls $@ -@echo "" xwho: xwho.o imagesbr.o $(LDCC) $(LDFLAGS) -o $@ xwho.o imagesbr.o $(LIBES) $(LSOCKET) l-xwho:; $(LINT) $(LFLAGS) xwho.c imagesbr.c $(LLIBS) xwho.o: imagesbr.h ################################################################ # manual pages ################################################################ MANUALS = xface.1c xwho.1c manuals:; @$(UTILDIR)inst-man.sh $(MANOPTS) $(MANUALS) -@echo "" ################################################################ # clean ################################################################ clean:; rm -f *.o *.a xface xwho z* _* core grind:; iprint READ-ME Makefile tgrind -lc $(HFILES) $(CFILES) @echo $(MANUALS) | \ tr " " "\012" | \ sed -e "s%.*%itroff -man &%" | \ sh -ve true:;