autoconf WarServ
This commit is contained in:
parent
78ef89d773
commit
22a7f99152
3 changed files with 7552 additions and 0 deletions
2
.gitattributes
vendored
2
.gitattributes
vendored
|
@ -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
16
Makefile.am
Normal 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
7534
aclocal.m4
vendored
Normal file
File diff suppressed because it is too large
Load diff
Reference in a new issue