|
|
1.1 ! root 1: ############################################################################### ! 2: # Instructions to Make, for compilation of ISODE xSAP processes ! 3: ############################################################################### ! 4: ! 5: ############################################################################### ! 6: # ! 7: # $Header: /f/osi/others/pingpong/RCS/Makefile,v 7.0 89/11/23 22:01:08 mrose Rel $ ! 8: # ! 9: # ! 10: # $Log: Makefile,v $ ! 11: # Revision 7.0 89/11/23 22:01:08 mrose ! 12: # Release 6.0 ! 13: # ! 14: ############################################################################### ! 15: ! 16: ############################################################################### ! 17: # ! 18: # NOTICE ! 19: # ! 20: # Acquisition, use, and distribution of this module and related ! 21: # materials are subject to the restrictions of a license agreement. ! 22: # Consult the Preface in the User's Manual for the full terms of ! 23: # this agreement. ! 24: # ! 25: ############################################################################### ! 26: ! 27: .c.o:; $(CC) $(CFLAGS) -c $*.c ! 28: ! 29: ! 30: LIBES = $(TOPDIR)libisode.a ! 31: LLIBS = $(TOPDIR)llib-lisode ! 32: ! 33: all: pingpong ! 34: inst-all: ! 35: install: ! 36: lint: l-pingpong ! 37: ! 38: pingpong: xpingpong ! 39: ! 40: xpingpong: pingpong.o ! 41: $(LDCC) -o $@ pingpong.o $(LIBES) $(LSOCKET) ! 42: ! 43: l-pingpong:; $(LINT) $(LFLAGS) pingpong.c $(LLIBS) ! 44: ! 45: clean:; rm -f x* z* _* *.o core
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.