diff options
author | Mattias Andrée <maandree@kth.se> | 2019-10-22 18:59:27 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2019-10-22 18:59:27 +0200 |
commit | bf4020471356938b9181a33984f511ffdd7ff25b (patch) | |
tree | 7f9a9abd1ae51318cd435f0ed7471be5f33b478c /Makefile.in | |
parent | List radharc's priority (diff) | |
download | libcoopgamma-bf4020471356938b9181a33984f511ffdd7ff25b.tar.gz libcoopgamma-bf4020471356938b9181a33984f511ffdd7ff25b.tar.bz2 libcoopgamma-bf4020471356938b9181a33984f511ffdd7ff25b.tar.xz |
Change license, change style, clean up, flat file hier, clean valgrind output in test
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 74 |
1 files changed, 0 insertions, 74 deletions
diff --git a/Makefile.in b/Makefile.in deleted file mode 100644 index b3a1e2e..0000000 --- a/Makefile.in +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright (C) 2016 Mattias Andrée <maandree@kth.se> -# -# 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. ##### - - -# The name of the package as it should be installed. -PKGNAME = libcoopgamma - - - -##### 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 = libcoopgamma -_VERSION = 1.2 - -# Used by mk/lang-c.mk -_C_STD = c99 -_PEDANTIC = yes -_LIB = libcoopgamma -_OBJ_libcoopgamma = libcoopgamma -_SO_VERSION_libcoopgamma = $(_VERSION) -_SO_MAJOR_libcoopgamma = $(shell echo $(_SO_VERSION_libcoopgamma) | cut -d . -f 1) -_H = libcoopgamma -_HEADER_DIRLEVELS = 1 -_CPPFLAGS = -D'PACKAGE="$(PKGNAME)"' -D'PROGRAM_VERSION="$(_VERSION)"' - -# Used by mk/man.mk -_MAN_PAGE_SECTIONS = 0 3 7 -_MAN_0 = libcoopgamma.h -__TYPES = async_context context crtc_info error filter filter_query filter_table queried_filter ramps -__PROTOCOLS = get_crtcs get_gamma_info get_gamma set_gamma -_MAN_3 = $(foreach T,$(__TYPES),$(foreach F,destroy initialise marshal unmarshal,libcoopgamma_$(T)_$(F))) \ - $(foreach P,$(__PROTOCOLS),$(foreach F,recv send sync,libcoopgamma_$(P)_$(F))) \ - libcoopgamma_connect libcoopgamma_flush libcoopgamma_get_method_and_site \ - libcoopgamma_get_methods libcoopgamma_get_pid_file libcoopgamma_get_socket_file \ - libcoopgamma_set_nonblocking libcoopgamma_synchronise libcoopgamma_skip_message -_MAN_7 = libcoopgamma - -# Used by mk/copy.mk -_COPYING = COPYING LICENSE - -# Used by mk/dist.mk -_EVERYTHING = $(__EVERYTHING_ALL_COMMON) src/libcoopgamma.c src/libcoopgamma.h \ - DEPENDENCIES - -# }} - - -# All of the make rules and the configurations. -include $(v)mk/all.mk - |