head	1.4;
access;
symbols
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.3
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2003.02.02.13.32.37;	author nork;	state dead;
branches;
next	1.3;

1.3
date	2001.02.26.04.45.29;	author steve;	state Exp;
branches;
next	1.2;

1.2
date	2001.01.30.17.15.23;	author sf;	state Exp;
branches;
next	1.1;

1.1
date	2000.07.19.14.23.22;	author alex;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Update to 1.2.1.

PR:		ports/47332
Submitted by:	Ports Fury
@
text
@--- Makefile.in.orig	Tue Feb 13 14:12:02 2001
+++ Makefile.in	Tue Feb 13 21:09:12 2001
@@@@ -72,7 +72,7 @@@@
 LIBSRCS=$(LIBOBJS:.o=.c)
 
 LIBS=@@LIBS@@
-CFLAGS=-D_REENTRANT=1 -I. @@CFLAGS@@
+CFLAGS=-D_REENTRANT=1 -I. @@CFLAGS@@ -I@@prefix@@/include
 LDFLAGS=@@LDFLAGS@@
 
 MKDEPEND=$(CC) $(CFLAGS) -MM
@@@@ -87,7 +87,7 @@@@
 
 # Set this to something if you want all installed binaries to have a suffix.
 # Version number is common.
-suffix = -$(VERSION)
+# suffix = -$(VERSION)
 
 #
 # You probably don't need to touch anything below this, if you're just
@@@@ -104,7 +104,7 @@@@
 	wmlscript/wmlsdasm.c \
 	utils/seewbmp.c \
 	utils/run_kannel_box.c \
-	$(STARTSTOPDAEMONSRC)
+
 progobjs = $(progsrcs:.c=.o)
 progs = $(progsrcs:.c=)
 
@@@@ -137,6 +137,8 @@@@
 docs = $(docsrcs:.xml=.html) $(docsrcs:.xml=.ps)
 DOCSTARGET=@@DOCSTARGET@@
 
+alldocs = doc/ $(shell ls [A-Z]*) 
+
 figsrcs = $(shell echo doc/*/*.fig)
 figs = $(figsrcs:.fig=.png)  $(figsrcs:.fig=.ps)
 
@@@@ -182,7 +184,9 @@@@
 check: all
 	utils/run-checks $(checks)
 
-install: all
+install: install-main install-docs
+
+install-main: all
 	$(INSTALL) -d $(bindir)
 	for prog in $(progs); do \
 		$(INSTALL) $$prog $(bindir)/`basename $$prog`$(suffix); \
@@@@ -190,7 +194,7 @@@@
 
 install-docs:
 	$(INSTALL) -d $(docdir)
-	cp -r $(docs) $(docsrcs) $(figs) $(figsrcs) $(docdir)
+	cp -r $(alldocs) $(docdir)
 
 clean:
 	rm -f core $(progs) $(testprogs) $(checkprogs) $(objs) $(docs) *.a
@


1.3
log
@Update to version 1.0.1.

PR:		25068
Submitted by:	maintainer
@
text
@@


1.2
log
@update to 1.0.
change maintainer.

PR:		24069,24194,24738
Submitted by:	Martti Kuparinen <martti.kuparinen@@piuha.net>
@
text
@d1 11
a11 2
--- Makefile.in.orig	Thu Sep 14 17:35:51 2000
+++ Makefile.in	Wed Jan  3 20:19:31 2001
@


1.1
log
@Add kannel 0.10.2 - a wap / sms gateway.

PR:		20022
Submitted by:	Domas Mituzas <midom@@dammit.lt>
@
text
@d1 3
a3 3
--- Makefile.in.old	Wed Jul 19 02:58:15 2000
+++ Makefile.in	Wed Jul 19 02:58:29 2000
@@@@ -90,7 +90,7 @@@@
d6 1
a6 1
 # Version number if common.
d12 10
a21 1
@@@@ -135,6 +135,8 @@@@
d30 3
a32 3
@@@@ -177,7 +179,9 @@@@
 no-docs:
 figs: $(figs)
d41 1
a41 1
@@@@ -185,7 +189,7 @@@@
d49 1
a49 1
 	rm -f core $(progs) $(testprogs) $(objs) $(docs) *.a
@

