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] / libplaton / Makefile.in (download)

Revision 1.11, Sat Dec 7 15:04:34 2002 UTC (21 years, 3 months ago) by rajo

Changes since 1.10: +11 -27 lines

* Big improvements in targets specification. $(OBJECTS), $(DEP_FILES),
  $(include_HEADERS), ... are determined automaticaly from $(SOURCES)
* 'make install' works, but with some errors.

# 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.

# Main Makefile for libcfg+ library.
# $Id: Makefile.in,v 1.11 2002/12/07 15:04:34 rajo Exp $ 

PACKAGE = @PACKAGE@
VERSION = @VERSION@

# Directories {{{
top_builddir      = .
srcdir            = @srcdir@
top_srcdir        = @top_srcdir@
VPATH             = @srcdir@
prefix            = @prefix@
exec_prefix       = @exec_prefix@
                  
bindir            = @bindir@
sbindir           = @sbindir@
libexecdir        = @libexecdir@
datadir           = @datadir@
sysconfdir        = @sysconfdir@
sharedstatedir    = @sharedstatedir@
localstatedir     = @localstatedir@
libdir            = @libdir@
infodir           = @infodir@
mandir            = @mandir@
man3dir           = $(mandir)/man3
includedir        = @includedir@
includedir_platon = $(includedir)/platon
oldincludedir     = /usr/include
                  
DESTDIR           =
                  
pkgdatadir        = $(datadir)/@PACKAGE@
pkglibdir         = $(libdir)/@PACKAGE@
pkgincludedir     = $(includedir)/@PACKAGE@

# }}} Directories

# top_builddir will be absolute path
top_builddir := $(shell cd $(top_builddir) > /dev/null 3>&1 && pwd || :)

# Targets {{{

SUBDIRS         = platon utils

include_HEADERS = 
noinst_HEADERS  = platon/cfgfile.h \
                  platon/cmdline.h \
                  platon/shared.h \
                  platon/str/dynfgets.h \
                  platon/str/strctype.h \
                  platon/str/strdyn.h \
                  platon/str/strplus.h

noinst_SCRIPTS  =
SCRIPTS         =  $(noinst_SCRIPTS)

DISTFILES = AUTHORS COPYING README INSTALL TODO \
            Makefile.in configure.in \
            config.h.in \
            config.guess config.sub configure \
            install-sh mkinstalldirs rebuild \
            platon/ \
            $(include_HEADERS) $(noinst_HEADERS) \
            doc/

# }}} Targets

all: configure-scripts makefiles $(MANS) all-subdirs

include $(top_builddir)/Rules.make

HEADERS =  $(include_HEADERS) $(noinst_HEADERS) $(CONFIG_HEADER)

$(top_builddir)/Makefile: $(top_srcdir)/Makefile.in  $(top_builddir)/config.status
    @cd $(top_builddir) \
      && CONFIG_FILES=Makefile CONFIG_HEADERS= \
        $(SHELL) ./config.status

# Section: Install {{{
install: all install-subdirs

uninstall: uninstall-subdirs

installcheck:

install-exec:

uninstall-exec:


install-lib:

uninstall-lib:


install-data:


install-strip:


installdirs:


install-man: $(MANS)

uninstall-man:


# }}} Section: Install

# vim600: fdm=marker fdc=3


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