Súbor: [Platon] / libplaton / utils / Makefile.in (stiahnutie)
Revízia 1.4, Sat Dec 7 15:04:44 2002 UTC (20 years, 10 months ago) by rajo
Zmeny od 1.3: +1 -120
[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.
# Makefile for libplaton library.
# $Platon: libplaton/utils/Makefile.in,v 1.3 2002/10/04 20:10:54 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 = crypt getmails makelynx strconv
SUBDIRS =
SOURCES =
# }}} Targets
all: configure-scripts makefiles all-subdirs
include $(top_builddir)/Rules.make
HEADERS = $(include_HEADERS) $(noinst_HEADERS) $(CONFIG_HEADER)
Makefile: Makefile.in $(top_builddir)/config.status
@cd $(top_builddir) \
&& CONFIG_FILES=utils/Makefile CONFIG_HEADERS= \
$(SHELL) ./config.status
# vim600: fdm=marker fdc=3
Platon Group <platon@platon.sk> http://platon.sk/
|