autoconf WarServ

This commit is contained in:
Fish 2008-03-10 06:31:31 +00:00
parent 78ef89d773
commit 22a7f99152
3 changed files with 7552 additions and 0 deletions

2
.gitattributes vendored
View file

@ -3,12 +3,14 @@
/COPYING -text
/ChangeLog -text
/LICENSE -text
/Makefile.am -text
/Makefile.in -text
/NEWS -text
/README.WarServ -text
/README.WarServ.html -text
/README.WarServ.xml -text
/RELNOTES -text
/aclocal.m4 -text
/configure -text
/configure.in -text
/events.c -text

16
Makefile.am Normal file
View file

@ -0,0 +1,16 @@
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I autotools
AM_MAKEFLAGS = -s
pkglib_LTLIBRARIES = warserv.la
warserv_la_SOURCES = warserv.c warserv_help.c play.c events.c
noinst_HEADERS = warserv.h
warserv_la_LDFLAGS = -module -avoid-version
EXTRA_DIST = autotools/ccdv.c autotools/shtool RELNOTES
dist_doc_DATA = README.WarServ
include $(top_srcdir)/autotools/rules.mk

7534
aclocal.m4 vendored Normal file

File diff suppressed because it is too large Load diff