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

File: [Platon] / libplaton / platon / Makefile.in (download)

Revision 1.11, Sat Apr 24 14:03:13 2010 UTC (13 years, 11 months ago) by nepto


Changes since 1.10: +2 -2 lines

Added CPU related subroutines

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

# Makefile for libplaton library.
# $Platon: libplaton/platon/Makefile.in,v 1.10 2004-08-27 19:18:53 nepto Exp $ 

PACKAGE = @PACKAGE@
VERSION = @VERSION@

# Directories {{{
top_builddir      = ..
builddir          = $(top_builddir)/platon
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 = compress cpu dsn hash html misc net str

SOURCES =

LIBSTATIC         = $(PACKAGE).a
LIBDYNAMIC        = $(PACKAGE).so
LIBDYNAMICV       = $(PACKAGE).so.$(VERSION)

# }}} Targets

all: configure-scripts makefiles all-subdirs lib

include $(top_builddir)/Rules.make

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

lib:    $(LIBSTATIC) $(LIBDYNAMICV)

# 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