1*7f2fe78bSCy Schubertmydir=appl$(S)sample$(S)sserver 2*7f2fe78bSCy SchubertBUILDTOP=$(REL)..$(S)..$(S).. 3*7f2fe78bSCy Schubert 4*7f2fe78bSCy Schubertall: sserver 5*7f2fe78bSCy Schubert 6*7f2fe78bSCy Schubertsserver: sserver.o $(KRB5_BASE_DEPLIBS) 7*7f2fe78bSCy Schubert $(CC_LINK) -o sserver sserver.o $(KRB5_BASE_LIBS) 8*7f2fe78bSCy Schubert 9*7f2fe78bSCy Schubertclean: 10*7f2fe78bSCy Schubert $(RM) sserver.o sserver 11*7f2fe78bSCy Schubert 12*7f2fe78bSCy Schubertinstall: 13*7f2fe78bSCy Schubert $(INSTALL_PROGRAM) sserver ${DESTDIR}$(SERVER_BINDIR)/sserver 14