Changeset 1028 for trunk/src


Ignore:
Timestamp:
04/04/08 22:28:07 (4 years ago)
Author:
alonbl
Message:

New build system

Sync with other projects.

merge -r 1014:1027  https://www.opensc-project.org/svn/openct/branches/alonbl/build

_M .
_M macos
M macos/Makefile.am
M configure.ac
_M doc
D doc/changelog.sh
M doc/doxygen.conf.in
D doc/export-wiki.xsl
M doc/Makefile.am
A doc/opensc-logo.gif
D doc/generate-api.sh
D doc/export-wiki.sh
AM doc/nonpersistent
A doc/nonpersistent/export-wiki.xsl
A doc/nonpersistent/Makefile.am
A doc/nonpersistent/export-wiki.sh
A doc/nonpersistent/svn2cl.xsl
D doc/svn2cl.xsl
A doc/doxygen-footer.html
_M src
_M src/ctapi
M src/ctapi/Makefile.am
_M src/tools
M src/tools/Makefile.am
_M src/ifd
M src/ifd/ifd-cm4000.c
M src/ifd/atr.c
M src/ifd/ifd-pertosmart1030.c
M src/ifd/ifd-pertosmart1038.c
M src/ifd/ifd-rutoken.c
M src/ifd/sys-linux.c
M src/ifd/Makefile.am
_M src/include
_M src/include/openct
M src/include/openct/Makefile.am
M src/include/Makefile.am
_M src/ct
M src/ct/Makefile.am
_M src/pcsc
M src/pcsc/Makefile.am
M src/Makefile.am
M Makefile.am
A svnignore
_M etc
M etc/Makefile.am
_M solaris
_M aclocal
D aclocal/pkg.m4
M aclocal/ac_create_stdint_h.m4
D aclocal/ac_compile_check_sizeof.m4
M aclocal/Makefile.am

