foo:
	@echo Use \'make all\' to make everything otherwise \'make gwname.out\'

all: amtgw.out b10gw.out b11gw.out b16gw.out b1gw.out b24gw.out b37gw.out \
	b37aerogw.out b37athenagw.out b38gw.out b13gw.out b66gw.out \
	w91gw.out e40-03gw.out mathgw.out sloangw.out \
	w20gw.out ihtfp.out coke.out pepsi.out

fmgc.out:
	@echo fmgc now lives in ../fmgc because of it's slip interface -- Jon

b24gw.out:
	@echo b24gw now lives in ../b24gw because of second ethernet interface

broadgw.out:
	@echo broadgw has been renamed e19gw and lives in ../e19gw 

cgw_with_routes_and_chaos(amtgw,$(GWLIBINST))
cgw_normal(b10gw,$(GWLIBINST))
cgw_with_routes_and_chaos(b11gw, $(GWLIBINST))
cgw_with_routes_and_chaos(b16gw, $(GWLIBINST))
cgw_normal(b1gw,$(GWLIBINST))
cgw_normal(b37gw,$(GWLIBINST))
cgw_with_routes_and_chaos(b37aerogw,$(GWLIBINST))
cgw_normal(b37athenagw,$(GWLIBINST))
cgw_with_routes_and_chaos(b38gw,$(GWLIBINST))
cgw_with_routes_and_chaos(b13gw,$(GWLIBINST))
cgw_normal(b66gw,$(GWLIBINST))
cgw_with_routes(w91gw,$(GWLIBINST))
cgw_with_routes(ihtfp,$(GWLIBINST))
cgw_with_routes_and_chaos_and_nip(e40-03gw,$(GWLIBINST))
cgw_normal(mathgw,$(GWLIBINST))
cgw_normal(sloangw,$(GWLIBINST))
cgw_with_routes_and_chaos(w20gw,$(GWLIBINST))
cgw_with_routes(b54gw,$(GWLIBINST))
cgw_normal(coke,$(GWLIBINST))
cgw_normal(pepsi,$(GWLIBINST))

.o.out:	foo
	ld -X -e start -o $@ $(LINK) st.o

