Revision: | 1.1 |
Committed: | Sat Mar 29 16:30:33 2003 UTC (21 years, 7 months ago) by tdb |
Branch: | MAIN |
CVS Tags: | LIBUKCPROG_1_0_1, LIBUKCPROG_1_0 |
Log Message: | libukcprog is now a seperate package. I doubt this will be much use to anyone other than us, but I see no reason why we can't package it up and distribute it. Obviously we can't attach the GPL to this, as we don't own it. |
# | User | Rev | Content |
---|---|---|---|
1 | tdb | 1.1 | # Makefile for libukcprog/src |
2 | # http://www.i-scream.org.uk/ | ||
3 | # $Id$ | ||
4 | |||
5 | include_HEADERS = ukcprog.h | ||
6 | lib_LTLIBRARIES = libukcprog.la | ||
7 | |||
8 | libukcprog_la_LDFLAGS = -version-info 0:0:0 | ||
9 | |||
10 | libukcprog_la_SOURCES = alloc.c config.c e_malloc.c e_realloc.c ebuf.c errf.c formf.c fpgetline.c ip.c logf.c panic.c sccsdata.c ssplit.c strf.c strnf.c strsave.c strtol.c |