Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Friday, March 29, 2024

File: [Platon] / dead / mail2sms / Makefile.in (download)

Revision 1.10, Sun Nov 9 19:28:01 2003 UTC (20 years, 4 months ago) by nepto


Changes since 1.9: +1 -1 lines

Changed $Id$ for $Platon$.

# Makefile.in generated automatically by automake 1.4 from Makefile.am;
#                                                             modified !
#                                                             (by rajo)

#
# Author: Lubomir Host 'rajo' <host8@kepler.fmph.uniba.sk>
#
# Copyright (c) 2001 rajo
#

# $Platon: Makefile.in,v 1.9 2001/11/12 16:08:00 host8 Exp $

PACKAGE = mail2sms
VERSION = 1.0

# Directories {{{
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
prefix = @prefix@
exec_prefix = @exec_prefix@

bindir = @bindir@
sbindir = @sbindir@
libexecdir = @libexecdir@
sysconfdir = @sysconfdir@
sharedstatedir = @sharedstatedir@
localstatedir = @localstatedir@
libdir = @libdir@
infodir = @infodir@
mandir = @mandir@
includedir = @includedir@
oldincludedir = /usr/include

DESTDIR =

pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@

top_builddir = .
datadir = $(prefix)/@DATADIRNAME@

distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)

# }}} Directories

# Flags {{{
LIBS = @LIBS@
DEFS = @DEFS@

CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
CFLAGS = @CFLAGS@ @DEBUG@

mail2sms_LDADD = $(LDADD)
mail2sms_DEPENDENCIES = 
mail2sms_LDFLAGS = 
# }}} Flags

# Programs {{{
SHELL = @SHELL@
ACLOCAL = @ACLOCAL@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@

INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
INSTALL_DATA = @INSTALL_DATA@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
transform = @program_transform_name@
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs

CC = @CC@
LN_S = @LN_S@
MAKEINFO = @MAKEINFO@
STRIP = @STRIP@

NROFF = nroff
#TAR = gtar
TAR = tar
GZIP_ENV = --best

COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@

# }}} Programs

# Targets {{{
bin_PROGRAMS = mail2sms
mail2sms_SOURCES = $(srcdir)/mail2sms.c $(srcdir)/http.c \
                   $(srcdir)/strings.c  $(srcdir)/passwd.c \
                   $(srcdir)/sendsms.c  $(srcdir)/mail.c \
                   $(srcdir)/strdyn.c
mail2sms_HEADERS = $(srcdir)/mail2sms.h $(srcdir)/http.h \
                   $(srcdir)/strings.h  $(srcdir)/passwd.h \
                   $(srcdir)/sendsms.h  $(srcdir)/mail.h \
                   $(srcdir)/strdyn.h
mail2sms_OBJECTS = $(srcdir)/objects/mail2sms.o $(srcdir)/objects/http.o \
                   $(srcdir)/objects/strings.o  $(srcdir)/objects/passwd.o \
                   $(srcdir)/objects/sendsms.o  $(srcdir)/objects/mail.o \
                   $(srcdir)/strdyn.o
SOURCES = $(mail2sms_SOURCES)
HEADERS = $(mail2sms_HEADERS) acconfig.h config.h
OBJECTS = $(mail2sms_OBJECTS)
PROGRAMS =  $(bin_PROGRAMS)
man_MANS = mail2sms.1

EXTRA_DIST = $(man_MANS) AUTHORS BUGS COPYING CREDITS ChangeLog INSTALL NEWS README SITES TODO $(mail2sms_HEADERS)

man1dir = $(mandir)/man1
MANS = $(man_MANS)

DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
Makefile.in NEWS TODO aclocal.m4 config.h.in configure \
configure.in install-sh missing mkinstalldirs

DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)

ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
CONFIG_CLEAN_FILES = 

# }}} Targets

NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :

all: $(srcdir)/objects all-redirect
.SUFFIXES:
.SUFFIXES: .S .c .o .s

# Makefile, aclocal.m4, config.status, config.h stamp-h {{{
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
    cd $(top_builddir) \
      && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status

$(ACLOCAL_M4):  configure.in 
    cd $(srcdir) && $(ACLOCAL)

config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    $(SHELL) ./config.status --recheck
$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
    cd $(srcdir) && $(AUTOCONF)

config.h: stamp-h acconfig.h
    @if test ! -f $@; then \
        rm -f stamp-h; \
        $(MAKE) stamp-h; \
    else :; fi

stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
    cd $(top_builddir) \
      && CONFIG_FILES= CONFIG_HEADERS=config.h \
         $(SHELL) ./config.status
    @echo timestamp > stamp-h 2> /dev/null

$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
    @if test ! -f $@; then \
        rm -f $(srcdir)/stamp-h.in; \
        $(MAKE) $(srcdir)/stamp-h.in; \
    else :; fi

