mirror of https://github.com/BOINC/boinc.git
Removed Makefile since it will be created by configure
svn path=/trunk/boinc/; revision=72
This commit is contained in:
parent
e15094a31a
commit
03ebbf2c63
30
api/Makefile
30
api/Makefile
|
@ -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
|
Loading…
Reference in New Issue