Removed Makefile since it will be created by configure

svn path=/trunk/boinc/; revision=72
This commit is contained in:
Eric Heien 2002-05-29 18:36:36 +00:00
parent e15094a31a
commit 03ebbf2c63
1 changed files with 0 additions and 30 deletions

View File

@ -1,30 +0,0 @@
# Generated automatically from Makefile.in by configure.
VERSION = 1
CFLAGS = -g -Wall
CC = gcc $(CFLAGS)
PROGS = api_test
all: $(PROGS)
OBJS = \
api_test.o \
api.o
.C.o:
$(CC) -c -o $*.o $<
.c.o:
$(CC) -c -o $*.o $<
api_test: $(OBJS)
$(CC) $(OBJS) -o api_test
clean:
rm -f *.o $(PROGS) core dependencies
dependencies: *.C
$(CC) -M *.C > dependencies
include dependencies