COIN-OR::LEMON - Graph Library

Changeset 139:56dd34430f07 in glemon-0.x for Makefile.am


Ignore:
Timestamp:
06/21/06 13:10:00 (18 years ago)
Author:
Akos Ladanyi
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/glemon/trunk@2798
Message:

Autotools for glemon.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.am

    r133 r139  
    11AM_CPPFLAGS = -I$(top_srcdir) -DLOCALEDIR=\""$(datadir)/locale"\"
    2 LDADD = $(top_builddir)/lemon/libemon.la
     2
     3SUBDIRS = po m4
    34
    45bin_PROGRAMS = glemon
     
    4445        gettext.h
    4546
    46 glemon_CXXFLAGS = $(GTK_CFLAGS)
    47 glemon_LDFLAGS = $(GTK_LIBS)
     47glemon_CXXFLAGS = $(GTK_CFLAGS) $(LEMON_CFLAGS)
     48glemon_LDFLAGS = $(GTK_LIBS) $(LEMON_LIBS)
    4849glemon_LDADD = $(LIBINTL)
    4950
     
    7172        ( rm -f guipixbufs.h && false )
    7273
    73 EXTRA_DIST = $(IMAGES) guipixbufs.h
     74EXTRA_DIST = \
     75        $(IMAGES) \
     76        guipixbufs.h \
     77        ABOUT-NLS
     78
     79MRPROPERFILES = \
     80        Makefile.in \
     81        configure \
     82        config.h.in \
     83        aclocal.m4 \
     84        ABOUT-NLS \
     85        m4/Makefile.in \
     86        m4/lib-link.m4 \
     87        m4/printf-posix.m4 \
     88        m4/uintmax_t.m4 \
     89        m4/signed.m4 \
     90        m4/iconv.m4 \
     91        m4/inttypes.m4 \
     92        m4/longlong.m4 \
     93        m4/glibc21.m4 \
     94        m4/inttypes_h.m4 \
     95        m4/codeset.m4 \
     96        m4/longdouble.m4 \
     97        m4/nls.m4 \
     98        m4/intmax.m4 \
     99        m4/lib-prefix.m4 \
     100        m4/glibc2.m4 \
     101        m4/xsize.m4 \
     102        m4/lcmessage.m4 \
     103        m4/lib-ld.m4 \
     104        m4/ulonglong.m4 \
     105        m4/wint_t.m4 \
     106        m4/progtest.m4 \
     107        m4/inttypes-pri.m4 \
     108        m4/stdint_h.m4 \
     109        m4/intdiv0.m4 \
     110        m4/isc-posix.m4 \
     111        m4/po.m4 \
     112        m4/size_max.m4 \
     113        m4/gettext.m4 \
     114        m4/wchar_t.m4 \
     115        po/Rules-quot \
     116        po/en@quot.header \
     117        po/insert-header.sin \
     118        po/quot.sed \
     119        po/en@boldquot.header \
     120        po/boldquot.sed \
     121        po/Makevars.template \
     122        po/remove-potcdate.sin \
     123        po/Makefile.in.in \
     124        build-aux/mkinstalldirs \
     125        build-aux/config.rpath \
     126        build-aux/depcomp \
     127        build-aux/missing \
     128        build-aux/config.guess \
     129        build-aux/config.sub \
     130        build-aux/install-sh
     131
     132mrproper:
     133        $(MAKE) $(AM_MAKEFLAGS) maintainer-clean
     134        -rm -f $(MRPROPERFILES)
     135
     136.PHONY: mrproper
Note: See TracChangeset for help on using the changeset viewer.