#Where to find the header files needed by the source files: INCLUDES = -I$(top_srcdir) #The libraries that the executable needs to link against: LIBS = $(top_builddir)/$(GENERIC_LIBRARY_NAME)/libmysqlcppapi-1.9.la @LIBS@ noinst_PROGRAMS = simple1 sinisa_ex cgi_image complic1 fieldinf1 updel_ex load_file simple1_SOURCES = simple1.cc sinisa_ex_SOURCES = sinisa_ex.cc cgi_image_SOURCES = cgi_image.cc complic1_SOURCES = complic1.cc fieldinf1_SOURCES = fieldinf1.cc updel_ex_SOURCES = updel_x_.cc load_file_SOURCES = load_file.cc