$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
    cd $(top_srcdir) && $(AUTOHEADER)
    @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
# }}} Makefile, aclocal.m4, config.status, config.h stamp-h
# Install binPROGRAMS {{{
install-binPROGRAMS: $(bin_PROGRAMS)
    @$(NORMAL_INSTALL)
    $(mkinstalldirs) $(DESTDIR)$(bindir)
    @list='$(bin_PROGRAMS)'; for p in $$list; do \
      if test -f $$p; then \
        echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
         $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
      else :; fi; \
    done

uninstall-binPROGRAMS:
    @$(NORMAL_UNINSTALL)
    list='$(bin_PROGRAMS)'; for p in $$list; do \
      rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
    done
# }}} Install binPROGRAMS 

.s.o:
    $(COMPILE) -c $<

.S.o:
    $(COMPILE) -c $<

mail2sms: $(OBJECTS) $(mail2sms_DEPENDENCIES)
    @rm -f mail2sms
    $(LINK) $(mail2sms_LDFLAGS) $(mail2sms_OBJECTS) $(mail2sms_LDADD) $(LIBS)

# Install man {{{
install-man1:
    $(mkinstalldirs) $(DESTDIR)$(man1dir)
    @list='$(man1_MANS)'; \
    l2='$(man_MANS)'; for i in $$l2; do \
      case "$$i" in \
        *.1*) list="$$list $$i" ;; \
      esac; \
    done; \
    for i in $$list; do \
      if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
      else file=$$i; fi; \
      ext=`echo $$i | sed -e 's/^.*\\.//'`; \
      inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
      inst=`echo $$inst | sed '$(transform)'`.$$ext; \
      echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
      $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
    done

uninstall-man1:
    @list='$(man1_MANS)'; \
    l2='$(man_MANS)'; for i in $$l2; do \
      case "$$i" in \
        *.1*) list="$$list $$i" ;; \
      esac; \
    done; \
    for i in $$list; do \
      ext=`echo $$i | sed -e 's/^.*\\.//'`; \
      inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
      inst=`echo $$inst | sed '$(transform)'`.$$ext; \
      echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
      rm -f $(DESTDIR)$(man1dir)/$$inst; \
    done
install-man: $(MANS)
    @$(NORMAL_INSTALL)
    $(MAKE) $(AM_MAKEFLAGS) install-man1
uninstall-man:
    @$(NORMAL_UNINSTALL)
    $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
# }}} Install man 
# ID & Tags {{{
ID: $(HEADERS) $(SOURCES) $(LISP)
    list='$(SOURCES) $(HEADERS)'; \
    unique=`for i in $$list; do echo $$i; done | \
      awk '    { files[$$0] = 1; } \
           END { for (i in files) print i; }'`; \
    here=`pwd` && cd $(srcdir) \
      && mkid -f$$here/ID $$unique $(LISP)

tags:
    ctags -o TAGS $(HEADERS) $(SOURCES)
#TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
#    tags=; \
    here=`pwd`; \
    list='$(SOURCES) $(HEADERS)'; \
    unique=`for i in $$list; do echo $$i; done | \
      awk '    { files[$$0] = 1; } \
           END { for (i in files) print i; }'`; \
    test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
      || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)

mostlyclean-tags:
    -rm -f TAGS ID

clean-tags:
    -rm -f TAGS ID

distclean-tags:
    -rm -f TAGS ID

maintainer-clean-tags:
# }}} ID & Tags

# Distribution {{{
# This target untars the dist file and tries a VPATH configuration.  Then
# it guarantees that the distribution is self-contained by making another
# tarfile.
distcheck: dist
    -rm -rf $(distdir)
    GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
    mkdir $(distdir)/=build
    mkdir $(distdir)/=inst
    dc_install_base=`cd $(distdir)/=inst && pwd`; \
    cd $(distdir)/=build \
      && ../configure --srcdir=.. --prefix=$$dc_install_base \
      && $(MAKE) $(AM_MAKEFLAGS) \
      && $(MAKE) $(AM_MAKEFLAGS) check \
      && $(MAKE) $(AM_MAKEFLAGS) install \
      && $(MAKE) $(AM_MAKEFLAGS) installcheck \
      && $(MAKE) $(AM_MAKEFLAGS) dist
    -rm -rf $(distdir)
    @banner="$(distdir).tar.gz is ready for distribution"; \
    dashes=`echo "$$banner" | sed s/./=/g`; \
    echo "$$dashes"; \
    echo "$$banner"; \
    echo "$$dashes"
dist: distdir
    -chmod -R a+r $(distdir)
    GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
    -rm -rf $(distdir)
dist-all: distdir
    -chmod -R a+r $(distdir)
    GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
    -rm -rf $(distdir)
