AUTOMAKE_OPTIONS = foreign noinst_PROGRAMS = fcdhg fcdhg_SOURCES = fcdhg.c mtwist.c mtwist.h randistrs.c randisters.h html.c html.h fcdhg_LDADD = ../libcbase/libcbase.a ../libcbase-mysql/libcbase-mysql.a ../libcbase-abuf/libcbase-abuf.a ../libcbase-queue/libcbase-queue.a ../libcbase-epf/libcbase-epf.a ../libcbase-dstruc/libcbase-dstruc.a AM_CFLAGS = -D_GNU_SOURCE -O2 -g -Wall -D_FILE_OFFSET_BITS=64 -I../libcbase -I../libcbase-mysql -I../libcbase-queue -I../libcbase-dstruc -I../libcbase-epf -I../libcbase-abuf AM_LDFLAGS = -lfcgi -lm -lpthread -lcurl -lcrypt -lmysqlclient_r