# Generated automatically from Makefile.in by configure. ###################### # Makefile for slush # ###################### VERSION=0.1.0 HOST=i386-unknown-gnu SBINDIR=/usr/sbin MANDIR=/usr/man/man8 CC=cc INSTALL=/usr/bin/install -c -o root -g wheel CFLAGS=-fno-common -Wall -DVERSION=\"$(VERSION)\" -I$(OPENSSLINC) -I$(OPENSSLINC)/openssl -I$(LOCALBASE)/include LIBS= -lwrap -L$(OPENSSLLIB) -lssl -lcrypto $(EXTRA_SSL_LIBS) -lutil all: slush slushd slushd: slushd.o common.o $(CC) $(LDFLAGS) -s -o $@ slushd.o common.o $(LIBS) slushd.o: slushd.c common.o $(CC) -c $(CFLAGS) slushd.c slush: slush.o common.o $(CC) $(LDFLAGS) -s -o $@ slush.o common.o $(LIBS) slush.o: slush.c common.o $(CC) -c $(CFLAGS) slush.c common.o: common.c $(CC) -c $(CFLAGS) common.c $(SBINDIR)/slushd: slushd $(INSTALL) -m 711 slush $(SBINDIR) $(MANDIR)/slush.8: slush.8 $(INSTALL) -m 644 slush.8 $(MANDIR) install: $(SBINDIR)/slushd $(MANDIR)/slush.8 cert: openssl req -new -x509 -nodes \ -out slushd.pem -days 365 -keyout slushd.pem clean: rm -f slushd slushd.o common.o slush slush.o config.log core dist_clean: clean rm -f config.cache Makefile config.h configure config.status distrib: dist_clean mkdir -p ../distrib tar -cf - -C .. slush | gzip > ../distrib/slush-$(VERSION).tar.gz