"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "src/Makefile.am" between
gdcalc-2.20.tar.gz and gdcalc-3.0.tar.gz

About: gdcalc is a financial, statistics, scientific and programmers calculator (using GTK+).

Makefile.am  (gdcalc-2.20):Makefile.am  (gdcalc-3.0)
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
INCLUDES = -DVERSION=\""@VERSION@"\" \ INCLUDES = -DVERSION=\""@VERSION@"\" \
-DPACKAGE_DATA_DIR=\""$(datadir)"\" \ -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\"
@PACKAGE_CFLAGS@
bin_PROGRAMS = gdcalc dcalc bin_PROGRAMS = gdcalc dcalc
dcalc_SOURCES = \ dcalc_SOURCES = \
dcalc.c \ dcalc.c \
dcalc.h \ dcalc.h \
curse.c curse.c
gdcalc_SOURCES = \ gdcalc_SOURCES = \
main.c main.h \ main.c main.h \
dcalc.c dcalc.h \ dcalc.c dcalc.h \
algebra.y \ algebra.y \
support.c support.h \
interface.c interface.h \
callbacks.c callbacks.h callbacks.c callbacks.h
gdcalc_CFLAGS = -DHAS_ALGEBRAIC_MODE gdcalc_CFLAGS = -DHAS_ALGEBRAIC_MODE $(GTK3_CFLAGS) -rdynamic
gdcalc_LDADD = @PACKAGE_LIBS@ -lm gdcalc_LDFLAGS = -lm $(GTK3_LIBS)
dcalc_CFLAGS = -UHAS_ALGEBRAIC_MODE dcalc_CFLAGS = -UHAS_ALGEBRAIC_MODE
dcalc_LDADD = -lncurses -lm dcalc_LDADD = -lncurses -lm
 End of changes. 3 change blocks. 
6 lines changed or deleted 3 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)