releasing package cdck version 0.7.0+dfsg-3
[debian/cdck.git] / src / Makefile.am
1 #
2 # $RCSfile: Makefile.am,v $
3 # $Author: swaj $
4 # $Revision: 1.6 $  
5 #/
6
7
8 CLEANFILES = *~ *.o *.la *.lo *.a
9
10 EXTRA_DIST = config.h cdck template.plot template-ps.plot
11
12 INCLUDES = @CPPFLAGS@
13 CFLAGS =  @CFLAGS@ -DBUILD=\"@target@\" -DDATE=\""`date`"\"
14
15 CXXLINK = $(LIBTOOL) --mode=link $(CC) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
16
17 lib_LTLIBRARIES  = libcdck.la
18 noinst_LIBRARIES = libcdck.a
19
20 LIBCDCK_SRCS =          \
21         lib_main.cpp    \
22         lib_main.h      \
23         debugging.h     \
24         defines.h       \
25         lib_time.c      \
26         lib_time.h      \
27         lib_cdinfo.cpp  \
28         lib_cdinfo.h
29
30 libcdck_la_SOURCES = $(LIBCDCK_SRCS)
31 libcdck_a_SOURCES  = $(LIBCDCK_SRCS)
32
33 bin_PROGRAMS = cdck
34
35 cdck_SOURCES =                  \
36         cdck_main.cpp           \
37         cdck_main.h             \
38         debugging.h             \
39         defines.h
40
41
42 cdck_LDADD = libcdck.la
43
44
45
46 #
47 # __END__
48 #