From 84d22908ec61be74f5ddca50cb8974691bc0ae79 Mon Sep 17 00:00:00 2001 From: Eric Heien Date: Sat, 4 May 2002 06:40:35 +0000 Subject: [PATCH] Removed Makefile svn path=/trunk/boinc/; revision=26 --- db/Makefile | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 db/Makefile diff --git a/db/Makefile b/db/Makefile deleted file mode 100644 index 0ec881c549..0000000000 --- a/db/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# Generated automatically from Makefile.in by configure. -VERSION = 1 - -MYSQL_DIR = /usr/local/mysql/include - -CFLAGS = -g -Wall -DHAVE_LIBGEN=1 -DHAVE_LIBM=1 -DHAVE_LIBNSL=1 -DHAVE_LIBSOCKET=1 -DHAVE_LIBZ=1 -DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_VPRINTF=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_MKDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRSTR=1 -DHAVE_UNAME=1 \ - -DHOSTTYPE=\"@host@\" \ - -DVERSION=$(VERSION) \ - -I $(MYSQL_DIR) \ - -pedantic - -CC = gcc $(CFLAGS) - -LIBS = ../api/api.o - -CLIBS = -lz -lsocket -lnsl -lm -lgen - -.C.o: - $(CC) -c -o $*.o $< - -all: db_mysql.o mysql_util.o - -clean: - rm -f dependencies *.o - -dependencies: *.C - $(CC) -M *.C > dependencies - -include dependencies -