X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Ftool%2FMakefile.ng;fp=src%2Ftool%2FMakefile.ng;h=460f1148c6aec913995dbae377f683ddd8e5a248;hp=0000000000000000000000000000000000000000;hb=8cfb9104419d3c00fbef3fe8639eb04f03d83f3d;hpb=a3f3a1097b41d96571c0606b7096aabeeccb8e70 diff --git a/src/tool/Makefile.ng b/src/tool/Makefile.ng new file mode 100644 index 00000000..460f1148 --- /dev/null +++ b/src/tool/Makefile.ng @@ -0,0 +1,27 @@ +# +# ngIRCd -- The Next Generation IRC Daemon +# Copyright (c)2001-2012 Alexander Barton (alex@barton.de) and Contributors +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# Please read the file COPYING, README and AUTHORS for more information. +# + +__ng_Makefile_am_template__ + +EXTRA_DIST = Makefile.ng + +AM_CPPFLAGS = -I$(srcdir)/../portab + +noinst_LIBRARIES = libngtool.a + +libngtool_a_SOURCES = tool.c + +noinst_HEADERS = tool.h + +maintainer-clean-local: + rm -f Makefile Makefile.in + +# -eof-