Use autoconf/automake GNU tools.

This commit is contained in:
Jaroslav Kysela 2001-08-20 11:27:44 +00:00
parent d8ccbda67e
commit 1a7c2fedf5
6 changed files with 60 additions and 42 deletions

11
sb16_csp/Makefile.am Normal file
View file

@ -0,0 +1,11 @@
# # Process this file with automake to produce Makefile.in.
AUTOMAKE_OPTIONS = 1.3 foreign
CFLAGS = -Wall -g
bin_PROGRAMS = cspctl
man_MANS = cspctl.1
cspctl_SOURCES = cspctl.c
EXTRA_DIST = README COPYING