distdir: $(DISTFILES)
    -rm -rf $(distdir)
    mkdir $(distdir)
    -chmod 777 $(distdir)
    here=`cd $(top_builddir) && pwd`; \
    top_distdir=`cd $(distdir) && pwd`; \
    distdir=`cd $(distdir) && pwd`;
    @for file in $(DISTFILES); do \
      d=$(srcdir); \
      if test -d $$d/$$file; then \
        cp -pr $$d/$$file $(distdir)/$$file; \
      else \
        test -f $(distdir)/$$file \
        || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
        || cp -p $$d/$$file $(distdir)/$$file || :; \
      fi; \
    done
# }}}Distribution

$(srcdir)/objects:
    mkdir $(srcdir)/objects

Makefile.dep: Makefile
    @echo "Generating dependencies to file Makefile.dep"
    @echo "###############################################" > Makefile.dep 
    @echo "### dependencies generated by 'make depend' ###" >> Makefile.dep
    @echo "###                                         ###" >> Makefile.dep
    @echo "### This file is included in Makefile       ###" >> Makefile.dep
    @echo "###############################################" >> Makefile.dep 
    @rm -f Makefile.err; \
    for i in $(SOURCES); do { \
        { $(COMPILE) -MM $$i || touch Makefile.err ; } | \
        sed -e 's+^\([^ ]*\.o\)+$(srcdir)/objects/\1+' >> Makefile.dep;  \
        echo "    \$$(COMPILE) -c -o \$$@ $$i" >> Makefile.dep; \
    }; done ; \
    if [ -f Makefile.err ]; then \
        rm -f Makefile.err Makefile.dep ; \
        echo "Error generating dependencies, check errors above"; \
        exit 1; \
    fi

include Makefile.dep

check-am: all-am
check: check-am

# Install {{{
installcheck-am:
installcheck: installcheck-am
all-recursive-am: config.h
    $(MAKE) $(AM_MAKEFLAGS) all-recursive

install-exec-am: install-binPROGRAMS
install-exec: install-exec-am

install-data-am: install-man
install-data: install-data-am

install-am: all-am
    @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
install: install-am
uninstall-am: uninstall-binPROGRAMS uninstall-man
uninstall: uninstall-am
all-am: Makefile $(PROGRAMS) $(MANS) config.h
all-redirect: all-am
install-strip:
    $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
installdirs:
    $(mkinstalldirs)  $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1
# }}} Install
# Clean {{{
mostlyclean-hdr:

clean-hdr:

distclean-hdr:
    -rm -f config.h

maintainer-clean-hdr:

mostlyclean-binPROGRAMS:

clean-binPROGRAMS:
    -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)

distclean-binPROGRAMS:

maintainer-clean-binPROGRAMS:

mostlyclean-generic:

clean-generic:

distclean-generic:
    -rm -f Makefile $(CONFIG_CLEAN_FILES)
    -rm -f config.cache config.log stamp-h stamp-h[0-9]*

maintainer-clean-generic:
mostlyclean-am:  mostlyclean-hdr mostlyclean-binPROGRAMS \
        mostlyclean-compile mostlyclean-tags mostlyclean-depend \
        mostlyclean-generic

mostlyclean: mostlyclean-am

clean-am:  clean-hdr clean-binPROGRAMS clean-compile clean-tags \
        clean-depend clean-generic mostlyclean-am

clean: clean-am

distclean-am:  distclean-hdr distclean-binPROGRAMS distclean-compile \
        distclean-tags distclean-depend distclean-generic \
        clean-am

distclean: distclean-am
    -rm -f config.status

maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-binPROGRAMS \
        maintainer-clean-compile maintainer-clean-tags \
        maintainer-clean-depend maintainer-clean-generic \
        distclean-am
    @echo "This command is intended for maintainers to use;"
    @echo "it deletes files that may require special tools to rebuild."

maintainer-clean: maintainer-clean-am
    -rm -f config.status

mostlyclean-compile:
    -rm -f *.o core *.core

clean-compile:
    -rm -rf $(srcdir)/objects/

distclean-compile:
    -rm -f *.tab.c

maintainer-clean-compile:

mostlyclean-depend:

clean-depend:

distclean-depend:
    -rm -f Makefile.dep

maintainer-clean-depend:

# }}} Clean

.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
mostlyclean-compile distclean-compile clean-compile \
maintainer-clean-compile install-man1 uninstall-man1 install-man \
uninstall-man tags mostlyclean-tags distclean-tags clean-tags \
maintainer-clean-tags distdir mostlyclean-depend distclean-depend \
clean-depend maintainer-clean-depend check \
check-am installcheck-am installcheck all-recursive-am install-exec-am \
install-exec install-data-am install-data install-am install \
uninstall-am uninstall all-redirect all-am all installdirs \
mostlyclean-generic distclean-generic clean-generic \
maintainer-clean-generic clean mostlyclean distclean maintainer-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.
.NOEXPORT:

#    vim:set ts=4:
# vim600:fdm=marker fdl=0 fdc=3:

Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top