# # $RCSfile: Makefile.am,v $ # $Author: swaj $ # $Revision: 1.6 $ #/ CLEANFILES = *~ *.o *.la *.lo *.a EXTRA_DIST = config.h cdck template.plot template-ps.plot INCLUDES = @CPPFLAGS@ CFLAGS = @CFLAGS@ -DBUILD=\"@target@\" -DDATE=\""`date`"\" CXXLINK = $(LIBTOOL) --mode=link $(CC) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ lib_LTLIBRARIES = libcdck.la noinst_LIBRARIES = libcdck.a LIBCDCK_SRCS = \ lib_main.cpp \ lib_main.h \ debugging.h \ defines.h \ lib_time.c \ lib_time.h \ lib_cdinfo.cpp \ lib_cdinfo.h libcdck_la_SOURCES = $(LIBCDCK_SRCS) libcdck_a_SOURCES = $(LIBCDCK_SRCS) bin_PROGRAMS = cdck cdck_SOURCES = \ cdck_main.cpp \ cdck_main.h \ debugging.h \ defines.h cdck_LDADD = libcdck.la # # __END__ #