From 1ecf45c029e79bca67559be1b145f90add72529c Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 5 Jan 2016 21:36:14 +0100 Subject: m + add makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- INSTALL | 2 -- Makefile.in | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 78 insertions(+), 2 deletions(-) create mode 100644 Makefile.in diff --git a/INSTALL b/INSTALL index d63749b..1db80b0 100644 --- a/INSTALL +++ b/INSTALL @@ -66,8 +66,6 @@ to install. This rules are available: ├─────────────┼─────────────────────┼────────────────────────────────────────────┤ │ base │ install-base │ Install the basics: │ │ │ install-lib │ Install the libclut library. │ -│ │ install-librarian │ Install the librarian file. │ -│ │ install-pc │ Install the pkg-config file. │ │ │ install-copyright │ Install the Expat License. │ │ doc │ install-doc │ Include all manuals: │ │ info │ install-info │ Include info manual. (Texinfo) │ diff --git a/Makefile.in b/Makefile.in new file mode 100644 index 0000000..d3632de --- /dev/null +++ b/Makefile.in @@ -0,0 +1,78 @@ +# Copyright (C) 2016 Mattias Andrée +# +# Copying and distribution of this file, with or without modification, +# are permitted in any medium without royalty provided the copyright +# notice and this notice are preserved. This file is offered as-is, +# without any warranty. + + +### This file will be stored to Makefile once you have run ./configure. ### +### See INSTALL for information on how to install this package. ### + + + +##### What is below this line is configurable, but is seldom useful. ##### + + +# Additional options for compiling info and HTML manuals. +INFO_FLAGS = + +# Additional options for compiling DVI, PDF, and PostScript manuals. +TEXINFO_FLAGS = + +# The name of the package as it should be installed. +PKGNAME = libclut + + + +##### Nothing interesting below this. ##### + + +# In case you want add some configurations. Primarily +# intended for maintainers. Perhaps add GPG_KEY here. +# Of course, you can declare everthing with ./configure, +# but with this you are less likely to forget it. +-include .make-configurations + + +# YOU, AS A USER, SHOULD NOT CHANGE THESE VARIABLES. {{ +# They specify how the reusable makefiles in mk/ shall behave. + +# Package information. +_PROJECT = libclut +_VERSION = 1.0 + +# Used by mk/lang-c.mk +_C_STD = c99 +_H = libclut + +# Used by mk/texinfo.mk +#_TEXINFO_DIRLEVELS = 2 +#_INFOPARTS = 0 +#_HAVE_TEXINFO_MANUAL = yes +#_HTML_FILES = Free-Software-Needs-Free-Documentation.html GNU-Free-Documentation-License.html \ +# GNU-General-Public-License.html index.html Overview.html + +# Used by mk/man.mk +#_MAN_PAGE_SECTIONS = 0 3 7 +#_MAN_0 = libclut.h +#_MAN_3 = +#_MAN_7 = libclut + +# Used by mk/copy.mk +_COPYING = COPYING + +# Used by mk/dist.mk +#___EVERYTHING_INFO = autohaltd titlepage-data content hardcopy-copying \ +# appx/fdl appx/free-software-needs-free-documentation appx/gpl \ +# reusable/macros reusable/paper reusable/titlepage \ +# chap/overview +_EVERYTHING = $(__EVERYTHING_ALL_COMMON) DEPENDENCIES INSTALL NEWS \ + $(foreach F,$(___EVERYTHING_INFO),doc/info/$(F).texinfo) clut.h + +# }} + + +# Reusable make rules and the configurations. +include $(v)mk/all.mk + -- cgit v1.2.3-70-g09d2