head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	99.11.21.19.50.45;	author Fusz;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Initial revision
@
text
@# $Id$

CC = gcc
CFLAGS = -g -I ../Incl_Glaux -I ../Include


objects = \
	first_paint.o \
	first_contr_fname.o \
	first_open_save.o \
	first_foos.o \
	first_window_create.o \
	first_wnd_proc.o \
	first_v_scroll.o \
	first_error.o


../libFirst.a: $(objects)
	ar -r $@@ $(objects)
	ranlib $@@


@
