# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
# Generated automatically from Makefile.in by configure.

#-----------------------------------------------------
TOPDIR  :=  $(shell /bin/pwd)
TOPDIR  :=  $(TOPDIR)/../../

include $(TOPDIR)/prerules.mk
#-----------------------------------------------------

PROGRAMS = ample
SOURCES = ample.c client.c entries.c configuration.c helper.c base64.c
OBJECTS = ample.o client.o entries.o configuration.o helper.o base64.o

all: ample

ample: $(OBJECTS)
	$(CC) -o $@ $(OBJECTS) 
	$(STRIP) $@
.c.o: 
	$(CC) -I../ -c $<

install:
	 cp -af ample  $(T_USBIN)
clean:
	rm -f *.o $(PROGRAMS)

.PHONY: all install clean

# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
