head	1.3;
access;
symbols
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.2
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	RELEASE_3_2_0:1.2
	RELEASE_3_1_0:1.2
	RELEASE_2_2_8:1.1.1.1
	RELEASE_3_0_0:1.1.1.1
	RELEASE_2_2_7:1.1.1.1
	RELEASE_2_2_6:1.1.1.1
	ache_1:1.1.1.1
	ache:1.1.1;
locks; strict;
comment	@# @;


1.3
date	2004.06.03.10.03.58;	author anders;	state dead;
branches;
next	1.2;

1.2
date	98.12.19.15.39.24;	author ache;	state Exp;
branches;
next	1.1;

1.1
date	98.03.08.04.46.20;	author ache;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.03.08.04.46.20;	author ache;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Update to snapshot 20030719.
Adds support for ACCT amongst other things.
@
text
@*** Makefile.orig	Sat Dec 19 07:19:54 1998
--- Makefile	Sat Dec 19 18:25:56 1998
***************
*** 12,23 ****
  #   Normally you should not have to change anything else.
  #
  
! PREFIX=/usr/local
  BINDIR=$(PREFIX)/bin
  MANDIR=$(PREFIX)/man
  SECTION=1
  
! OPTFLAGS=-g
  #OPTFLAGS=-O5
  #OPTFLAGS=-fast -native -xO5
  
--- 12,23 ----
  #   Normally you should not have to change anything else.
  #
  
! PREFIX?=/usr/local
  BINDIR=$(PREFIX)/bin
  MANDIR=$(PREFIX)/man
  SECTION=1
  
! OPTFLAGS:=${CFLAGS}
  #OPTFLAGS=-O5
  #OPTFLAGS=-fast -native -xO5
  
@


1.2
log
@upgrade to alpha-9
@
text
@@


1.1
log
@Initial revision
@
text
@d1 2
a2 2
*** Makefile.orig	Thu Feb 19 03:43:21 1998
--- Makefile	Sun Mar  8 07:21:37 1998
d4 1
a4 1
*** 12,18 ****
d12 6
a17 1
--- 12,18 ----
a24 2
***************
*** 61,68 ****
d26 3
a28 20
  UTILS=utils
  OBJS=omi.o cfg.o ftp.o dir.o mir.o stt.o lst.o rex.o
! LDFLAGS=-g $(LINKFLAGS)
! CFLAGS=-g -I$(UTILS) $(COMPFLAGS)
  
  #all: makeutils omi omi.man
  all: makeutils omi
--- 61,70 ----
  
  UTILS=utils
  OBJS=omi.o cfg.o ftp.o dir.o mir.o stt.o lst.o rex.o
! LDFLAGS+= $(LINKFLAGS)
! CFLAGS+= $(COMPFLAGS)
! G_CFLAGS:= $(CFLAGS)
! CFLAGS+= -I$(UTILS)
  
  #all: makeutils omi omi.man
  all: makeutils omi
***************
*** 84,87 ****
a29 8
  makeutils:
  	@@cd $(UTILS); \
! 	$(MAKE) LDFLAGS='-g $(LINKFLAGS)' CFLAGS='-g $(COMPFLAGS)'
--- 86,89 ----
  
  makeutils:
  	@@cd $(UTILS); \
! 	$(MAKE) LDFLAGS='$(LDFLAGS)' CFLAGS='$(G_CFLAGS)'
@


1.1.1.1
log
@omi - yet one FTP mirroring tool
@
text
@@
