|
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: T m
Length: 549 (0x225) Types: TextFile Names: »makefile.unx«
└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987 └─⟦this⟧ »EUUGD18/General/Bidding/makefile.unx«
# Makefile (unix) for # Bridge Bidder Version 3.0 # by John Oswalt and Nathan Glasser # ..!sun!megatest!jao (usenet) # nathan@brokaw.lcs.mit.edu (internet) # nathan@mit-eddie.uucp (usenet) # # June, 1989 #----------------------------------------------------------------------------- #Copyright 1988, 1989 by Nathan Glasser. #You may feel free to distribute this program in its current form. #Please do not remove this copyright information. OBJS = bidding.o deal.o eval.o exper.o bid: $(OBJS) $(CC) $(OBJS) -o bid $(OBJS): bidding.h