head     1.1;
branch   1.1.1;
access   ;
symbols  start:1.1.1.1 ius:1.1.1;
locks    ; strict;
comment  @# @;


1.1
date     2003.02.14.03.08.39;  author powflash;  state Exp;
branches 1.1.1.1;
next     ;

1.1.1.1
date     2003.02.14.03.08.39;  author powflash;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@.SUFFIXES : .c .o

CC = gcc

INC = -I/usr/local/mysql/include/mysql
LIBS = -lmysqlclient -L/usr/local/mysql/lib/mysql

CFLAGS = $(INC)

OBJS = target.o
SRCS = target.c

TARGET = target

all : $(TARGET)

$(TARGET) : $(OBJS)
	$(CC) -Wall -o $@@ $(OBJS) $(LIBS)

dep : 
	gccmakedep $(INC) $(SRCS)

clean :
	rm -rf $(OBJS) $(TARGET) core

new :
	$(MAKE) clean
	$(MAKE) 
@


1.1.1.1
log
@ius-mailer v0.3
@
text
@@
