Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 76147a4a

Von cstim vor etwa 20 Jahren hinzugefügt

  • ID 76147a4ae4abbd1d241abd778710bdac9d126a4c
  • Vorgänger 122583d7
  • Nachfolger f23d53d2

Improve makefiles for make distcheck

git-svn-id: https://devel.aqbanking.de/svn/aqbanking/trunk@429 5c42a225-8b10-0410-9873-89b7810ad06e

Unterschiede anzeigen:

src/frontends/g2banking/Makefile.am
-DPACKAGE_DATA_DIR=\""$(LIBDATADIR)\"" \
-DPACKAGE_LOCALE_DIR=\""$(datadir)/locale\""
INCLUDES = -Iwidgets -Idialogs -Iviews -I$(top_builddir)/headers $(all_includes)
INCLUDES = -I$(srcdir)/widgets -I$(srcdir)/dialogs -I$(srcdir)/views \
-I$(top_builddir)/headers $(all_includes)
bin_SCRIPTS=g2banking-config
M4dir=${prefix}/share/aclocal
M4_DATA=g2banking.m4
M4dir=$(datadir)/aclocal
dist_M4_DATA=g2banking.m4
g2banking-config: g2banking-config.in
echo "#! /bin/sh" >g2banking-config && \
echo 'dir="@prefix@"' >>g2banking-config && \
cat $< >> g2banking-config && \
cat $< >> g2banking-config && \
chmod a+x g2banking-config
EXTRA_DIST = g2banking.glade
src/frontends/g2banking/dialogs/Makefile.am
INCLUDES = -I.. -I../widgets -I../../libs/aqbanking -I$(top_builddir)/headers $(all_includes)
INCLUDES = -I$(srcdir)/.. -I.. -I$(srcdir)/../widgets \
-I$(top_builddir)/headers $(all_includes)
DEFS=\
DEFS += \
-DPACKAGE_DATA_DIR=\""$(datadir)"\" \
-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\"
src/frontends/g2banking/views/Makefile.am
INCLUDES = -I.. -I../widgets -I../../libs/aqbanking -I$(top_builddir)/headers $(all_includes)
INCLUDES = -I$(srcdir)/.. -I.. -I$(srcdir)/../widgets \
-I$(top_builddir)/headers $(all_includes)
DEFS=\
DEFS += \
-DPACKAGE_DATA_DIR=\""$(datadir)"\" \
-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\"
src/frontends/g2banking/widgets/Makefile.am
INCLUDES = -I.. -I../../libs/aqbanking -I$(top_builddir)/headers $(all_includes)
INCLUDES = -I$(srcdir)/.. -I.. \
-I$(top_builddir)/headers $(all_includes)
DEFS=\
DEFS += \
-DPACKAGE_DATA_DIR=\""$(datadir)"\" \
-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\"

Auch abrufbar als: Unified diff