Location:
trunk
Files:
23 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
         1Makefile 
         2Makefile.in 
         3core 
         4archive 
         5acinclude.m4 
         6aclocal.m4 
         7autom4te.cache 
         8compile 
         9confdefs.h 
         10config.* 
         11configure 
         12conftest 
         13conftest.c 
         14depcomp 
         15install-sh 
         16libtool 
         17libtool.m4 
         18ltmain.sh 
         19missing 
         20mkinstalldirs 
         21so_locations 
         22stamp-h* 
         23 
        124.deps 
        225.libs 
         
        1942*.rej 
        2043*.u 
         44*.rc 
         45*.pc 
        2146*~ 
        22 Makefile 
        23 Makefile.in 
        24 core 
        25 gmon.out 
        26 archive 
        27 acinclude.m4 
        28 aclocal.m4 
        29 autom4te.cache 
        30 compile 
        31 confdefs.h 
        32 config.cache 
        33 config.guess 
        34 config.h 
        35 config.h.in 
        36 config.log 
        37 config.status 
        38 config.sub 
        39 configure 
        40 conftest 
        41 conftest.c 
        42 depcomp 
        43 install-sh 
        44 libtool 
        45 libtool.m4 
        46 ltmain.sh 
        47 missing 
        48 mkinstalldirs 
        49 so_locations 
        50 stamp-h* 
         47*.gz 
         48*.bz2 
         49*.[0-9] 
         50*.html 
         51*.gif 
         52*.css 
         53*.out 
         54*.loT 
         55 
         56ChangeLog 
         57doxygen.conf 
         58reader.conf 
         59openct_serial 
         60openct.hald 
         61openct_usb 
         62openct_pcmcia 
         63init-script 
         64openct.conf 
         65types.h 
         66ifdhandler 
         67ifdproxy 
         68openct-tool 
         69openct-control 
  • trunk/src

    • Property svn:ignore
      •  

        old new  
         1Makefile 
         2Makefile.in 
         3core 
         4archive 
         5acinclude.m4 
         6aclocal.m4 
         7autom4te.cache 
         8compile 
         9confdefs.h 
         10config.* 
         11configure 
         12conftest 
         13conftest.c 
         14depcomp 
         15install-sh 
         16libtool 
         17libtool.m4 
         18ltmain.sh 
         19missing 
         20mkinstalldirs 
         21so_locations 
         22stamp-h* 
         23 
        124.deps 
        225.libs 
         
        1942*.rej 
        2043*.u 
         44*.rc 
         45*.pc 
        2146*~ 
        22 Makefile 
        23 Makefile.in 
        24 core 
        25 gmon.out 
         47*.gz 
         48*.bz2 
         49*.[0-9] 
         50*.html 
         51*.gif 
         52*.css 
         53*.out 
         54*.loT 
         55 
         56ChangeLog 
         57doxygen.conf 
         58reader.conf 
         59openct_serial 
         60openct.hald 
         61openct_usb 
         62openct_pcmcia 
         63init-script 
         64openct.conf 
         65types.h 
         66ifdhandler 
         67ifdproxy 
         68openct-tool 
         69openct-control 
  • trunk/src/Makefile.am

    r698 r1028  
    1 # Process this file with automake to create Makefile.in 
    2  
    3 MAINTAINERCLEANFILES = Makefile.in 
     1MAINTAINERCLEANFILES = $(srcdir)/Makefile.in 
    42 
    53# Order IS important 
  • trunk/src/ct

    • Property svn:ignore
      •  

        old new  
         1Makefile 
         2Makefile.in 
         3core 
         4archive 
         5acinclude.m4 
         6aclocal.m4 
         7autom4te.cache 
         8compile 
         9confdefs.h 
         10config.* 
         11configure 
         12conftest 
         13conftest.c 
         14depcomp 
         15install-sh 
         16libtool 
         17libtool.m4 
         18ltmain.sh 
         19missing 
         20mkinstalldirs 
         21so_locations 
         22stamp-h* 
         23 
        124.deps 
        225.libs 
         
        1942*.rej 
        2043*.u 
         44*.rc 
         45*.pc 
        2146*~ 
        22 Makefile 
        23 Makefile.in 
        24 core 
        25 gmon.out 
        26 libopenct.pc 
         47*.gz 
         48*.bz2 
         49*.[0-9] 
         50*.html 
         51*.gif 
         52*.css 
         53*.out 
         54*.loT 
         55 
         56ChangeLog 
         57doxygen.conf 
         58reader.conf 
         59openct_serial 
         60openct.hald 
         61openct_usb 
         62openct_pcmcia 
         63init-script 
         64openct.conf 
         65types.h 
         66ifdhandler 
         67ifdproxy 
         68openct-tool 
         69openct-control 
  • trunk/src/ct/Makefile.am

    r820 r1028  
    1 # Process this file with automake to create Makefile.in 
    2  
    3 MAINTAINERCLEANFILES = Makefile.in 
    4  
    5 EXTRA_DIST = libopenct.pc.in 
     1MAINTAINERCLEANFILES = $(srcdir)/Makefile.in 
    62 
    73lib_LTLIBRARIES = libopenct.la 
     4pkgconfig_DATA = libopenct.pc 
    85 
    96libopenct_la_SOURCES = \ 
    107        buffer.c client.c error.c mainloop.c path.c \ 
    118        socket.c status.c tlv.c 
    12 libopenct_la_LDFLAGS = -version-info @OPENCT_LT_CURRENT@:@OPENCT_LT_REVISION@:@OPENCT_LT_AGE@ 
    13  
    14 pkgconfigdir = $(libdir)/pkgconfig 
    15 pkgconfig_DATA = libopenct.pc 
     9libopenct_la_CFLAGS = $(AM_CFLAGS) \ 
     10        -I$(top_srcdir)/src/include \ 
     11        -I$(top_builddir)/src/include 
     12libopenct_la_LDFLAGS = \ 
     13        -version-info @OPENCT_LT_CURRENT@:@OPENCT_LT_REVISION@:@OPENCT_LT_AGE@ \ 
     14        -no-undefined 
  • trunk/src/ctapi

    • Property svn:ignore
      •  

        old new  
         1Makefile 
         2Makefile.in 
         3core 
         4archive 
         5acinclude.m4 
         6aclocal.m4 
         7autom4te.cache 
         8compile 
         9confdefs.h 
         10config.* 
         11configure 
         12conftest 
         13conftest.c 
         14depcomp 
         15install-sh 
         16libtool 
         17libtool.m4 
         18ltmain.sh 
         19missing 
         20mkinstalldirs 
         21so_locations 
         22stamp-h* 
         23 
        124.deps 
        225.libs 
         
        1942*.rej 
        2043*.u 
         44*.rc 
         45*.pc 
        2146*~ 
        22 Makefile 
        23 Makefile.in 
        24 core 
        25 gmon.out 
         47*.gz 
         48*.bz2 
         49*.[0-9] 
         50*.html 
         51*.gif 
         52*.css 
         53*.out 
         54*.loT 
         55 
         56ChangeLog 
         57doxygen.conf 
         58reader.conf 
         59openct_serial 
         60openct.hald 
         61openct_usb 
         62openct_pcmcia 
         63init-script 
         64openct.conf 
         65types.h 
         66ifdhandler 
         67ifdproxy 
         68openct-tool 
         69openct-control 
  • trunk/src/ctapi/Makefile.am

    r495 r1028  
    1 # Process this file with automake to create Makefile.in 
     1MAINTAINERCLEANFILES = $(srcdir)/Makefile.in 
    22 
    3 MAINTAINERCLEANFILES = Makefile.in 
    4  
     3openctinclude_HEADERS = ctapi.h 
    54lib_LTLIBRARIES = libopenctapi.la 
    65 
    76libopenctapi_la_SOURCES = ctapi.c ctapi.h 
    8 libopenctapi_la_LDFLAGS = -avoid-version 
    9 libopenctapi_la_LIBADD = ../ct/libopenct.la 
    10  
    11 includedir = @includedir@/openct 
    12 include_HEADERS = ctapi.h 
     7libopenctapi_la_LIBADD = $(top_builddir)/src/ct/libopenct.la 
     8libopenctapi_la_CFLAGS = $(AM_CFLAGS) \ 
     9        -I$(top_srcdir)/src/include \ 
     10        -I$(top_builddir)/src/include 
     11libopenctapi_la_LDFLAGS = -avoid-version -no-undefined --module 
  • trunk/src/ifd

    • Property svn:ignore
      •  

        old new  
         1Makefile 
         2Makefile.in 
         3core 
         4archive 
         5acinclude.m4 
         6aclocal.m4 
         7autom4te.cache 
         8compile 
         9confdefs.h 
         10config.* 
         11configure 
         12conftest 
         13conftest.c 
         14depcomp 
         15install-sh 
         16libtool 
         17libtool.m4 
         18ltmain.sh 
         19missing 
         20mkinstalldirs 
         21so_locations 
         22stamp-h* 
         23 
        124.deps 
        225.libs 
         
        1942*.rej 
        2043*.u 
         44*.rc 
         45*.pc 
        2146*~ 
        22 Makefile 
        23 Makefile.in 
        24 core 
        25 gmon.out 
         47*.gz 
         48*.bz2 
         49*.[0-9] 
         50*.html 
         51*.gif 
         52*.css 
         53*.out 
         54*.loT 
         55 
         56ChangeLog 
         57doxygen.conf 
         58reader.conf 
         59openct_serial 
         60openct.hald 
         61openct_usb 
         62openct_pcmcia 
         63init-script 
         64openct.conf 
         65types.h 
        2666ifdhandler 
        2767ifdproxy 
        28 .gdbinit 
         68openct-tool 
         69openct-control 
  • trunk/src/ifd/Makefile.am

    r1011 r1028  
    1 # Process this file with automake to create Makefile.in 
    2  
    3 MAINTAINERCLEANFILES = Makefile.in 
    4  
    5 INCLUDES = $(CPPFLAGS) $(PCSC_CFLAGS) $(LIBUSB_CFLAGS) $(LTLIB_CFLAGS) 
     1MAINTAINERCLEANFILES = $(srcdir)/Makefile.in 
    62 
    73noinst_LTLIBRARIES = libifd.la 
    8  
    94sbin_PROGRAMS = ifdhandler ifdproxy 
     5noinst_HEADERS = atr.h ctbcs.h ifdhandler.h internal.h ria.h usb-descriptors.h 
    106 
    117libifd_la_SOURCES = \ 
     
    2723        ria.c 
    2824# new driver not working yet: ifd-wbeiuu.c 
    29 libifd_la_LIBADD = ../ct/libopenct.la $(LTLIB_LIBS) $(LIBUSB_LIBS) 
     25libifd_la_LIBADD = $(top_builddir)/src/ct/libopenct.la $(LTLIB_LIBS) $(OPTIONAL_LIBUSB_LIBS) 
     26libifd_la_CFLAGS = $(AM_CFLAGS) \ 
     27        -I$(top_srcdir)/src/include \ 
     28        -I$(top_builddir)/src/include \ 
     29        $(OPTIONAL_PCSC_CFLAGS) $(OPTIONAL_LIBUSB_CFLAGS) $(LTLIB_CFLAGS) 
    3030 
    3131ifdhandler_SOURCES = ifdhandler.c 
    3232ifdhandler_LDADD = libifd.la 
     33ifdhandler_CFLAGS = $(AM_CFLAGS) \ 
     34        -I$(top_srcdir)/src/include \ 
     35        -I$(top_builddir)/src/include 
    3336 
    3437ifdproxy_SOURCES = ifdproxy.c ria-device.c ria-server.c 
    3538ifdproxy_LDADD = libifd.la 
    36  
    37 noinst_HEADERS = atr.h ctbcs.h ifdhandler.h internal.h ria.h usb-descriptors.h 
     39ifdproxy_CFLAGS = $(AM_CFLAGS) \ 
     40        -I$(top_srcdir)/src/include \ 
     41        -I$(top_builddir)/src/include 
  • trunk/src/ifd/atr.c

    r964 r1028  
    55 */ 
    66 
     7#include "internal.h" 
    78#include <string.h> 
    8 #include "internal.h" 
    99#include "atr.h" 
    1010 
  • trunk/src/ifd/ifd-cm4000.c

    r964 r1028  
    1313#ifdef linux 
    1414 
     15#include "internal.h" 
    1516#include "cardman.h" 
    16 #include "internal.h" 
    1717#include <stdlib.h> 
    1818#include <string.h> 
  • trunk/src/ifd/ifd-pertosmart1030.c

    r950 r1028  
    55 */ 
    66 
     7#include "internal.h" 
    78#include <string.h> 
    89#include <stdlib.h> 
    910#include <unistd.h> 
    1011 
    11 #include "internal.h" 
    1212#include "atr.h" 
    1313#include "usb-descriptors.h" 
  • trunk/src/ifd/ifd-pertosmart1038.c

    r871 r1028  
    55 */ 
    66 
     7#include "internal.h" 
    78#include <string.h> 
    89#include <stdlib.h> 
    910#include <unistd.h> 
    1011 
    11 #include "internal.h" 
    1212#include "atr.h" 
    1313 
  • trunk/src/ifd/ifd-rutoken.c

    r1012 r1028  
    66 */ 
    77 
     8#include "internal.h" 
    89#include <unistd.h> 
    910#include <string.h> 
    10 #include "internal.h" 
    1111 
    1212#define MAX_BUF_T0_LEN  256 
  • trunk/src/ifd/sys-linux.c

    r943 r1028  
    2626#include <errno.h> 
    2727#include <limits.h> 
    28 #ifdef HAVE_LIBUSB 
     28#ifdef ENABLE_LIBUSB 
    2929#include <usb.h> 
    3030#endif 
     
    385385int ifd_scan_usb(void) 
    386386{ 
    387 #ifdef HAVE_LIBUSB 
     387#ifdef ENABLE_LIBUSB 
    388388        ifd_devid_t id; 
    389389        struct usb_bus *bus; 
  • trunk/src/include

    • Property svn:ignore
      •  

        old new  
         1Makefile 
         2Makefile.in 
         3core 
         4archive 
         5acinclude.m4 
         6aclocal.m4 
         7autom4te.cache 
         8compile 
         9confdefs.h 
         10config.* 
         11configure 
         12conftest 
         13conftest.c 
         14depcomp 
         15install-sh 
         16libtool 
         17libtool.m4 
         18ltmain.sh 
         19missing 
         20mkinstalldirs 
         21so_locations 
         22stamp-h* 
         23 
        124.deps 
        225.libs 
         
        1942*.rej 
        2043*.u 
         44*.rc 
         45*.pc 
        2146*~ 
        22 Makefile 
        23 Makefile.in 
        24 core 
        25 gmon.out 
         47*.gz 
         48*.bz2 
         49*.[0-9] 
         50*.html 
         51*.gif 
         52*.css 
         53*.out 
         54*.loT 
         55 
         56ChangeLog 
         57doxygen.conf 
         58reader.conf 
         59openct_serial 
         60openct.hald 
         61openct_usb 
         62openct_pcmcia 
         63init-script 
         64openct.conf 
         65types.h 
         66ifdhandler 
         67ifdproxy 
         68openct-tool 
         69openct-control 
  • trunk/src/include/Makefile.am

    r356 r1028  
    1 # Process this file with automake to create Makefile.in 
     1MAINTAINERCLEANFILES = $(srcdir)/Makefile.in 
    22 
    3 MAINTAINERCLEANFILES = Makefile.in 
    4  
    5 SUBDIRS = . openct 
     3SUBDIRS = openct 
  • trunk/src/include/openct

    • Property svn:ignore
      •  

        old new  
         1Makefile 
         2Makefile.in 
         3core 
         4archive 
         5acinclude.m4 
         6aclocal.m4 
         7autom4te.cache 
         8compile 
         9confdefs.h 
         10config.* 
         11configure 
         12conftest 
         13conftest.c 
         14depcomp 
         15install-sh 
         16libtool 
         17libtool.m4 
         18ltmain.sh 
         19missing 
         20mkinstalldirs 
         21so_locations 
         22stamp-h* 
         23 
        124.deps 
        225.libs 
         
        1942*.rej 
        2043*.u 
         44*.rc 
         45*.pc 
        2146*~ 
        22 Makefile 
        23 Makefile.in 
        24 core 
        25 gmon.out 
         47*.gz 
         48*.bz2 
         49*.[0-9] 
         50*.html 
         51*.gif 
         52*.css 
         53*.out 
         54*.loT 
         55 
         56ChangeLog 
         57doxygen.conf 
         58reader.conf 
         59openct_serial 
         60openct.hald 
         61openct_usb 
         62openct_pcmcia 
         63init-script 
         64openct.conf 
        2665types.h 
         66ifdhandler 
         67ifdproxy 
         68openct-tool 
         69openct-control 
  • trunk/src/include/openct/Makefile.am

    r820 r1028  
    1 # Process this file with automake to create Makefile.in 
    2  
    3 MAINTAINERCLEANFILES = Makefile.in 
    4  
     1MAINTAINERCLEANFILES = $(srcdir)/Makefile.in 
    52DISTCLEANFILES = types.h 
    63 
    7 includedir = @includedir@/openct 
    8  
    9 include_HEADERS = \ 
     4openctinclude_HEADERS = \ 
    105        apdu.h buffer.h conf.h device.h driver.h error.h ifd.h \ 
    116        logging.h openct.h path.h protocol.h server.h socket.h tlv.h  
    12  
    13 sysincludedir = @sysincludedir@/openct 
    14 nodist_sysinclude_HEADERS = types.h 
     7nodist_openctinclude_HEADERS = $(builddir)/types.h 
  • trunk/src/pcsc

    • Property svn:ignore
      •  

        old new  
         1Makefile 
         2Makefile.in 
         3core 
         4archive 
         5acinclude.m4 
         6aclocal.m4 
         7autom4te.cache 
         8compile 
         9confdefs.h 
         10config.* 
         11configure 
         12conftest 
         13conftest.c 
         14depcomp 
         15install-sh 
         16libtool 
         17libtool.m4 
         18ltmain.sh 
         19missing 
         20mkinstalldirs 
         21so_locations 
         22stamp-h* 
         23 
        124.deps 
        225.libs 
         
        1942*.rej 
        2043*.u 
         44*.rc 
         45*.pc 
        2146*~ 
        22 Makefile 
        23 Makefile.in 
        24 core 
        25 gmon.out 
         47*.gz 
         48*.bz2 
         49*.[0-9] 
         50*.html 
         51*.gif 
         52*.css 
         53*.out 
         54*.loT 
         55 
         56ChangeLog 
         57doxygen.conf 
         58reader.conf 
         59openct_serial 
         60openct.hald 
         61openct_usb 
         62openct_pcmcia 
         63init-script 
         64openct.conf 
         65types.h 
         66ifdhandler 
         67ifdproxy 
         68openct-tool 
         69openct-control 
  • trunk/src/pcsc/Makefile.am

    r937 r1028  
    1 # Process this file with automake to create Makefile.in 
     1MAINTAINERCLEANFILES = $(srcdir)/Makefile.in 
    22 
    3 bundledir = $(BUNDLEDIR) 
    4  
    5 MAINTAINERCLEANFILES = Makefile.in 
    6  
    7 INCLUDES = -I$(top_srcdir)/src/ctapi $(CPPFLAGS) $(PCSC_CFLAGS) 
    8  
    9 if HAVE_PCSC 
     3if ENABLE_PCSC 
    104lib_LTLIBRARIES = openct-ifd.la 
    115endif 
    126 
    137openct_ifd_la_SOURCES = pcsc.c 
    14 openct_ifd_la_LDFLAGS = -module -avoid-version 
    15 openct_ifd_la_LIBADD = ../ctapi/libopenctapi.la 
     8openct_ifd_la_LDFLAGS = -module -avoid-version -no-undefined 
     9openct_ifd_la_LIBADD = $(PCSC_LIBS) $(top_builddir)/src/ctapi/libopenctapi.la 
     10openct_ifd_la_CFLAGS = $(AM_CFLAGS) \ 
     11        -I$(top_srcdir)/src/include \ 
     12        -I$(top_builddir)/src/include \ 
     13        -I$(top_srcdir)/src/ctapi \ 
     14        $(PCSC_CFLAGS) 
    1615 
    17 # Don't use HAVE_BUNDLES for this case, pcsc-lite loads 
     16# Don't use ENABLE_BUNDLES for this case, pcsc-lite loads 
    1817# USB drivers from MacOS X like bundles for all platforms 
    1918install-exec-local: install-libLTLIBRARIES 
    20 if HAVE_PCSC 
    21 if HAVE_BUNDLES 
    22         $(mkinstalldirs) $(DESTDIR)$(bundledir) 
    23         ${top_srcdir}/macos/libtool-bundle -e $(top_srcdir)/etc/Info.plist \ 
    24         $(DESTDIR)$(libdir)/openct-ifd.so $(DESTDIR)$(bundledir)/ 
     19if ENABLE_PCSC 
     20if ENABLE_BUNDLES 
     21        $(MKDIR_P) "$(DESTDIR)$(bundledir)" 
     22        "$(top_srcdir)/macos/libtool-bundle" -e "$(top_srcdir)/etc/Info.plist" \ 
     23                "$(DESTDIR)$(libdir)/openct-ifd.so" "$(DESTDIR)$(bundledir)" 
    2524endif 
    2625endif 
    2726 
    2827uninstall-local: uninstall-libLTLIBRARIES 
    29 if HAVE_PCSC 
    30 if HAVE_BUNDLES 
    31         rm -rf $(DESTDIR)$(bundledir)/openct-ifd.bundle/ 
     28if ENABLE_PCSC 
     29if ENABLE_BUNDLES 
     30        rm -rf "$(DESTDIR)$(bundledir)/openct-ifd.bundle/" 
    3231endif 
    3332endif 
  • trunk/src/tools

    • Property svn:ignore
      •  

        old new  
         1Makefile 
         2Makefile.in 
         3core 
         4archive 
         5acinclude.m4 
         6aclocal.m4 
         7autom4te.cache 
         8compile 
         9confdefs.h 
         10config.* 
         11configure 
         12conftest 
         13conftest.c 
         14depcomp 
         15install-sh 
         16libtool 
         17libtool.m4 
         18ltmain.sh 
         19missing 
         20mkinstalldirs 
         21so_locations 
         22stamp-h* 
         23 
        124.deps 
        225.libs 
         
        1942*.rej 
        2043*.u 
         44*.rc 
         45*.pc 
        2146*~ 
        22 Makefile 
        23 Makefile.in 
        24 core 
        25 gmon.out 
         47*.gz 
         48*.bz2 
         49*.[0-9] 
         50*.html 
         51*.gif 
         52*.css 
         53*.out 
         54*.loT 
         55 
         56ChangeLog 
         57doxygen.conf 
         58reader.conf 
         59openct_serial 
         60openct.hald 
         61openct_usb 
         62openct_pcmcia 
         63init-script 
         64openct.conf 
         65types.h 
         66ifdhandler 
         67ifdproxy 
         68openct-tool 
        2669openct-control 
        27 openct-tool 
  • trunk/src/tools/Makefile.am

    r634 r1028  
    1 # Process this file with automake to create Makefile.in 
    2  
    3 MAINTAINERCLEANFILES = Makefile.in 
     1MAINTAINERCLEANFILES = $(srcdir)/Makefile.in 
    42 
    53bin_PROGRAMS = openct-tool 
    64sbin_PROGRAMS = openct-control 
    7  
    8 EXTRA_DIST = openct-tool.1.in 
    95man1_MANS = openct-tool.1 
    10 DISTCLEANFILES = openct-tool.1 
    116 
    127openct_tool_SOURCES = openct-tool.c 
    13 openct_tool_LDADD = ../ct/libopenct.la 
     8openct_tool_LDADD = $(top_builddir)/src/ct/libopenct.la 
     9openct_tool_CFLAGS = $(AM_CFLAGS) \ 
     10        -I$(top_srcdir)/src/include \ 
     11        -I$(top_builddir)/src/include 
    1412 
    1513openct_control_SOURCES = openct-control.c 
    16 openct_control_LDADD = ../ifd/libifd.la ../ct/libopenct.la 
     14openct_control_LDADD = $(top_builddir)/src/ifd/libifd.la $(top_builddir)/src/ct/libopenct.la 
     15openct_control_CFLAGS = $(AM_CFLAGS) \ 
     16        -I$(top_srcdir)/src/include \ 
     17        -I$(top_builddir)/src/include 
Note: See TracChangeset for help on using the changeset viewer.